I have two proxmox ceph clusters , I have added the ceph block storage of one cluster to another another cluster as follows
and also added client keyring from external ceph to /etc/pve/priv/ceph folder of cluster
After doing the changes I am getting following error
What could be the problem
Code:
rbd: BackupRBD
content images
krbd 1
monhost 172.19.2.24 172.19.2.25 172.19.2.26 172.19.2.27 172.19.2.28 172.19.2.29 172.19.2.30 172.19.2.31 172.19.2.46 172.19.2.47 172.19.2.44 172.19.2.45
pool vm
username admin
and also added client keyring from external ceph to /etc/pve/priv/ceph folder of cluster
After doing the changes I am getting following error
Code:
Use of uninitialized value $free in addition (+) at /usr/share/perl5/PVE/Storage/RBDPlugin.pm line 557.
Use of uninitialized value $used in addition (+) at /usr/share/perl5/PVE/Storage/RBDPlugin.pm line 557.
Use of uninitialized value $avail in int at /usr/share/perl5/PVE/Storage.pm line 1147.
Use of uninitialized value $used in int at /usr/share/perl5/PVE/Storage.pm line 1148.
Name Type Status Total Used Available %
BackupNFS pbs active 4294967296 663573504 3631393792 15.45%
BackupRBD rbd active 0 0 0 0.00%
local dir active 4294967296 663573504 3631393792 15.45%
local-lvm lvmthin active 1714909184 0 1714909184 0.00%
vm rbd active 26362720257 8652394497 17710325760 32.82%
What could be the problem