diff options
Diffstat (limited to 'geo-replication')
| -rw-r--r-- | geo-replication/syncdaemon/master.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/geo-replication/syncdaemon/master.py b/geo-replication/syncdaemon/master.py index b2cfb8531d1..5c17f96ae64 100644 --- a/geo-replication/syncdaemon/master.py +++ b/geo-replication/syncdaemon/master.py @@ -910,7 +910,8 @@ class GMasterChangelogMixin(GMasterCommon):                                                        st_mtime=ec[6])))                      else:                          meta_gfid.add((os.path.join(pfx, ec[0]), )) -                elif ec[1] == 'SETXATTR': +                elif ec[1] == 'SETXATTR' or ec[1] == 'XATTROP' or \ +                     ec[1] == 'FXATTROP':                      # To sync xattr/acls use rsync/tar, --xattrs and --acls                      # switch to rsync and tar                      if not boolify(gconf.use_tarssh) and \  | 
