[Gluster-users] geo-replication create push-pem uses wrong gsyncd path on slave cluster's SSH authorized_keys

ML mail mlnospam at yahoo.com
Sat Mar 7 19:42:01 UTC 2015


Hello,

I am setting up geo replication on Debian wheezy using the official 3.5.3 GlusterFS packages and noticed that when creating the geo-replication session using the command:

gluster volume geo-replication myvol slavecluster::myvol create push-pem force

the authorized_keys SSH file (/root/.ssh/authorized_keys) on the slave cluster uses the wrong path to the gsync command. I adds the following command:


command="/usr/libexec/glusterfs/gsyncd"

but on Debian not even /usr/libexec exists... The correcct path to gsyncd should be the following:


command="/usr/lib/x86_64-linux-gnu/glusterfs/gsyncd"

Can someone please correct that for the next Debian package builds?

Regards
ML


More information about the Gluster-users mailing list