
21 Apr
2021
21 Apr
'21
1:25 a.m.
Hi Peter, On 21/04/20 09:14AM, Peter Krempa wrote:
The problem is that file=overlay.qcow2 points to a relative path (not starting with a leading '/'). Libvirt enforces that the path must be a full path.
Thank you! I confirm that it is working following your correction.
I've recently pushed a commit which removes the XML validation in this case as it's counter-productive and the XML parser provides a more understandable error:
https://gitlab.com/libvirt/libvirt/-/commit/f1c9fed2ca8f2509495f46b355dab019...
(note that this commit will be in the upcomming libvirt-7.3 release)
Thank you for the great software and all you do! Hakan