1129 if (!priv->dynamicOwnership)
is set
1132 if (src && virStorageSourceIsLocalStorage(src))
is true and sets
(gdb) p data.src
$18 = 0x7f8c500271e0 "/var/lib/uvtool/libvirt/images/testguest.qcow"
1135 if (dst && virStorageSourceIsLocalStorage(dst))
isn't true as the destination is a NULL pointer.
For anyone wondering if dst=0x0 is correct. That is matchign the shutdown
process, since
virSecurityManagerMoveImageMetadata defines it as:
451 * If @dst is NULL then metadata is removed from @src and not
452 * stored anywhere.
In virProcessRunInFork I see
1155 ret = virProcessWait(child, &status, false);
placing the
(gdb) p status
$23 = 125
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879325
Title:
Unable to remove disk metadata on vm
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1879325/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs