]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mon: remove check for jewel mons
authorSage Weil <sage@redhat.com>
Sat, 23 Mar 2019 07:00:40 +0000 (02:00 -0500)
committerSage Weil <sage@redhat.com>
Tue, 2 Apr 2019 21:19:43 +0000 (16:19 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/FSCommands.cc

index 5dd9799c2aac67854e23ea8e2fa9c1244d76f29d..714077cd4415e3120d1345a73c4e90612af5b3d5 100644 (file)
@@ -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;
       }