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
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
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