Activity log for bug #1370199

Date Who What changed Old value New value Message
2014-09-16 18:47:06 Ryan Harper bug added bug
2014-09-16 18:47:06 Ryan Harper attachment added proposed patch from Serge https://bugs.launchpad.net/bugs/1370199/+attachment/4205683/+files/qemu-upstart-create-kvm-node-in-container.diff
2014-09-16 20:30:42 Ubuntu Foundations Team Bug Bot tags patch
2014-09-16 20:30:48 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2014-09-18 18:00:46 Ryan Harper qemu (Ubuntu): importance Undecided High
2014-09-18 18:00:46 Ryan Harper qemu (Ubuntu): status New In Progress
2014-09-18 18:00:46 Ryan Harper qemu (Ubuntu): assignee Ryan Harper (raharper)
2014-09-18 18:02:15 Ryan Harper nominated for series Ubuntu Trusty
2014-09-18 21:16:55 Launchpad Janitor qemu (Ubuntu): status In Progress Fix Released
2014-09-20 14:07:21 Nobuto Murata bug added subscriber Nobuto MURATA
2014-11-20 16:50:27 Serge Hallyn bug task added qemu (Ubuntu Trusty)
2014-11-20 17:28:05 Serge Hallyn description I have a host with kvm loaded and after creating a container and installing the qemu package, /dev/kvm doesn't exist. If I create it manually qemu runs fine. The upstart job should detect that it's in a container and create /dev/kvm for use. I have a host with kvm loaded and after creating a container and installing the qemu package, /dev/kvm doesn't exist. If I create it manually qemu runs fine. The upstart job should detect that it's in a container and create /dev/kvm for use. ============================================================ Impact: /dev/kvm does not exist in containers after installing qemu-kvm Test case: sudo lxc-create -t download -n t1 -- -d ubuntu -r trusty -a amd64 sudo lxc-start -n t1 -d sudo lxc-attach -n t1 -- apt-get update sudo lxc-attach -n t1 -- apt-get -y install qemu-kvm sudo lxc-attach -n t1 -- ls -l /dev/kvm Regression potential: This can only be fixed for privileged containers on the real host, where root in the container can in fact create /dev/kvm. In that case there should be no regresison as we simply create the needed device. In the other case, package install should not fail since we do '|| true' to ignore failure. ============================================================
2014-11-20 17:28:18 Serge Hallyn bug added subscriber Ubuntu Stable Release Updates Team
2014-11-21 10:08:06 Sebastien Bacher removed subscriber Ubuntu Sponsors Team
2014-11-25 17:24:05 Chris J Arges qemu (Ubuntu Trusty): status New Fix Committed
2014-11-25 17:24:08 Chris J Arges bug added subscriber SRU Verification
2014-11-25 17:24:10 Chris J Arges tags patch patch verification-needed
2014-12-04 20:52:57 Bartosz Kosiorek tags patch verification-needed patch verification-done
2014-12-08 18:40:47 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2014-12-08 18:46:11 Launchpad Janitor qemu (Ubuntu Trusty): status Fix Committed Fix Released