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 <khiremat@redhat.com> Reviewed-on: http://review.gluster.org/7206 Reviewed-by: Aravinda VK <avishwan@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
parent
c817c21403
commit
82f20483f7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user