]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/FSCommands.cc
update sources to v12.1.1
[ceph.git] / ceph / src / mon / FSCommands.cc
index abdea4333820558960e68b267e98b91a048d3fd5..4f9806bb7c3f6f70a1d3472b94697c8897604eca 100644 (file)
@@ -370,12 +370,6 @@ public:
                });
        ss << "disallowed increasing the cluster size past 1";
       } else {
-       string confirm;
-       if (!cmd_getval(g_ceph_context, cmdmap, "confirm", confirm) ||
-           confirm != "--yes-i-really-mean-it") {
-         ss << EXPERIMENTAL_WARNING;
-         return -EPERM;
-       }
         fsmap.modify_filesystem(
             fs->fscid,
             [](std::shared_ptr<Filesystem> fs)