Description of problem: Currently, slave's timestamp marker is "*.xtime", but for correct processing and pruning of changelogs from the passive node, 'stime' key helps in identifying how much the slave is lagging. For this, the slave's timestamp marker key needs to be "*.stime" instead of "*.xtime" as 'stime' has special processing (min/max) in GlusterFS that correctly identifies the lag. Version-Release number of selected component (if applicable): mainline
REVIEW: http://review.gluster.org/6216 (gsyncd / geo-rep: slave's xtime key is 'stime') posted (#1) for review on master by Venky Shankar (vshankar)
The patch http://review.gluster.org/#/c/6404/ fixes this bug as part of bz 1036539