Activity log for bug #1570142

Date Who What changed Old value New value Message
2016-04-14 00:04:58 Scott Moser bug added bug
2016-04-14 00:57:59 Scott Moser open-iscsi (Ubuntu): importance Undecided High
2016-04-14 00:57:59 Scott Moser open-iscsi (Ubuntu): status New In Progress
2016-04-14 00:59:05 Scott Moser attachment added suggested debdiff fix https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/1570142/+attachment/4636347/+files/lp-1570142.debdiff
2016-04-14 01:24:19 Scott Moser attachment added second try: make sure we run the upstart https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/1570142/+attachment/4636380/+files/try-number2.debdiff
2016-04-14 04:24:54 Ubuntu Foundations Team Bug Bot tags amd64 apport-bug uec-images xenial amd64 apport-bug patch uec-images xenial
2016-04-14 14:29:35 Scott Moser bug task added cloud-init (Ubuntu)
2016-04-14 14:29:43 Scott Moser bug task added cloud-init
2016-04-14 14:29:52 Scott Moser bug task added maas-images
2016-04-14 14:29:59 Scott Moser cloud-init: status New Confirmed
2016-04-14 14:30:05 Scott Moser maas-images: status New Confirmed
2016-04-14 14:30:08 Scott Moser cloud-init (Ubuntu): status New Confirmed
2016-04-14 14:33:39 Scott Moser description newer ifupdown versions (those in xenial) now keep interface state in /run/network/ifstate.<interfacename> rather than combined in /run/network/ifstate . We need to update /lib/open-iscsi/net-interface-handler to write the interface name into /run/network/ifstate.<interfacename> and then also tear that down on down. The failure can be seen when booting a maas image, if you first move the included symlink out of the way: p="/etc/network/interfaces"; [ -e "$p.link" -o -L "$p.link" ] || mv "$p" "$p.link"; cp "$p.dist" "$p" (maas images ship with /etc/network/interfaces as a symlink to ../../run/network/dynamic-interfaces and /run/network/dynamic-interfaces is populated by cloud-initramfs-dyn-netconf). ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: open-iscsi 2.0.873+git0.3b4b4500-14ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6 Uname: Linux 4.4.0-18-generic x86_64 ApportVersion: 2.20.1-0ubuntu1 Architecture: amd64 Date: Wed Apr 13 23:58:27 2016 ProcEnviron: TERM=xterm-256color PATH=(custom, no user) SourcePackage: open-iscsi UpgradeStatus: No upgrade log present (probably fresh install) newer ifupdown versions (those in xenial) now keep interface state in /run/network/ifstate.<interfacename> rather than combined in /run/network/ifstate . We need to update /lib/open-iscsi/net-interface-handler to write the interface name into /run/network/ifstate.<interfacename> and then also tear that down on down. The failure can be seen when booting a maas image, if you first move the included symlink out of the way: p="/etc/network/interfaces";  [ -e "$p.link" -o -L "$p.link" ] || mv "$p" "$p.link"; cp "$p.dist" "$p" (maas images ship with /etc/network/interfaces as a symlink to ../../run/network/dynamic-interfaces and /run/network/dynamic-interfaces is populated by cloud-initramfs-dyn-netconf). This affects: * cloud-init: cloud-init's fallback config currently writes 'auto' for the network device. the cloud-initramfs-dyn-netconf writes 'manual', and so ifupdown doesn't try to bring up *or* down the device. * maas-images: the single difference from filesystem viewpoint from xenial lxd image to maas image is 'ln -snf ../../run/dynamic-interfaces /etc/network/interfaces' * open-iscsi: the real need for open-iscsi's udev integration is to get the resolvconf updates applied. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: open-iscsi 2.0.873+git0.3b4b4500-14ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6 Uname: Linux 4.4.0-18-generic x86_64 ApportVersion: 2.20.1-0ubuntu1 Architecture: amd64 Date: Wed Apr 13 23:58:27 2016 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user) SourcePackage: open-iscsi UpgradeStatus: No upgrade log present (probably fresh install)
2016-04-14 20:49:32 Jon Grimm bug added subscriber Jon Grimm
2016-04-15 19:10:27 Scott Moser bug task deleted cloud-init (Ubuntu)
2016-04-15 19:10:33 Scott Moser bug task deleted maas-images
2016-04-15 19:10:38 Scott Moser bug task deleted cloud-init
2016-04-15 19:11:54 Scott Moser description newer ifupdown versions (those in xenial) now keep interface state in /run/network/ifstate.<interfacename> rather than combined in /run/network/ifstate . We need to update /lib/open-iscsi/net-interface-handler to write the interface name into /run/network/ifstate.<interfacename> and then also tear that down on down. The failure can be seen when booting a maas image, if you first move the included symlink out of the way: p="/etc/network/interfaces";  [ -e "$p.link" -o -L "$p.link" ] || mv "$p" "$p.link"; cp "$p.dist" "$p" (maas images ship with /etc/network/interfaces as a symlink to ../../run/network/dynamic-interfaces and /run/network/dynamic-interfaces is populated by cloud-initramfs-dyn-netconf). This affects: * cloud-init: cloud-init's fallback config currently writes 'auto' for the network device. the cloud-initramfs-dyn-netconf writes 'manual', and so ifupdown doesn't try to bring up *or* down the device. * maas-images: the single difference from filesystem viewpoint from xenial lxd image to maas image is 'ln -snf ../../run/dynamic-interfaces /etc/network/interfaces' * open-iscsi: the real need for open-iscsi's udev integration is to get the resolvconf updates applied. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: open-iscsi 2.0.873+git0.3b4b4500-14ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6 Uname: Linux 4.4.0-18-generic x86_64 ApportVersion: 2.20.1-0ubuntu1 Architecture: amd64 Date: Wed Apr 13 23:58:27 2016 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user) SourcePackage: open-iscsi UpgradeStatus: No upgrade log present (probably fresh install) newer ifupdown versions (those in xenial) now keep interface state in /run/network/ifstate.<interfacename> rather than combined in /run/network/ifstate . We need to update /lib/open-iscsi/net-interface-handler to write the interface name into /run/network/ifstate.<interfacename> and then also tear that down on down. The failure can be seen when booting a maas image, if you first move the included symlink out of the way: p="/etc/network/interfaces";  [ -e "$p.link" -o -L "$p.link" ] || mv "$p" "$p.link"; cp "$p.dist" "$p" (maas images ship with /etc/network/interfaces as a symlink to ../../run/network/dynamic-interfaces and /run/network/dynamic-interfaces is populated by cloud-initramfs-dyn-netconf). This affects:   * cloud-init: cloud-init's fallback config currently writes 'auto' for the network device. the cloud-initramfs-dyn-netconf writes 'manual', and so ifupdown doesn't try to bring up *or* down the device.   * maas-images: the single difference from filesystem viewpoint from xenial lxd image to maas image is 'ln -snf ../../run/dynamic-interfaces /etc/network/interfaces'   * open-iscsi: the real need for open-iscsi's udev integration is to get the resolvconf updates applied. Related bugs: * bug 1568637: network config of initramfs devices writes 'auto', breaking iscsi root boot ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: open-iscsi 2.0.873+git0.3b4b4500-14ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6 Uname: Linux 4.4.0-18-generic x86_64 ApportVersion: 2.20.1-0ubuntu1 Architecture: amd64 Date: Wed Apr 13 23:58:27 2016 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user) SourcePackage: open-iscsi UpgradeStatus: No upgrade log present (probably fresh install)
2017-09-14 17:33:01 Scott Moser open-iscsi (Ubuntu): status In Progress Fix Released