Re: [pve-devel] [PATCH storage 1/2] rbd: improve handling of missing images

2023-05-26 Thread Aaron Lauterer
ping? ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH storage 1/2] rbd: improve handling of missing images

2023-04-19 Thread Aaron Lauterer
It can happen, that an RBD image isn't cleaned up 100%. Calling 'rbd ls -l' will then show errors that it is not possible to open the image in question: ``` rbd: error opening vm-103-disk-1: (2) No such file or directory rbd: listing images failed: (2) No such file or directory ``` Originally we o