Activity log for bug #1584775

Date Who What changed Old value New value Message
2016-05-23 13:19:54 Dimiter Naydenov bug added bug
2016-05-23 14:19:39 Andy Whitcroft ubuntu-fan (Ubuntu): status New In Progress
2016-05-23 14:19:43 Andy Whitcroft ubuntu-fan (Ubuntu): importance Undecided Critical
2016-05-23 14:19:45 Andy Whitcroft ubuntu-fan (Ubuntu): assignee Andy Whitcroft (apw)
2016-05-23 23:04:53 Launchpad Janitor ubuntu-fan (Ubuntu): status In Progress Fix Released
2016-06-06 11:45:26 Andy Whitcroft nominated for series Ubuntu Xenial
2016-06-06 11:45:26 Andy Whitcroft bug task added ubuntu-fan (Ubuntu Xenial)
2016-06-06 11:46:57 Andy Whitcroft ubuntu-fan (Ubuntu Xenial): status New In Progress
2016-06-06 11:47:01 Andy Whitcroft ubuntu-fan (Ubuntu Xenial): importance Undecided Critical
2016-06-06 11:47:03 Andy Whitcroft ubuntu-fan (Ubuntu Xenial): assignee Andy Whitcroft (apw)
2016-07-04 13:55:57 Andy Whitcroft description Something I noticed while trying to use fanatic (see related bug 1584692): /usr/sbin/fanatic: 808: /usr/sbin/fanatic: lxd-images: not found Because of this the lxd test cannot spin up the test container, as it can't import the image. I managed to get it to work by patching fanatic like this: --- # Check if we have images already... lxc image show fanatic-test >/dev/null 2>&1 if [ "$?" -ne 0 ]; then echo "local lxd test: pulling container images ..." lxc image copy ubuntu:xenial local: --alias fanatic-test local rc="$?" if [ "$rc" -ne 0 ]; then echo "local lxd test: lxc image import failure, skipping test." return "$rc" fi fi --- There's no lxd-images on my machine and I suspect it used to be one in an earlier version of the LXD package. I'm using lxd 2.0.1-0ubuntu1~16 amd64 ubuntu-fan is 0.9.0 Something I noticed while trying to use fanatic (see related bug 1584692): /usr/sbin/fanatic: 808: /usr/sbin/fanatic: lxd-images: not found Because of this the lxd test cannot spin up the test container, as it can't import the image. I managed to get it to work by patching fanatic like this: ---         # Check if we have images already...         lxc image show fanatic-test >/dev/null 2>&1         if [ "$?" -ne 0 ]; then                 echo "local lxd test: pulling container images ..."                 lxc image copy ubuntu:xenial local: --alias fanatic-test                 local rc="$?"                 if [ "$rc" -ne 0 ]; then                         echo "local lxd test: lxc image import failure, skipping test."                         return "$rc"                 fi         fi --- There's no lxd-images on my machine and I suspect it used to be one in an earlier version of the LXD package. I'm using lxd 2.0.1-0ubuntu1~16 amd64 ubuntu-fan is 0.9.0 === [Impact] LXC has changed how images are fetched. Preventing testing of a new install. [Test Case] Setup the default fan overlay/underlay and request LXC testing. [Regression Potential] Low, this is only used during initial setup.
2016-07-11 16:17:44 Chris J Arges ubuntu-fan (Ubuntu Xenial): status In Progress Fix Committed
2016-07-11 16:17:45 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2016-07-11 16:17:50 Chris J Arges bug added subscriber SRU Verification
2016-07-11 16:17:54 Chris J Arges tags verification-needed
2016-07-15 12:23:16 Andy Whitcroft tags verification-needed verification-done
2016-07-18 09:08:03 Launchpad Janitor ubuntu-fan (Ubuntu Xenial): status Fix Committed Fix Released
2016-07-18 09:08:34 Martin Pitt removed subscriber Ubuntu Stable Release Updates Team