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-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a7ec4abc3a56d60bfc0a521c1d72aae6399d97f9;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 (cherry picked from commit be4582c26a82ff9d6b82ff6178cd78223715bba9) --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 40c1f4a4eab78..ff07b5c2d2297 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -384,7 +384,7 @@ Operations :Type: String :Valid Choices: prio, wpq, mclock_opclass, mclock_client -:Default: ``prio`` +:Default: ``wpq`` ``osd op queue cut off`` @@ -401,7 +401,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 f702bffd0ee91..5da90e4d624f1 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2381,7 +2381,7 @@ std::vector