summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-geo-rep.c
diff options
context:
space:
mode:
authorCsaba Henk <csaba@redhat.com>2012-10-30 15:54:05 +0100
committerAnand Avati <avati@redhat.com>2012-11-28 16:54:07 -0800
commitf8c19b4c6af34b96747881bcb85cddb87484f08e (patch)
tree5ee5f1c3ea88ef9cc8cb6b66cd9e8241b45acdd0 /xlators/mgmt/glusterd/src/glusterd-geo-rep.c
parentfbfcb0ad2aac73c2b5ab8950770c1184352bbf24 (diff)
geo-rep / gsyncd,glusterd: do not hardcode socket path
... in gsyncd python code. Indeed, use the configuration mechanism to set it suitably from glusterd. Change-Id: I9fe2088b14d28588d1e64fe892740cc5755b8365 BUG: 868877 Signed-off-by: Csaba Henk <csaba@redhat.com> Reviewed-on: http://review.gluster.org/4143 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-geo-rep.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-geo-rep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-geo-rep.c b/xlators/mgmt/glusterd/src/glusterd-geo-rep.c
index 3661d9d0..b0e3a38d 100644
--- a/xlators/mgmt/glusterd/src/glusterd-geo-rep.c
+++ b/xlators/mgmt/glusterd/src/glusterd-geo-rep.c
@@ -30,6 +30,8 @@ static char *gsync_reserved_opts[] = {
"pid-file",
"state-file",
"session-owner",
+ "state-socket-unencoded",
+ "socketdir",
NULL
};