rbd: listing images failed: (2) No such file or directory

Sep 12, 2020
13
0
6
27
Hi,

Older cluster installation with ceph. At that time, the ceph pool was not created, so the disks were labeled .mgr, but its name appears as a separate storage.
The following error was visible on ceph:

Code:
Module 'devicehealth' has failed: disk I/O error

I solved this by regenerating the manager. However, before generating again, one of the 3 managers did not have the usual name (mgr.prod1), but had localhost in its name.

Since the regeneration, I have not been able to access the ceph storage, the VMs are running and there is an I/O operation, but not, for example, I get an error for the following command:

Code:
root@prod1:~# rbd -p 'cephname' du
rbd: error opening pool 'cephname': (2) No such file or directory

Does anyone have any idea how I can access the images?

Info for the cluster in the attachment.

Thanks for the help!

b
 

Attachments

  • cephconf.txt
    731 bytes · Views: 3
  • pveversion.txt
    1.2 KB · Views: 3
This usually happens when there's a half removed image in a Ceph storage: you've cancelled a clone or a disk move to the Ceph storage. PVE does not fully remove the half copied disk. Dunno if it still happens on more recent versions of PVE/Ceph, but it definitelly happens with PVE 7.2.

List the erroneous images with rbd ls -l <CEPH_POOL_NAME> > /dev/null.
You will see something like:
rbd: error opening vm-506-disk-0: (2) No such file or directory
rbd: listing images failed: (2) No such file or directory

Make sure that the image isn't in use in any VM (grep -R "vm-506-disk-0" /etc/pve/nodes/*/qemu-server/*).
You can remove the RBD image with rbd -p <ALMACENAMIENTO_CEPH_RBD> rm vm-506-disk-0.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!