From 89a68feb5261de2238e7a23fece74e2f19220334 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 back-port of :http://review.gluster.org/#/c/12407/ 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 Change-Id: I957c4fd557908586183fefadd448b76391b4911a BUG: 1221957 Signed-off-by: Hari Gowtham Reviewed-on: http://review.gluster.org/12412 Tested-by: NetBSD Build System 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') diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index c23f31b83e3..670a597a8f7 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -910,21 +910,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