Re: [PATCH] rbd: Fix .bdrv_get_specific_info implementation

2025-08-12 Thread Kevin Wolf
Am 12.08.2025 um 09:46 hat Hanna Czenczek geschrieben: > On 11.08.25 15:40, Kevin Wolf wrote: > > qemu_rbd_get_specific_info() has at least two problems: > > > > The first is that it issues a blocking rbd_read() call in order to probe > > the encryption format for the image while querying the node

Re: [PATCH] rbd: Fix .bdrv_get_specific_info implementation

2025-08-12 Thread Hanna Czenczek
On 11.08.25 15:40, Kevin Wolf wrote: qemu_rbd_get_specific_info() has at least two problems: The first is that it issues a blocking rbd_read() call in order to probe the encryption format for the image while querying the node. This means that if the connection to the server goes down, not only I

[PATCH] rbd: Fix .bdrv_get_specific_info implementation

2025-08-11 Thread Kevin Wolf
qemu_rbd_get_specific_info() has at least two problems: The first is that it issues a blocking rbd_read() call in order to probe the encryption format for the image while querying the node. This means that if the connection to the server goes down, not only I/O is stuck (which is unavoidable), but