Hello everyone,
I'm using gluster 3.13 on a Ubuntu 16.04.3 hosts. One mayor issue in combination with ubuntus rsync version 3.1.1 seems to be the rsync-call of the geo-replication.
rsync is called from the syncdaemon (as far i understood) and it creates a call like this one:
rsync -aR0 --inplace --files-from=- --super --stats --numeric-ids --no-implied-dirs --existing --xattrs --acls . -e ssh -oPasswordAuthentication=no -oStrictHostKeyChecking=no -i /var/lib/glusterd/geo-replication/secret.pem -p 22 -oControlMaster=auto --compress root@slave:/proc/4574/cwd
rsync: -oPasswordAuthentication=no: unknown option
rsync error: syntax or usage error (code 1) at main.c(1572) [client=3.1.1]
rsync: -oPasswordAuthentication=no: unknown option
rsync error: syntax or usage error (code 1) at main.c(1572) [client=3.1.1]
From my point of view the ssh options (-e) are missing some quotation marks, so rsync can determine the end of the -e option. Or am I missunderstanding this?
Best regards,
Tino
_______________________________________________ Gluster-users mailing list Gluster-users@xxxxxxxxxxx http://lists.gluster.org/mailman/listinfo/gluster-users