From: John Spray Date: Tue, 16 May 2017 12:04:45 +0000 (-0400) Subject: mon: remove experimental warning on multimds X-Git-Tag: ses5-milestone7~3^2~7^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=377e8efb6e099094e82aa480558cbcd7f8beb3bf;p=ceph.git mon: remove experimental warning on multimds Signed-off-by: John Spray --- diff --git a/src/mon/FSCommands.cc b/src/mon/FSCommands.cc index abdea4333820..4f9806bb7c3f 100644 --- a/src/mon/FSCommands.cc +++ b/src/mon/FSCommands.cc @@ -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 fs)