From ec5d64eafcd77b1746b83173de16f7ec742af7a6 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Wed, 19 Mar 2014 19:32:15 +0530 Subject: gsyncd / geo-rep: FSH recommended log locations Upgrading "working_dir" on the fly is a bit unclean yet (though it works) as currently config upgrade does not support "old" values to be expanded by using configuration variables. Change-Id: I44ed65c281f2e0ce3b6b467addc5c1c88ac674e7 BUG: 1077516 Signed-off-by: Venky Shankar Signed-off-by: Kotresh H R Signed-off-by: Aravinda VK Signed-off-by: Ajeet Jha Reviewed-on: http://review.gluster.org/7375 Tested-by: Gluster Build System --- cli/src/cli-rpc-ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 37424c68559..b998fff3f4c 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -3914,6 +3914,7 @@ gf_cli_gsync_config_command (dict_t *dict) runinit (&runner); runner_add_args (&runner, GSYNCD_PREFIX"/gsyncd", "-c", NULL); runner_argprintf (&runner, "%s", confpath); + runner_argprintf (&runner, "--iprefix=%s", DATADIR); if (master) runner_argprintf (&runner, ":%s", master); runner_add_arg (&runner, slave); -- cgit