From: Benoît Knecht Date: Wed, 29 Jul 2020 15:15:11 +0000 (+0200) Subject: doc/rados: Fix osd_op_queue default value X-Git-Tag: v14.2.12~110^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=06728e9f3a261fd7768fc259765c071352aa6814;p=ceph.git doc/rados: Fix osd_op_queue default value Since 14adc9d33f, `osd_op_queue` defaults to `wpq`, but the documentation was still stating that its default value is `prio`. This isn't being cherry-picked from master because it was fixed in be4582c26a as part of a changed that modified the default value of a different option (#30441). Fixes: https://tracker.ceph.com/issues/46760 Signed-off-by: Benoît Knecht --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 200cd52b6f4..73d676988a9 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -400,7 +400,7 @@ Operations :Type: String :Valid Choices: prio, wpq, mclock_opclass, mclock_client -:Default: ``prio`` +:Default: ``wpq`` ``osd op queue cut off``