ceph/doc/rados/configuration
xie xingguo c0f87e0f91 osd: give recovery ops initialized by client op a higher priority
to use strict priority ordering.

The new "mclock_opclass/mclock_client" queue basically prioritizes
operations based on the class they belong to. The priority property
of an operation, if lower than a specific value (64, by default),
will get ignored and hence all operations from the same class will
be treated fairly in a FIFO fashion (but still limited by the total
IOPS or bandwidth available for the corresponding class).

To reduce the impact of performance, a more general strategy would be
enforcing some limitations on the IOPS or bandwidth for the background
recovery (or backfill) operation class. However, this way we'll end up
blocking client operations too if they are currently blocked by some
degraded objects which need to be recovered first.

We hereby grant recovery operations of this kind a higher priority
to force them to use strict priority ordering, which should still
be of significance once we switch to the new "mclock_opclass/mclock_client"
queue.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2019-06-11 15:46:57 +08:00
..
auth-config-ref.rst
bluestore-config-ref.rst doc: typo fixes, s/Requered/Required/ 2019-02-13 23:04:40 +08:00
ceph-conf.rst doc: Updated dashboard iSCSI configuration, added labels 2019-03-31 13:32:15 -05:00
common.rst
demo-ceph.conf
filestore-config-ref.rst
general-config-ref.rst
index.rst doc/rados/configuration/msgr2: some documentation about msgr2 2019-03-09 19:10:21 -06:00
journal-ref.rst
mon-config-ref.rst doc: Remove value 'mon_osd_max_split_count' from the docs 2019-02-22 11:16:34 +01:00
mon-lookup-dns.rst doc/rados/configuration/mon-lookup-dns: fix typo 2019-04-04 12:37:54 +01:00
mon-osd-interaction.rst
ms-ref.rst
msgr2.rst doc/releases/nautilus: add reference to msgr2 config update section 2019-03-18 03:14:24 -05:00
network-config-ref.rst
osd-config-ref.rst osd: give recovery ops initialized by client op a higher priority 2019-06-11 15:46:57 +08:00
pool-pg-config-ref.rst doc: Update documentation for the MANY_OBJECTS_PER_PG warning 2019-04-05 19:53:35 +02:00
pool-pg.conf
storage-devices.rst