From 9656e4972934398a38947bba965fdfe10b8851d0 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 25 May 2018 22:22:54 -0500 Subject: [PATCH] mon/MonCommands: allow nautilus for require-osd-release Signed-off-by: Sage Weil --- src/mon/MonCommands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index a17ba96f32e..08d31231664 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -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 ", "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") -- 2.47.3