RBD error

powersupport

Well-Known Member
Jan 18, 2020
297
2
58
30
Hi,
When I am listing rbd ls -l cephpool getting error as below

rbd: error opening vm-121-disk-0: (2) No such file or directory

This VM is not exists in the server. how to delete the same

Thank you.
 
Hello,

You want to remove the VM image vm-121-disk-0 from your pool? - if so, you can remove the image using rm flag, e.g.:

Bash:
/usr/bin/rbd -p <PoolName> rm <vm-VMID-disk->