Hello everyone,
I am currently experiencing an issue with my Ceph cluster and I was hoping someone might be able to provide some insight or guidance.
In my Ceph cluster, I have two pools: "volumes" and "volumes_ssd," each with its own CRUSH rule. In Proxmox Virtual Environment 8.4.5, I can utilize both pools as RBD storage without any issues. However, when I attempt to list the VM Disks and CT Volumes in the "volumes_ssd" pool via the GUI, I encounter the following error:
Interestingly, the data is effectively present and can be used without any problems. When I execute the command
via the CLI, the VM disks are displayed correctly. This leads me to suspect that there might be some permission issues with the pool, where read and write operations are allowed, but listing the VM Disks and CT Volumes via the GUI is not.
Has anyone encountered a similar issue or could provide some guidance on how to troubleshoot this?
Best regards,
Volker
I am currently experiencing an issue with my Ceph cluster and I was hoping someone might be able to provide some insight or guidance.
In my Ceph cluster, I have two pools: "volumes" and "volumes_ssd," each with its own CRUSH rule. In Proxmox Virtual Environment 8.4.5, I can utilize both pools as RBD storage without any issues. However, when I attempt to list the VM Disks and CT Volumes in the "volumes_ssd" pool via the GUI, I encounter the following error:
Code:
rbd error: rbd: listing images failed: (2) No such file or directory (500)
Interestingly, the data is effectively present and can be used without any problems. When I execute the command
Code:
rbd ls volumes_ssd
via the CLI, the VM disks are displayed correctly. This leads me to suspect that there might be some permission issues with the pool, where read and write operations are allowed, but listing the VM Disks and CT Volumes via the GUI is not.
Has anyone encountered a similar issue or could provide some guidance on how to troubleshoot this?
Best regards,
Volker