Displaying 1 result from an estimated 1 matches for "myboxen".
Did you mean:
mboxes
2012 Mar 20
1
issues with geo-replication
...oteip::remotevol start
The steps I am using to implement this:
1: Create key for geo-replication in
/etc/glusterd/geo-replication/secret.pem.pub and secret.pem.pub
2: Add pub key to ~root/.ssh/authorized_keys on target systems
3: Verify key works (using geo-replication's ssh syntax):
[root at myboxen ~]# ssh -oPasswordAuthentication=no
-oStrictHostKeyChecking=no -i /etc/glusterd/geo-replication/secret.pem
root at remoteip "ls -l /data"
drwxr-xr-x 2 root root 4096 Mar 15 11:53 path
4: Run the geo-replication command
gluster volume geo-replication myvol ssh://root at remoteip:/data/pat...