summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/utils/syncdaemon
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/marker/utils/syncdaemon')
-rw-r--r--xlators/features/marker/utils/syncdaemon/resource.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/resource.py b/xlators/features/marker/utils/syncdaemon/resource.py
index f157b190721..d172462a70f 100644
--- a/xlators/features/marker/utils/syncdaemon/resource.py
+++ b/xlators/features/marker/utils/syncdaemon/resource.py
@@ -411,6 +411,7 @@ class GLUSTER(AbstractUrl, SlaveLocal, SlaveRemote):
raise RuntimeError("command failed: " + " ".join(argv))
logging.debug('auxiliary glusterfs mount in place')
os.chdir(d)
+ time.sleep(0.2) # XXX temporary workaround
argv = ['umount', '-l', d]
if os.spawnvp(os.P_WAIT, argv[0], argv):
raise RuntimeError("command failed: " + " ".join(argv))