Skip to content

Commit

Permalink
mon: remove check for jewel mons
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Apr 2, 2019
1 parent 1678753 commit 953dce7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mon/FSCommands.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 953dce7

Please sign in to comment.