From c62dcfff26082b4c2d23e89f905bd85f865211db Mon Sep 17 00:00:00 2001 From: Manikandan Selvaganesh Date: Mon, 5 Oct 2015 12:59:18 +0530 Subject: tier/cli : throw a warning when user issues a detach-tier commit/force command Change-Id: Idf7664d509156ce46ef4308ffc07fb556a0aedd2 BUG: 1268755 Signed-off-by: Manikandan Selvaganesh Reviewed-on: http://review.gluster.org/12297 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: mohammed rafi kc Reviewed-by: Dan Lambright --- cli/src/cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src/cli.h') diff --git a/cli/src/cli.h b/cli/src/cli.h index e987c4450c..9ba95c4a2d 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -269,7 +269,7 @@ cli_cmd_volume_add_brick_parse (const char **words, int wordcount, int32_t cli_cmd_volume_detach_tier_parse (const char **words, int wordcount, - dict_t **options); + dict_t **options, int *question); int32_t cli_cmd_volume_tier_parse (const char **words, int wordcount, -- cgit