On Mon, Jul 15, 2019 at 4:50 PM Michel Raabe <rmichel@xxxxxxxxxxx> wrote: > > Hi, > > > On 15.07.19 22:42, DHilsbos@xxxxxxxxxxxxxx wrote: > > Paul; > > > > If I understand you correctly: > > I will have 2 clusters, each named "ceph" (internally). > > As such, each will have a configuration file at: /etc/ceph/ceph.conf > > I would copy the other clusters configuration file to something like: /etc/ceph/remote.conf > > Then the commands (run on the local mirror) would look like this: > > rbd mirror pool peer add image-pool [client-name]@ceph (uses default cluster name to reference local cluster) > > rbd --cluster remote mirror pool add image-pool [client-name]@remote > > yes...and the same for the keyring - remote.client.admin.keyring or > remote.rbd-mirror.keyring With Ceph Nautlius, you actually do not need to copy / modify any ceph.conf (like) files. You can store the mon address and CephX key for the remote cluster within the local cluster's config-key store (see --remote-mon-host and --remote-key-file rbd CLI options) or use the Ceph Dashboard to provide the credentials. > Regards, > Michel > _______________________________________________ > ceph-users mailing list > ceph-users@xxxxxxxxxxxxxx > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com -- Jason _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com