Hi all
I have a node Proxmox to connect to Ceph Cluster extend
But my Ceph cluster has another cluster name !=Ceph is site-a (ceph --cluster site-a -s)
NOTE: Im using rbd-mirror to DR-site storage then need to using cluster with name !=ceph
Config integration Proxmox to Ceph
So, problem is there.
I can check status ceph cluster, add pool storage normally

But cannot access to pool storage rbd

How can solved that?
Thanks for reading
I have a node Proxmox to connect to Ceph Cluster extend
But my Ceph cluster has another cluster name !=Ceph is site-a (ceph --cluster site-a -s)
NOTE: Im using rbd-mirror to DR-site storage then need to using cluster with name !=ceph
Config integration Proxmox to Ceph
# Copy config and key from Ceph Clusterand change from site-a to ceph scp root@10.0.12.51:/etc/ceph/site-a.conf /etc/pve/ceph.conf scp root@10.0.12.51:/etc/ceph/site-a.client.admin.keyring /etc/pve/priv/ceph.client.admin.keyring # Then in create symlink to /etc/ceph ln -s /etc/pve/ceph.conf /etc/ceph/ ln -s /etc/pve/priv/ceph.client.admin.keyring /etc/ceph/ |
So, problem is there.
I can check status ceph cluster, add pool storage normally

But cannot access to pool storage rbd

How can solved that?
Thanks for reading