summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/utils/syncdaemon/gconf.py
diff options
context:
space:
mode:
authorCsaba Henk <csaba@gluster.com>2011-07-12 21:59:24 +0200
committerAnand Avati <avati@gluster.com>2011-07-28 02:58:46 -0700
commitfa979753d9fe27c6338a0d384d0f183ea716003d (patch)
treef66c9aea70e7e3225fa3dcf2b337a15d51bbefe2 /xlators/features/marker/utils/syncdaemon/gconf.py
parent06af690050b5b0ca4da34d4c89fda3d3deffe908 (diff)
gsyncd: log exit properly
Change-Id: Iedd8c0ce9dec2d8dcb01e0e5b409cb53185b1716 BUG: 2778 Reviewed-on: http://review.gluster.com/82 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaushik BV <kaushikbv@gluster.com>
Diffstat (limited to 'xlators/features/marker/utils/syncdaemon/gconf.py')
-rw-r--r--xlators/features/marker/utils/syncdaemon/gconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/gconf.py b/xlators/features/marker/utils/syncdaemon/gconf.py
index 24165b619..ddbac21e4 100644
--- a/xlators/features/marker/utils/syncdaemon/gconf.py
+++ b/xlators/features/marker/utils/syncdaemon/gconf.py
@@ -5,6 +5,7 @@ class GConf(object):
ssh_ctl_args = None
cpid = None
pid_file_owned = False
+ log_exit = False
permanent_handles = []
@classmethod