You need to use the --id and --cluster options of the rbd command and maintain a .conf file for each cluster.
/etc/ceph/clusterA.conf /etc/ceph/clusterB.conf /etc/ceph/clusterA.client.userA.keyring /etc/ceph/clusterB.client.userB.keyring now use the rbd commands as such: rbd --id userA --cluster clusterA This will cause the client to read the appropriate files ( /etc/ceph/clusterA.client.userA.keyring and /etc/ceph/clusterA.conf) The --id and --cluster translate to which file is read for config and keyring Respectfully, *Wes Dillingham* [email protected] LinkedIn <http://www.linkedin.com/in/wesleydillingham> On Mon, Jun 26, 2023 at 9:15 AM garcetto <[email protected]> wrote: > good afternoon, > how can i config ceph.conf file on a generic rbd client to say to use two > different ceph clusters to access different volumes on them? > > ceph-cluster-left --> rbd-vol-green > ceph-cluster-right --> rbd-vol-blue > > thank you. > _______________________________________________ > ceph-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > _______________________________________________ ceph-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
