From 802b24d4d9da09dfb1479eb54bd4a74f678bc97e Mon Sep 17 00:00:00 2001 From: hari gowtham Date: Wed, 21 Oct 2015 12:12:09 +0530 Subject: Tier/cli: removing warning message for tiering The warning message for tiering being under experimental staus is removed. Change-Id: I7d1d535d380b672c70f03ecc0d24a113600ea43f BUG: 1273726 Signed-off-by: hari gowtham Reviewed-on: http://review.gluster.org/12407 Tested-by: NetBSD Build System Reviewed-by: mohammed rafi kc Tested-by: Gluster Build System Reviewed-by: Dan Lambright Tested-by: Dan Lambright --- cli/src/cli-cmd-volume.c | 10 ---------- 1 file changed, 10 deletions(-) (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 b6a6628aa92..73579a5581b 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -905,21 +905,11 @@ do_cli_cmd_volume_attach_tier (struct cli_state *state, int parse_error = 0; cli_local_t *local = NULL; int type = 0; - char *question = "Attach tier is recommended only " - "for testing purposes in this " - "release. Do you want to continue?"; - gf_answer_t answer = GF_ANSWER_NO; frame = create_frame (THIS, THIS->ctx->pool); if (!frame) goto out; - answer = cli_cmd_get_confirmation (state, question); - if (GF_ANSWER_NO == answer) { - ret = 0; - goto out; - } - ret = cli_cmd_volume_add_brick_parse (words, wordcount, &options, &type); if (ret) { cli_usage_out (word->pattern); -- cgit