[Libvirt-ci] Errored: libvirt/libvirt#911 (v3.7-maint - 979a7b3)

Travis CI builds at travis-ci.org
Wed Feb 14 10:14:59 UTC 2018


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 at redhat.com>
Reviewed-by: Andrea Bolognani <abologna at 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&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-ci/attachments/20180214/6fc1cb45/attachment.htm>


More information about the Libvirt-ci mailing list