]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/rbd/action/List.cc
import ceph quincy 17.2.4
[ceph.git] / ceph / src / tools / rbd / action / List.cc
index c8bc3eeb83a2d7940b7c4f0b4c92cbec371acb80..8fdc3c1a778f53b99867afd301db53f6befebd5b 100644 (file)
@@ -314,7 +314,7 @@ int execute(const po::variables_map &vm,
   std::string pool_name;
   std::string namespace_name;
   size_t arg_index = 0;
-  int r = utils::get_pool_and_namespace_names(vm, true, false, &pool_name,
+  int r = utils::get_pool_and_namespace_names(vm, false, &pool_name,
                                               &namespace_name, &arg_index);
   if (r < 0) {
     return r;