From f4867128fe36e4521c56e4d1e8afd7ad1b3f621e Mon Sep 17 00:00:00 2001 From: Ravishankar N Date: Tue, 28 Nov 2017 10:52:29 +0530 Subject: cli: remove summary option from heal info command commit c49fcf570439e47a5e1224436bbaf3f8dd580105 was a straight forward backport from its corresponding master patch but in doing so, also added the 'summary' option to the CLI. The heal info summary command is present only in glusterfs-3.13. So remove it from the CLI in 3.12 Change-Id: Idb742f0b9752726c94619c0528fe792e4f5134fd BUG: 1518061 Signed-off-by: Ravishankar N Reported-by: Shubhendu Tripathi --- cli/src/cli-cmd-volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src/cli-cmd-volume.c') diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index a1e5c514d86..166bffbf27a 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -3441,7 +3441,7 @@ struct cli_cmd volume_cmds[] = { { "volume heal [enable | disable | full |" "statistics [heal-count [replica ]] |" - "info [summary | split-brain] |" + "info [split-brain] |" "split-brain {bigger-file | latest-mtime |" "source-brick []} |" "granular-entry-heal {enable | disable}]", -- cgit