Build Update for libvirt/libvirt
-------------------------------------
Build: #911
Status: Errored
Duration: 10 minutes and 27 seconds
Commit: 979a7b3 (v3.7-maint)
Author: Michal Privoznik
Message: qemuDomainAttachDeviceMknodHelper: Remove symlink before creating it
https://bugzilla.redhat.com/show_bug.cgi?id=1528502
So imagine you have /dev/blah symlink which points to /dev/sda.
You attach /dev/blah as disk to your domain. Libvirt correctly
creates the /dev/blah -> /dev/sda symlink in the qemu namespace.
However, then you detach the disk, change the symlink so that it
points to /dev/sdb and tries to attach the disk again. This time,
however, the attach fails (well, qemu attaches wrong disk)
because the code assumes that symlinks don't change. Well they
do.
This is inspired by test fix written by Eduardo Habkost.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
Reviewed-by: Andrea Bolognani <abologna(a)redhat.com>
(cherry picked from commit db98e7f67ea0d7699410f514f01947cef5128a6c)
View the changeset:
https://github.com/libvirt/libvirt/compare/290886b16c22...979a7b3feba1
View the full build log and details:
https://travis-ci.org/libvirt/libvirt/builds/341094230?utm_source=email&a...
--
You can configure recipients for build notifications in your .travis.yml file. See
https://docs.travis-ci.com/user/notifications