From 609a89ceace25a0a81d0a9cafde3a4d1afd1b916 Mon Sep 17 00:00:00 2001 From: Kaushik BV Date: Sun, 3 Oct 2010 02:41:29 +0000 Subject: mgmt/Glusterd: new command volume reset , volume set enhancements - Write the reconfigured options in 'info' file to make it persistant - Implementation of volume set history - Implementation of volume reset Signed-off-by: Kaushik BV Signed-off-by: Vijay Bellur BUG: 1159 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1159 --- cli/src/cli.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/src/cli.h') diff --git a/cli/src/cli.h b/cli/src/cli.h index 216b743fdd1..f3ea9282873 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -171,6 +171,9 @@ int32_t cli_cmd_volume_create_parse (const char **words, int wordcount, dict_t **options); +int32_t +cli_cmd_volume_reset_parse (const char **words, int wordcount, dict_t **opt); + int32_t cli_cmd_volume_set_parse (const char **words, int wordcount, dict_t **options); -- cgit