[Bug 1322568] Re: nova interface-attach fails

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.2-0ubuntu13.1.4 --- libvirt (1.2.2-0ubuntu13.1.4) trusty-proposed; urgency=medium * debian/apparmor/usr.sbin.libvirtd - add cap-sys-resource to fully fix (LP: #1276719) libvirt (1.2.2-0ubuntu13.1.3) trusty-proposed; urgency=medium

[Bug 1322568] Re: nova interface-attach fails

2014-09-28 Thread Jens Rosenboom
Just verified that http://launchpad.net/ubuntu/+source/libvirt/1.2.2-0ubuntu13.1.4 fixes the original issue, i.e. running nova interface-attach works again after updating libvirt. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification becau

[Bug 1322568] Re: nova interface-attach fails

2014-08-05 Thread Chris J Arges
Hello James, or anyone else affected, Accepted libvirt into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/libvirt/1.2.2-0ubuntu13.1.3 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https:

[Bug 1322568] Re: nova interface-attach fails

2014-08-05 Thread Chris J Arges
** Description changed: = SRU Justification: Impact: nova attach-interface fails Test Case: nova attach-interface Regression potential: this only allows virt-aa-helper to detect whether vhost-net needs to be accessible to qemu. It should not regress

[Bug 1322568] Re: nova interface-attach fails

2014-07-31 Thread Serge Hallyn
** Description changed: - Performing a nova interface-attach on a running instance fails; looks - like apparmor is block access to /dev/vhost-net: + = + SRU Justification: + Impact: nova attach-interface fails + Test Case: nova attach-interface + Regression pote

[Bug 1322568] Re: nova interface-attach fails

2014-07-15 Thread Serge Hallyn
It's marked as 'affecting trusty' meaning we intend to SRU it there. Unfortunately there is another pending SRU which will need to clear before we can push this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1322568] Re: nova interface-attach fails

2014-07-15 Thread Tero Marttila
Any chance of getting this fix into trusty? Fixing this up by hand via /etc/apparmor.d/libvirt/TEMPLATE is possible for pre-existing domain profiles, but involves shutting down the domain etc. Is there any better way? virsh shutdown foobar sudo /usr/lib/libvirt/virt-aa-helper --delete --uuid

[Bug 1322568] Re: nova interface-attach fails

2014-06-17 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.5-0ubuntu3 --- libvirt (1.2.5-0ubuntu3) utopic; urgency=medium * d/p/virt-aa-helper-vhost.patch: allow access to /dev/vhost-net if domain needs it (LP: #1322568) -- Serge HallynTue, 17 Jun 2014 22:01:49 -0500 ** Changed in: l

[Bug 1322568] Re: nova interface-attach fails

2014-06-17 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu Utopic) Assignee: (unassigned) => Serge Hallyn (serge-hallyn) ** Changed in: libvirt (Ubuntu Utopic) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1322568] Re: nova interface-attach fails

2014-06-09 Thread Serge Hallyn
(I suppose something analogous to this is the right check: actualType == VIR_DOMAIN_NET_TYPE_NETWORK || actualType == VIR_DOMAIN_NET_TYPE_BRIDGE || actualType == VIR_DOMAIN_NET_TYPE_ETHERNET || actualType == VIR_DOMAIN_NET_TYPE_DIRECT ) -- You received this bug notificati

[Bug 1322568] Re: nova interface-attach fails

2014-06-09 Thread Serge Hallyn
Does anyone know offhand which conditions mean we'll need /dev/vhost-net access (that we can check for in virt-aa-helper)? (If not I'll have to track it down) ** Changed in: libvirt (Ubuntu Utopic) Importance: Undecided => High ** Changed in: libvirt (Ubuntu Trusty) Importance: Undecided =

[Bug 1322568] Re: nova interface-attach fails

2014-06-06 Thread Liam Young
** Changed in: libvirt (Ubuntu Utopic) Assignee: Liam Young (gnuoy) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1322568 Title: nova interface-attach fails To manage notificat

[Bug 1322568] Re: nova interface-attach fails

2014-06-02 Thread James Page
** Also affects: libvirt (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: libvirt (Ubuntu Utopic) Importance: Undecided Assignee: Liam Young (gnuoy) Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1322568] Re: nova interface-attach fails

2014-05-23 Thread Jamie Strandboge
Adding /dev/vhost-net to the libvirt-qemu abstraction means that all VMs have access to this file, but I don't think that is what we want to do. Better would be to adjust virt-aa-helper to add this to only VMs that need it, like we do for most all other accesses. -- You received this bug notifica

[Bug 1322568] Re: nova interface-attach fails

2014-05-23 Thread Liam Young
** Changed in: libvirt (Ubuntu) Assignee: (unassigned) => Liam Young (gnuoy) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1322568 Title: nova interface-attach fails To manage notifications ab

[Bug 1322568] Re: nova interface-attach fails

2014-05-23 Thread Liam Young
Patching /etc/apparmor.d/abstractions/libvirt-qemu with === modified file 'libvirt-qemu' --- libvirt-qemu2014-05-23 14:09:17 + +++ libvirt-qemu2014-05-23 14:10:27 + @@ -25,6 +25,7 @@ /dev/kvm rw, /dev/ptmx rw, /dev/kqemu rw, + /dev/vhost-net rw, @{PROC}/*/stat

[Bug 1322568] Re: nova interface-attach fails

2014-05-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libvirt (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1322568 Title: no