It turned out that we did't enable it when introduced this feature in
https://github.com/ceph/ceph/pull/29687.
Fixes: https://tracker.ceph.com/issues/47053
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit
41823db09c609155db31afbd03b817c2a578fa9d)
.set_description("log collection list operation if it's slower than this age (seconds)"),
Option("bluestore_volume_selection_policy", Option::TYPE_STR, Option::LEVEL_DEV)
- .set_default("rocksdb_original")
+ .set_default("use_some_extra")
.set_enum_allowed({ "rocksdb_original", "use_some_extra" })
.set_description("Determines bluefs volume selection policy")
.set_long_description("Determines bluefs volume selection policy. 'use_some_extra' policy allows to override RocksDB level granularity and put high level's data to faster device even when the level doesn't completely fit there"),