[Libguestfs] Parameter 'encrypt.key-secret' is required for cipher for virt-ls

2022-10-05 Thread Do Re
Hello all, background: One of my VM stopped working - on startup, I get the message "No bootable device" in the virtual machine. I would like to inspect the corresponding image with libguestfs-tools. However, I don't know how to pass the encryption key to the tool. For example: virt-ls -a /opt/

Re: [Libguestfs] [nbdkit PATCH] tls: Gracefully handle early NBD_OPT_ payload

2022-10-05 Thread Eric Blake
On Mon, Oct 03, 2022 at 03:13:33PM -0500, Eric Blake wrote: > When using --tls=require, we need to consume any payload sent by the > client on an option other than NBD_OPT_STARTTLS (for example, > NBD_OPT_INFO); otherwise we will be out of sync and unable to read the > next NBD_OPT_, most likely pr