This commit changes the output label of the bluestore allocator
score command from fragmentation_rating to fragmentation_score
Fixes: https://tracker.ceph.com/issues/77331
Signed-off-by: Prachi Lasurkar <lasurkarprachi@gmail.com>
f->close_section();
} else if (command == "bluestore allocator score " + name) {
f->open_object_section("fragmentation_score");
- f->dump_float("fragmentation_rating", alloc->get_fragmentation_score());
+ f->dump_float("fragmentation_score", alloc->get_fragmentation_score());
f->close_section();
} else if (command == "bluestore allocator fragmentation " + name) {
f->open_object_section("fragmentation");