Comment 11 for bug 1896617

Revision history for this message
Lee Yarwood (lyarwood) wrote : Re: Creation of image (or live snapshot) from the existing VM fails if libvirt-image-backend is configured to qcow2 starting from Ussuri

2020-09-23 13:55:27.563 25090 ERROR oslo_messaging.rpc.server libvirt.libvirtError: unable to verify existence of block copy target: Permission denied

Right so this is the same as the trace in bug 1885418

The --wait behaviour is correct, the API is async and so without --wait it returns successfully once the request is accepted. --wait just polls until the snapshot has been taken.

I'm just building a focal env now with the required versions of libvirt and QEMU to hit this.