]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librados_test_stub/TestRadosClient.cc
import 15.2.5
[ceph.git] / ceph / src / test / librados_test_stub / TestRadosClient.cc
index 2d75a4b2aa9390cf9141e5ab803afefef0755602..8272b2046f1df32c6cba314aac27effd8a2c6e45 100644 (file)
@@ -169,6 +169,8 @@ int TestRadosClient::mon_command(const std::vector<std::string>& cmd,
       return 0;
     } else if ((*j_it)->get_data() == "config-key rm") {
       return 0;
+    } else if ((*j_it)->get_data() == "config set") {
+      return 0;
     } else if ((*j_it)->get_data() == "df") {
       std::stringstream str;
       str << R"({"pools": [)";