[Libguestfs] [PATCH] -o rhv-upload: wait for VM creation task

2022-04-12 Thread Tomáš Golembiovský
oVirt API call for VM creation finishes before the VM is actually created. Entities may be still locked after virt-v2v terminates and if user tries to perform (scripted) actions after virt-v2v those operations may fail. To prevent this it is useful to monitor the task and wait for the completion. T

Re: [Libguestfs] [libguestfs-common PATCH] options: attempt naming all decrypted LUKS devices by UUID

2022-04-12 Thread Laszlo Ersek
On 04/11/22 14:37, Richard W.M. Jones wrote: > On Mon, Apr 11, 2022 at 02:09:52PM +0200, Laszlo Ersek wrote: >> In commit 2d8c0f8d40b5 ("options: decrypt LUKS-on-LV devices", >> 2022-02-28), in order to keep that change as contained as possible, we >> didn't modify the naming scheme of those decryp