]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: allow 'osd require-osd-release mimic'
authorSage Weil <sage@redhat.com>
Sun, 27 Aug 2017 01:55:03 +0000 (21:55 -0400)
committerSage Weil <sage@redhat.com>
Tue, 29 Aug 2017 03:11:27 +0000 (23:11 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MonCommands.h

index 176dc9c79d662e6c9667c0425cf649c810982fea..f63b0bb0d72945a88d9a786f1776298e53ab8bfa 100644 (file)
@@ -745,7 +745,7 @@ COMMAND("osd unset " \
        "name=key,type=CephChoices,strings=full|pause|noup|nodown|noout|noin|nobackfill|norebalance|norecover|noscrub|nodeep-scrub|notieragent", \
        "unset <key>", "osd", "rw", "cli,rest")
 COMMAND("osd require-osd-release "\
-       "name=release,type=CephChoices,strings=luminous",
+       "name=release,type=CephChoices,strings=luminous|mimic",
        "set the minimum allowed OSD release to participate in the cluster",
        "osd", "rw", "cli,rest")
 COMMAND("osd cluster_snap", "take cluster snapshot (disabled)", \