From e779cc8c32692112d751571e65a1fb898f500d5b Mon Sep 17 00:00:00 2001 From: Kotresh H R Date: Fri, 7 Mar 2014 16:35:01 +0530 Subject: geo-rep: quick-fix for remote xtime set failed Remote xtime is required for failover/failback, this patch is quick fix to avoid the OSError. Code is masked out, this need to be resolved when failover/failback is worked on. Change-Id: If339d88a2ccd8ef18a3b3c015df765c93dcb020c BUG: 1073844 Signed-off-by: Kotresh H R Reviewed-on: http://review.gluster.org/7207 Reviewed-by: Aravinda VK Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- geo-replication/syncdaemon/master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'geo-replication') diff --git a/geo-replication/syncdaemon/master.py b/geo-replication/syncdaemon/master.py index 0817d7fe775..98a61bc1d75 100644 --- a/geo-replication/syncdaemon/master.py +++ b/geo-replication/syncdaemon/master.py @@ -150,7 +150,7 @@ class NormalMixin(object): def set_slave_xtime(self, path, mark): self.slave.server.set_stime(path, self.uuid, mark) - self.slave.server.set_xtime_remote(path, self.uuid, mark) + # self.slave.server.set_xtime_remote(path, self.uuid, mark) class PartialMixin(NormalMixin): """a variant tuned towards operation with a master -- cgit