]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: rename bluestore_log_op_verbose to
authorIgor Fedotov <igor.fedotov@croit.io>
Wed, 10 Jun 2026 12:17:33 +0000 (15:17 +0300)
committerIgor Fedotov <igor.fedotov@croit.io>
Fri, 3 Jul 2026 16:12:03 +0000 (19:12 +0300)
bluestore_log_op_verbose_kv_txc.

Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
src/common/options/global.yaml.in
src/os/bluestore/BlueStore.cc

index f87172458bbab339427d2e0914889c876169407e..89d4bf2e41894a3b4ad356f210de09ff28ce815b 100644 (file)
@@ -5870,10 +5870,10 @@ options:
   desc: Log a collection list operation if it is slower than this age (seconds)
   default: 1_min
   with_legacy: true
-- name: bluestore_log_op_verbose
+- name: bluestore_log_op_verbose_kv_txc
   type: bool
   level: advanced
-  desc: Enable verbose dump of slow transaction(s)
+  desc: Enable verbose dump of slow KV transaction(s)
   default: false
   with_legacy: true
 - name: bluestore_debug_enforce_settings
index fc06fe86183daf288685d8322312e9b2c494df07..c253fe2d0f4a45b583c3c987a327e679a2d70f81 100644 (file)
@@ -15014,7 +15014,7 @@ void BlueStore::_txc_committed_kv(TransContext *txc)
     mono_clock::now() - txc->start,
     cct->_conf->bluestore_log_op_age,
     [&](auto lat) {
-      bool v = cct->_conf->bluestore_log_op_verbose;
+      bool v = cct->_conf->bluestore_log_op_verbose_kv_txc;
       return ", txc = " + stringify(txc) +
              ", txc bytes = " + stringify(txc->bytes) +
              ", txc ios = " + stringify(txc->ios) +