]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tool/ceph-bluestore-tool: fix wrong keyword for 'free-fragmentation' command. 45384/head
authorIgor Fedotov <ifedotov@suse.com>
Mon, 14 Mar 2022 18:12:01 +0000 (21:12 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Mon, 14 Mar 2022 18:12:01 +0000 (21:12 +0300)
Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
src/os/bluestore/bluestore_tool.cc

index 2f1a7847ae695e787738377b8c9513a4e68d03ed..5cc8f04c7f05a4e4199494b5993589adda747185 100644 (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" :