diff options
Diffstat (limited to 'geo-replication/syncdaemon/configinterface.py.in')
| -rw-r--r-- | geo-replication/syncdaemon/configinterface.py.in | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/configinterface.py.in b/geo-replication/syncdaemon/configinterface.py.in index f8df49935f1..0570061955f 100644 --- a/geo-replication/syncdaemon/configinterface.py.in +++ b/geo-replication/syncdaemon/configinterface.py.in @@ -64,6 +64,18 @@ CONFIGS = (       "ignore_deletes",       "true",       "false"), +    ("peersrx . .", +     "pid-file", +     "@GLUSTERD_WORKDIR@/geo-replication/${mastervol}_${remotehost}_" +     "${slavevol}/${eSlave}.pid", +     "@GLUSTERD_WORKDIR@/geo-replication/${mastervol}_${remotehost}_" +     "${slavevol}/monitor.pid"), +    ("peersrx . .", +     "state-file", +     "@GLUSTERD_WORKDIR@/geo-replication/${mastervol}_${remotehost}_" +     "${slavevol}/${eSlave}.status", +     "@GLUSTERD_WORKDIR@/geo-replication/${mastervol}_${remotehost}_" +     "${slavevol}/monitor.status"),  )  | 
