]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonCommands: allow nautilus for require-osd-release 22257/head
authorSage Weil <sage@redhat.com>
Sat, 26 May 2018 03:22:54 +0000 (22:22 -0500)
committerSage Weil <sage@redhat.com>
Sat, 26 May 2018 03:29:38 +0000 (22:29 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MonCommands.h

index a17ba96f32e2f876e960b12735e0f9e26c2cfad2..08d3123166451c3c2a887a94c864eff60a8d08aa 100644 (file)
@@ -746,7 +746,7 @@ COMMAND("osd unset " \
        "name=key,type=CephChoices,strings=full|pause|noup|nodown|noout|noin|nobackfill|norebalance|norecover|noscrub|nodeep-scrub|notieragent|nosnaptrim", \
        "unset <key>", "osd", "rw", "cli,rest")
 COMMAND("osd require-osd-release "\
-       "name=release,type=CephChoices,strings=luminous|mimic " \
+       "name=release,type=CephChoices,strings=luminous|mimic|nautilus " \
        "name=sure,type=CephChoices,strings=--yes-i-really-mean-it,req=false", \
        "set the minimum allowed OSD release to participate in the cluster",
        "osd", "rw", "cli,rest")