From be4582c26a82ff9d6b82ff6178cd78223715bba9 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Tue, 17 Sep 2019 16:33:44 -0700 Subject: [PATCH] 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 --- doc/rados/configuration/osd-config-ref.rst | 4 ++-- src/common/options.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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