bluestore_log_op_verbose_kv_txc.
Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
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
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) +