From b0fc04094fd561c85cc25eb42b94cafe873176a3 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 14 Aug 2018 10:54:22 -0500 Subject: [PATCH] mon/MonCommands: fix 'osd force-create-pg' Fixes: 7797ed67d2f9140b7eb9f182b06d04233e1e309c Fixes: http://tracker.ceph.com/issues/26940 Signed-off-by: Sage Weil (cherry picked from commit 84843422f402117f10a779b070bd19f30bd3b514) --- 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 9dd3158000bd..9aa9996d3017 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -825,7 +825,7 @@ COMMAND("osd reweightn " \ "reweight osds with {: ,...})", "osd", "rw", "cli,rest") COMMAND("osd force-create-pg " \ - "name=pgid,type=CephPgid,"\ + "name=pgid,type=CephPgid "\ "name=sure,type=CephChoices,strings=--yes-i-really-mean-it,req=false", \ "force creation of pg ", "osd", "rw", "cli,rest") -- 2.47.3