summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/utils/syncdaemon/resource.py
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/marker/utils/syncdaemon/resource.py')
-rw-r--r--xlators/features/marker/utils/syncdaemon/resource.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/resource.py b/xlators/features/marker/utils/syncdaemon/resource.py
index d1df57d0195..9bf1e441dc6 100644
--- a/xlators/features/marker/utils/syncdaemon/resource.py
+++ b/xlators/features/marker/utils/syncdaemon/resource.py
@@ -220,8 +220,6 @@ class Server(object):
tuple(int(x,16) for x in re.findall('(?:[\da-f]){2}', dct['uuid'])) +
(dct['retval'],) + dct['volume_mark'][0:2] + (dct['timeout'],)))
Xattr.lsetxattr('.', key, val)
- else:
- logging.info('no volume-mark, if the behaviour persists have to check if master gsyncd is running')
cls.last_keep_alive += 1
return cls.last_keep_alive
@@ -427,7 +425,7 @@ class GLUSTER(AbstractUrl, SlaveLocal, SlaveRemote):
def service_loop(self, *args):
if args:
- GMaster(self, args[0]).crawl()
+ GMaster(self, args[0]).crawl_loop()
else:
sup(self, *args)