On Thu, May 12, 2016 at 6:33 AM, Mika c <mika.leaf...@gmail.com> wrote:

> 4.) Both sites  installed "rbd-mirror".
>      Start daemon "rbd-mirror" .
>      On site1:$sudo rbd-mirror -m 192.168.168.21:6789
>      On site2:$sudo rbd-mirror -m 192.168.168.22:6789

Assuming you use keep "ceph" as the local cluster name and use
"remote" for its peer, you should be able to do the following:

systemctl enable ceph-rbd-mirror@0
systemctl start ceph-rbd-mirror@0

You can override the local cluster name by putting
"CLUSTER=<whatever>" in /etc/sysconfig/ceph. The name of the remote
cluster is derived from the registration added via the "rbd mirror
pool peer add" command.

-- 
Jason
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to