diff options
author | Aravinda VK <avishwan@redhat.com> | 2015-10-30 16:09:29 +0530 |
---|---|---|
committer | Venky Shankar <vshankar@redhat.com> | 2015-11-17 07:06:21 -0800 |
commit | 7de355b42dc1f8313db3ffc775a0e1708ba85243 (patch) | |
tree | 75d1bed584b027fb3670539c9db236a9c5b4f751 /xlators/mgmt/glusterd | |
parent | 7d35eb5926869ed084295600502a85ce13be506f (diff) |
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 <avishwan@redhat.com>
BUG: 1276028
Reviewed-on: http://review.gluster.org/12472
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Saravanakumar Arumugam <sarumuga@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-geo-rep.c | 1 |
1 files changed, 0 insertions, 1 deletions
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", |