Hide Forgot
Set up a single brick volume, start it. Remove or rename it's backing directory and create an empty one in place of it. Expected behavior: setting up geo-rep with this vol as master works. Actual behavior: gsyncd crashes with TypeError when listing xattrs on root node.
PATCH: http://patches.gluster.com/patch/7097 in master (syncdaemon: fix listing xattrs when there is none and failure handling)
tested with above patch on 3.2.0. created a single brick volume and started gsync from master to slave. files got synced. then renamed and created empty dir (#mv /export/dir /export/DIR && mkdir /export/dir) Created few more files and dirs they are still synced to slave.
PATCH: http://patches.gluster.com/patch/7341 in release-3.2 (syncdaemon: fix listing xattrs when there is none and failure handling)