From: Sage Weil Date: Sun, 27 Aug 2017 01:55:03 +0000 (-0400) Subject: mon: allow 'osd require-osd-release mimic' X-Git-Tag: v13.0.1~1107^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=188fa959ddf535503756dbb9f0e05677b473303d;p=ceph.git mon: allow 'osd require-osd-release mimic' Signed-off-by: Sage Weil --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 176dc9c79d6..f63b0bb0d72 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -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 ", "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)", \