]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: Fix osd_op_queue default value 36354/head
authorBenoît Knecht <bknecht@protonmail.ch>
Wed, 29 Jul 2020 15:15:11 +0000 (17:15 +0200)
committerBenoît Knecht <bknecht@protonmail.ch>
Thu, 30 Jul 2020 04:48:19 +0000 (06:48 +0200)
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 <bknecht@protonmail.ch>
doc/rados/configuration/osd-config-ref.rst

index 200cd52b6f44c08d243179f004d77c0fd455163a..73d676988a97a3e33140169718fc8bb1f4b5d74d 100644 (file)
@@ -400,7 +400,7 @@ Operations
 
 :Type: String
 :Valid Choices: prio, wpq, mclock_opclass, mclock_client
-:Default: ``prio``
+:Default: ``wpq``
 
 
 ``osd op queue cut off``