1 cluster Ceph and another cluster Proxmox

yakakliker

Renowned Member
May 19, 2011
95
1
73
France
Hello,

I have 2 cluster proxmox.
Fist one have ceph storage in the cluster and i want to connect the second proxmox cluster to the first proxmox cluster's ceph volume.

On the second cluster, connexion is OK, i see the good size of the cluster, but i don't see the fisrt cluster's vm disk

When i create a new vm in the second cluster on the ceph volume, i can see the vm disk in the second cluster but not in the first.

On the two clusters, when i list i can see that :

On first cluster :

root@pve15122201:/etc/pve# rados --pool=ceph151222 ls | grep vm
rbd_id.vm-1037000-disk-1
rbd_id.vm-1037000-disk-2
rbd_id.vm-100-disk-1

root@pve15122201:/etc/pve# rbd ls -l
NAME SIZE PARENT FMT PROT LOCK
vm-100-disk-1 33792M 2
root@pve15122201:/etc/pve#


On second Cluster :

root@pve15122401:~# rados --pool=ceph151222 ls | grep vm
rbd_id.vm-1037000-disk-1
rbd_id.vm-1037000-disk-2
rbd_id.vm-100-disk-1
root@pve15122401:~#

root@pve15122401:~# rbd ls -l
NAME SIZE PARENT FMT PROT LOCK
vm-100-disk-1 33792M 2
root@pve15122401:~#

In first cluster i can't see second cluster vm disk and in second cluster a can't see first cluster vm disk.

Is someone can explain ?

Thanks all.