Proxmox with Ceph Cluster extend cannot acces RBD

Uncelvel

Member
Feb 24, 2017
10
1
6
32
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

# 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
1594968492602.png

But cannot access to pool storage rbd
1594968545409.png

How can solved that?

Thanks for reading
 
  • Like
Reactions: Uncelvel
It's OK right now
# 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/