diff options
author | hari gowtham <hgowtham@redhat.com> | 2015-10-21 12:12:09 +0530 |
---|---|---|
committer | Dan Lambright <dlambrig@redhat.com> | 2015-10-21 13:39:04 -0700 |
commit | 802b24d4d9da09dfb1479eb54bd4a74f678bc97e (patch) | |
tree | 1cd197fac2241048c4dd593dafda67d546dca9a5 /cli | |
parent | 9710f58e5874bccb4b328abef80ea226ccf9c798 (diff) |
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 <hgowtham@redhat.com>
Reviewed-on: http://review.gluster.org/12407
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: mohammed rafi kc <rkavunga@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Dan Lambright <dlambrig@redhat.com>
Tested-by: Dan Lambright <dlambrig@redhat.com>
Diffstat (limited to 'cli')
-rw-r--r-- | cli/src/cli-cmd-volume.c | 10 |
1 files changed, 0 insertions, 10 deletions
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); |