From 68e8d617eb62a7ec40a1db5f3f60730767a168b6 Mon Sep 17 00:00:00 2001 From: Mohammed Rafi KC Date: Thu, 10 Sep 2015 16:07:29 +0530 Subject: Tier/cli: Change detach-tier commit force to detach-tier force Current detach-tier cli command support commit force. Deprecating the same to force. So the new syntax would be: volume detach-tier Change-Id: Ie86dfd72341078c0a1be94767f523730911312ef BUG: 1261862 Signed-off-by: Mohammed Rafi KC Reviewed-on: http://review.gluster.org/12151 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Dan Lambright Tested-by: Dan Lambright --- 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 fa9e965881b..a265b38aaaa 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -2670,7 +2670,7 @@ struct cli_cmd volume_cmds[] = { "[] ..."}, { "volume detach-tier " - " ", + " ", cli_cmd_volume_tier_cbk, "NOTE: this is old syntax, will be depreciated in next release. " "Please use gluster volume tier detach " -- cgit