From 202761d052d2faa2c92b23c5afc32c27853b11ad Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Wed, 15 Sep 2010 08:11:18 +0000 Subject: cli: add system namespace See "gluster system:: help" to get the feel of it. Signed-off-by: Csaba Henk Signed-off-by: Vijay Bellur BUG: 1570 (geosync related changes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570 --- cli/src/cli-cmd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/src/cli-cmd.c') diff --git a/cli/src/cli-cmd.c b/cli/src/cli-cmd.c index 011edacfe90..f09c6210634 100644 --- a/cli/src/cli-cmd.c +++ b/cli/src/cli-cmd.c @@ -199,6 +199,10 @@ cli_cmds_register (struct cli_state *state) if (ret) goto out; + ret = cli_cmd_system_register (state); + if (ret) + goto out; + ret = cli_cmd_misc_register (state); if (ret) goto out; -- cgit