From: Sage Weil Date: Sat, 23 Mar 2019 07:00:40 +0000 (-0500) Subject: mon: remove check for jewel mons X-Git-Tag: v15.0.0^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=953dce74028fbb67028592583d5ee16b01401e75;p=ceph.git mon: remove check for jewel mons Signed-off-by: Sage Weil --- diff --git a/src/mon/FSCommands.cc b/src/mon/FSCommands.cc index 5dd9799c2aac..714077cd4415 100644 --- a/src/mon/FSCommands.cc +++ b/src/mon/FSCommands.cc @@ -59,11 +59,6 @@ class FlagSetHandler : public FileSystemCommandHandler return r; } - bool jewel = mon->get_quorum_con_features() & CEPH_FEATURE_SERVER_JEWEL; - if (flag_bool && !jewel) { - ss << "Multiple-filesystems are forbidden until all mons are updated"; - return -EINVAL; - } if (!sure) { ss << EXPERIMENTAL_WARNING; }