From 84f359537317a291e369b689083808a2e52379dd Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Mon, 6 Sep 2010 08:05:21 +0000 Subject: cli: stripe/replica count should be greater than 1 Signed-off-by: Pranith Kumar K Signed-off-by: Vijay Bellur BUG: 1534 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1534 --- cli/src/cli-cmd-volume.c | 6 ------ 1 file changed, 6 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 fdd58c69af0..cbc249ba072 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -161,12 +161,6 @@ cli_cmd_volume_create_cbk (struct cli_state *state, struct cli_cmd_word *word, } out: - if (ret) { - if (wordcount > 2) { - char *volname = (char *) words[2]; - cli_out ("Creating Volume %s failed",volname ); - } - } if (options) dict_unref (options); -- cgit