From d354ea0a05a3b6a13d227b567a81afdb8ea46abb Mon Sep 17 00:00:00 2001 From: Saravanakumar Arumugam Date: Wed, 24 Aug 2016 15:19:53 +0530 Subject: geo-rep: add geo-rep events for server side changes Event Type defined in #15351 to avoid merge conflicts Add geo-rep events applicable to changes in geo-rep session in the server side. Change-Id: Ia66574d2abccad7fce6a96667efbc7c6c8903fc6 BUG: 1370445 Signed-off-by: Saravanakumar Arumugam Reviewed-on: http://review.gluster.org/15328 Tested-by: Aravinda VK Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Aravinda VK --- geo-replication/syncdaemon/conf.py.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 geo-replication/syncdaemon/conf.py.in (limited to 'geo-replication/syncdaemon/conf.py.in') diff --git a/geo-replication/syncdaemon/conf.py.in b/geo-replication/syncdaemon/conf.py.in new file mode 100644 index 00000000000..88072789496 --- /dev/null +++ b/geo-replication/syncdaemon/conf.py.in @@ -0,0 +1,14 @@ +# +# Copyright (c) 2016 Red Hat, Inc. +# This file is part of GlusterFS. + +# This file is licensed to you under your choice of the GNU Lesser +# General Public License, version 3 or any later version (LGPLv3 or +# later), or the GNU General Public License, version 2 (GPLv2), in all +# cases as published by the Free Software Foundation. +# + +GLUSTERFS_LIBEXECDIR = '@GLUSTERFS_LIBEXECDIR@' +GLUSTERD_WORKDIR = "@GLUSTERD_WORKDIR@" + +LOCALSTATEDIR = "@localstatedir@" -- cgit