summaryrefslogtreecommitdiffstats
path: root/cli/src/cli-mem-types.h
diff options
context:
space:
mode:
authorKaushik BV <kaushikbv@gluster.com>2011-04-13 01:46:09 +0000
committerAnand Avati <avati@gluster.com>2011-04-13 04:43:22 -0700
commitebd99e25bf811ab14540f74dd50b445c217e7ee0 (patch)
tree0a48a8db6d30390b0fb959163a644d48966a0b7b /cli/src/cli-mem-types.h
parent72f88e50dbf1f492db7bcc70b074bc64e6b994cb (diff)
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 <kaushikbv@gluster.com> Signed-off-by: Csaba Henk <csaba@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> 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
Diffstat (limited to 'cli/src/cli-mem-types.h')
-rw-r--r--cli/src/cli-mem-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/src/cli-mem-types.h b/cli/src/cli-mem-types.h
index 86e34664..a3d74d31 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
};