From: Anthony D'Atri Date: Tue, 17 Sep 2019 23:33:44 +0000 (-0700) Subject: Change osd op queue cut off default to high X-Git-Tag: v15.1.0~1383^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=be4582c26a82ff9d6b82ff6178cd78223715bba9;p=ceph.git Change osd op queue cut off default to high Discussion: https://www.mail-archive.com/ceph-users@ceph.io/msg00166.html Signed-off-by: Anthony D'Atri --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 8053f164e7b..ef008b82ac4 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`` @@ -417,7 +417,7 @@ Operations :Type: String :Valid Choices: low, high -:Default: ``low`` +:Default: ``high`` ``osd client op priority`` diff --git a/src/common/options.cc b/src/common/options.cc index 8693f82e44a..1b53e70a875 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2792,7 +2792,7 @@ std::vector