From c6b8143b9f61f59326563dd5274f9d1849577cef Mon Sep 17 00:00:00 2001 From: Avra Sengupta Date: Wed, 27 Feb 2013 16:55:09 +0530 Subject: cli : Display error messages if virt file has been deleted or is invalid. "gluster volume set group virt" will display error message if virt file is deleted or is invalid. Change-Id: Icb202b6a445597fcd9a3dcef8001891f2601a115 BUG: 916127 Signed-off-by: Avra Sengupta Reviewed-on: http://review.gluster.org/4586 Reviewed-by: Amar Tumballi Tested-by: Gluster Build System Reviewed-by: Anand Avati --- 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 da3d9c73cfd..259f3bd3980 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -229,7 +229,7 @@ cli_cmd_quota_parse (const char **words, int wordcount, dict_t **opt); int32_t cli_cmd_volume_set_parse (const char **words, int wordcount, - dict_t **options); + dict_t **options, char **op_errstr); int32_t cli_cmd_volume_add_brick_parse (const char **words, int wordcount, -- cgit