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:
Igor Fedotov 2025-03-12 12:19:06 +03:00 committed by GitHub
commit ac2c2a8a3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" :