mirror of
https://github.com/ceph/ceph
synced 2025-03-20 17:27:01 +00:00
Merge pull request #62124 from ifed01/wip-ifed-fragmentation-command-reef
reef: tool/ceph-bluestore-tool: fix wrong keyword for 'free-fragmentation' … Reviewed-by: akupczyk@ibm.com
This commit is contained in:
commit
ac2c2a8a3d
@ -1028,7 +1028,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
return r;
|
||||
}
|
||||
} else if (action == "free-dump" || action == "free-score" || action == "fragmentation") {
|
||||
} else if (action == "free-dump" || action == "free-score" || action == "free-fragmentation") {
|
||||
AdminSocket *admin_socket = g_ceph_context->get_admin_socket();
|
||||
ceph_assert(admin_socket);
|
||||
std::string action_name = action == "free-dump" ? "dump" :
|
||||
|
Loading…
Reference in New Issue
Block a user