summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/features/marker/utils/syncdaemon/resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/resource.py b/xlators/features/marker/utils/syncdaemon/resource.py
index 09ab9c3a49b..d1df57d0195 100644
--- a/xlators/features/marker/utils/syncdaemon/resource.py
+++ b/xlators/features/marker/utils/syncdaemon/resource.py
@@ -353,7 +353,7 @@ class GLUSTER(AbstractUrl, SlaveLocal, SlaveRemote):
volinfo = { 'version': vm[0:2],
'uuid' : uuid,
'retval' : vm[18],
- 'volume_mark': vm[18:20],
+ 'volume_mark': vm[19:21],
}
if extra_fields:
return volinfo, vm[-len(extra_fields):]