From 7de355b42dc1f8313db3ffc775a0e1708ba85243 Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Fri, 30 Oct 2015 16:09:29 +0530 Subject: geo-rep: Allow setting config remote_gsyncd Restrictive ssh is not used in containerized environment where networking configuration is "net=host". SSH Pem keys pushed to the slave without gsyncd path in it. (Patch #12459) Actual remote_gsyncd path need to be set to actual path of gsyncd. With this patch, remote_gsyncd is removed from reserved option list. Change-Id: Ia2063e4654e378b62b2414bdad21143c86ad1b9a Signed-off-by: Aravinda VK BUG: 1276028 Reviewed-on: http://review.gluster.org/12472 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Saravanakumar Arumugam Reviewed-by: Venky Shankar --- xlators/mgmt/glusterd/src/glusterd-geo-rep.c | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators') diff --git a/xlators/mgmt/glusterd/src/glusterd-geo-rep.c b/xlators/mgmt/glusterd/src/glusterd-geo-rep.c index c5194b35864..56d18c6bc4b 100644 --- a/xlators/mgmt/glusterd/src/glusterd-geo-rep.c +++ b/xlators/mgmt/glusterd/src/glusterd-geo-rep.c @@ -69,7 +69,6 @@ struct gsync_config_opt_vals_ gsync_confopt_vals[] = { static char *gsync_reserved_opts[] = { "gluster-command-dir", "pid-file", - "remote-gsyncd" "state-file", "session-owner", "state-socket-unencoded", -- cgit