From ebd99e25bf811ab14540f74dd50b445c217e7ee0 Mon Sep 17 00:00:00 2001 From: Kaushik BV Date: Wed, 13 Apr 2011 01:46:09 +0000 Subject: cli: join value arguments of "gsync config-set" with spaces When a given gsync tunable is supposed to hold a command (which can take options), it's quite possible that it spaces in its value. Try to approximate this situation by joining the leftover arguments. Signed-off-by: Kaushik BV Signed-off-by: Csaba Henk Signed-off-by: Anand Avati BUG: 2713 ([glusterfs-3.2.0qa10]: config-set works only for one value) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2713 --- cli/src/cli-mem-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/src/cli-mem-types.h') diff --git a/cli/src/cli-mem-types.h b/cli/src/cli-mem-types.h index 86e346641ff..a3d74d31ad8 100644 --- a/cli/src/cli-mem-types.h +++ b/cli/src/cli-mem-types.h @@ -32,6 +32,7 @@ enum cli_mem_types_ { cli_mt_call_pool_t, cli_mt_cli_local_t, cli_mt_cli_get_vol_ctx_t, + cli_mt_append_str, cli_mt_end }; -- cgit