]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librados/test_common.cc
import 15.2.0 Octopus source
[ceph.git] / ceph / src / test / librados / test_common.cc
index 013f5c3b792bcdac0a2e57429bdbf6cd54c688cf..c17b710d17c5f94b3e81a7f2cf96a1daa65621af 100644 (file)
@@ -132,7 +132,6 @@ std::string with_healthy_cluster(rados_t* cluster,
       throw pool_op_error{pool_name, "wait_for_healthy", r};
     }
   } catch (const pool_op_error& e) {
-    rados_shutdown(*cluster);
     return e.what();
   }
   return "";