January 2019
Intermediate to advanced
606 pages
15h 1m
English
Before any data can be mirrored from the Ceph cluster to the backup cluster we first need install the rbd-mirror daemon on the backup cluster, enable mirroring on the data pool and then add a peer cluster to the pool:
root@ceph-node5 # yum install -y rbd-mirror # systemctl enable ceph-rbd-mirror.target # systemctl enable ceph-rbd-mirror@remote # systemctl start ceph-rbd-mirror@remote
# rbd mirror pool enable <pool> <mode> root@ceph-node1 # rbd mirror pool enable data pool
Read now
Unlock full access