Hi guys,
I have a Ceph pool that I removed by accident and then I readded it back in my proxmox cluster. I had a VM disks in there before I removed and when I added the Ceph pool back in, they're not showing up. I can see that the data is there when I take a look at the storage metrics and run:
I've checked
I have a backup of the data on my PBS but wanted to see if I can add back in the VM disk easily.
I have a Ceph pool that I removed by accident and then I readded it back in my proxmox cluster. I had a VM disks in there before I removed and when I added the Ceph pool back in, they're not showing up. I can see that the data is there when I take a look at the storage metrics and run:
rbd ls -l Ceph-3tb
and get this:
Code:
root@tasty2:~# rbd ls -l Ceph-3tb
NAME SIZE PARENT FMT PROT LOCK
vm-121-disk-0 1 TiB 2 excl
vm-121-disk-1 1 TiB 2
I've checked
/etc/ceph/ceph.conf
and seems ok. /etc/pve/storage.cfg
seems to be ok. Gives me this:
Code:
rbd: Ceph-3tb
content images
krbd 0
pool Ceph-3tb
I have a backup of the data on my PBS but wanted to see if I can add back in the VM disk easily.