diff options
author | Csaba Henk <csaba@redhat.com> | 2012-10-30 15:54:05 +0100 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-10-31 09:47:13 -0400 |
commit | 61c8fa54e596eab121d44569c5eec2717865a87d (patch) | |
tree | 6bd56fae80c82024a6dcadc3403d6756e1dd6955 /xlators/mgmt/glusterd/src/glusterd-geo-rep.c | |
parent | 371f778ecb71bec24391b1dfac4a30cd3ba059d7 (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: https://code.engineering.redhat.com/gerrit/173
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-geo-rep.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-geo-rep.c | 2 |
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 9e2a8c7d6a9..15b12d25d55 100644 --- a/xlators/mgmt/glusterd/src/glusterd-geo-rep.c +++ b/xlators/mgmt/glusterd/src/glusterd-geo-rep.c @@ -40,6 +40,8 @@ static char *gsync_reserved_opts[] = { "pid-file", "state-file", "session-owner", + "state-socket-unencoded", + "socketdir", NULL }; |