Activity log for bug #1673350

Date Who What changed Old value New value Message
2017-03-16 07:09:22 bugproxy bug added bug
2017-03-16 07:09:25 bugproxy tags architecture-ppc64le bugnameltc-152598 severity-critical targetmilestone-inin16043
2017-03-16 07:09:26 bugproxy attachment added xenial_multipath-tools_dm-queue-length.debdiff https://bugs.launchpad.net/bugs/1673350/+attachment/4838777/+files/xenial_multipath-tools_dm-queue-length.debdiff
2017-03-16 07:09:27 bugproxy attachment added xenial_linux_dm-queue-length.debdiff https://bugs.launchpad.net/bugs/1673350/+attachment/4838778/+files/xenial_linux_dm-queue-length.debdiff
2017-03-16 07:09:29 bugproxy attachment added zesty_multipath-tools_dm-queue-length.debdiff https://bugs.launchpad.net/bugs/1673350/+attachment/4838779/+files/zesty_multipath-tools_dm-queue-length.debdiff
2017-03-16 07:09:30 bugproxy attachment added zesty_linux_dm-queue-length.debdiff https://bugs.launchpad.net/bugs/1673350/+attachment/4838780/+files/zesty_linux_dm-queue-length.debdiff
2017-03-16 07:09:32 bugproxy ubuntu: assignee Taco Screen team (taco-screen-team)
2017-03-16 07:09:35 bugproxy affects ubuntu initramfs-tools (Ubuntu)
2017-03-16 12:39:15 Mauricio Faria de Oliveira description == Comment: #0 - Mauricio Faria De Oliveira <mauricfo@br.ibm.com> - 2017-03-15 09:01:18 == ---Problem Description--- dm-queue-length module is not included in installer/initramfs On Ubuntu, multipath devices using the 'queue-length' path selector are non-functional on both the installer and initramfs environments; because the 'dm-queue-length' kernel module is not included in them. The multipath-modules.udeb (src:linux) does not include it in the installer, nor multipath-tools-boot (src:multipath-tools) installs it in the initramfs. One example is the EMC XtremIO storage, which has 'queue-length' defined as its path selector in the default multipath configuration, at least on 16.04. Other products may be affected if they are manually configured to use that path selector (e.g., via /etc/multipath.conf), and the mere switch of that might render the system _unbootable_ if booting from multipath, since the initramfs is affected. More recently this and another storage changed default path selectors out of 'queue-length', however, it's virtually possible for any storage system to be affected, with the described manual configuration change. So, this change is also desired on for the next stable release, 17.04, and later. Patches are provided for 16.04 and 17.04. Error logs: ---------- This error log is seen in the installer, and multipath devices are not created for such storage system: ... Mar 14 06:41:54 kernel: [ 0.000000] Kernel command line: tasks=standard pkgsel/language-pack-patterns= pkgsel/install-language-support=false --- quiet /install disk-detect/multipath/enable=true ... Mar 14 06:47:09 main-menu[3743]: INFO: Menu item 'disk-detect' selected ... Mar 14 06:47:14 anna-install: Installing multipath-udeb ... Mar 14 06:47:16 kernel: [ 324.968027] device-mapper: table: 252:0: multipath: unknown path selector type Mar 14 06:47:16 kernel: [ 324.968030] device-mapper: ioctl: error adding target to table ... Mar 14 06:47:17 kernel: [ 326.484059] device-mapper: table: 252:0: multipath: unknown path selector type Mar 14 06:47:17 kernel: [ 326.484062] device-mapper: ioctl: error adding target to table Mar 14 06:47:17 disk-detect: Mar 14 06:47:16 | mpatha: ignoring map ... Mar 14 06:47:17 disk-detect: Mar 14 06:47:17 | mpathg: ignoring map Mar 14 06:47:18 disk-detect: No multipath devices detected And after installing the system in an individual/single path device, and trying to switch to multipath via multipath-tools-boot, it also happens in the initramfs: Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... Begin: Waiting for udev to settle (multipath) ... done. [ 89.709480] device-mapper: table: 252:0: multipath: unknown path selector type [ 89.709537] device-mapper: ioctl: error adding target to table [ 89.756251] device-mapper: table: 252:0: multipath: unknown path selector type [ 89.837132] device-mapper: ioctl: error adding target to table [ 89.912346] device-mapper: table: 252:0: multipath: unknown path selector type [ 90.001719] device-mapper: ioctl: error adding target to table [ 90.300203] device-mapper: table: 252:0: multipath: unknown path selector type [ 90.303521] device-mapper: ioctl: error adding target to table Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. ... Begin: Running /scripts/local-block ... done. done. Gave up waiting for root device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Check root= (did the system wait for the right device?) - Missing modules (cat /proc/modules; ls /dev) ALERT! UUID=0568fc48-2921-4ba2-b1b5-127c1d5a310e does not exist. Dropping to a shell! BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs) Contact Information = mauricfo@linux.vnet.ibm.com ---uname output--- 4.4.0-31, 4.10.0-11 Machine Type = N/A ---boot type--- CDROM / ISO image ---Install repository type--- CDROM ---Point of failure--- Other failure during installation (stage 1) == Comment: #1 - Mauricio Faria De Oliveira <mauricfo@br.ibm.com> - 2017-03-15 09:12:30 == Patch for 16.04 multipath-tools == Comment: #2 - Mauricio Faria De Oliveira <mauricfo@br.ibm.com> - 2017-03-15 09:12:56 == Patch for 16.04 linux == Comment: #3 - Mauricio Faria De Oliveira <mauricfo@br.ibm.com> - 2017-03-15 09:13:18 == Patch for 17.04 multipath-tools == Comment: #4 - Mauricio Faria De Oliveira <mauricfo@br.ibm.com> - 2017-03-15 09:16:27 == Patch verification on 16.04: --------------------------- multipath-tools source package: # sed -n '/vendor.*XtremIO/,/selector/ p' libmultipath/hwtable.c .vendor = "XtremIO", .product = "XtremApp", .features = DEFAULT_FEATURES, .hwhandler = DEFAULT_HWHANDLER, .selector = "queue-length 0", - initramfs: --------- Before (module not included in initramfs): # dpkg -s multipath-tools-boot | grep ^Version: Version: 0.5.0+git1.656f8865-5ubuntu2.4 # lsinitramfs /boot/initrd.img | grep dm-queue-length # After (module is included in initramfs): # dpkg -i multipath-tools*.deb kpartx*.deb # dpkg -s multipath-tools-boot | grep ^Version: Version: 0.5.0+git1.656f8865-5ubuntu2.4dmqueuelength1 # lsinitramfs /boot/initrd.img | grep dm-queue-length lib/modules/4.4.0-66-generic/kernel/drivers/md/dm-queue-length.ko - kernel udeb: ----------- # dpkg-deb -c multipath-modules-4.4.0-66-generic-di_4.4.0-66.87dmqueuelength1_ppc64el.udeb | grep dm-queue-length -rw-r--r-- root/root 12174 2017-03-14 17:17 ./lib/modules/4.4.0-66-generic/kernel/drivers/md/dm-queue-length.ko Patch verification on 17.04: --------------------------- Before: # dpkg -s multipath-tools-boot | grep ^Version: Version: 0.6.4-3ubuntu1 # lsinitramfs /boot/initrd.img | grep dm-queue-length # After: # dpkg -i multipath-tools*.deb kpartx*.deb # dpkg -s multipath-tools-boot | grep ^Version: Version: 0.6.4-3ubuntu1dmqueuelength1 # lsinitramfs /boot/initrd.img | grep dm-queue-length lib/modules/4.10.0-11-generic/kernel/drivers/md/dm-queue-length.ko - kernel udeb: ----------- # dpkg-deb -c multipath-modules-4.10.0-11-generic-di_4.10.0-11.13dmqueuelength1_ppc64el.udeb | grep dm-queue-length -rw-r--r-- root/root 13128 2017-03-15 11:14 ./lib/modules/4.10.0-11-generic/kernel/drivers/md/dm-queue-length.ko == Comment: #5 - Mauricio Faria De Oliveira <mauricfo@br.ibm.com> - 2017-03-15 09:20:14 == Patch for 17.04 linux == Comment: #9 - Mauricio Faria De Oliveira <mauricfo@br.ibm.com> - 2017-03-15 09:24:40 == @taco-screen-team Please assign this bug to @cyphermox for the multipath-tools components, at least, as a suggestion. He's handled most of the multipath-tools related bugs/patches we've been contributing with. Thank you. == Comment: #10 - Mauricio Faria De Oliveira <mauricfo@br.ibm.com> - 2017-03-15 09:40:17 == It's possible to reproduce this problem in a qemu-kvm guest, with an emulated disk: force the queue-length path selector. # name=mfo-1704 # disk=/var/lib/libvirt/images/$name.qcow2 # iso=/var/lib/libvirt/images/zesty-server-ppc64el.iso.2017-03-14 # qemu-img create -f qcow2 $disk 128g # virt-install \ --name $name \ --cdrom $iso \ --vcpus 8,sockets=1,cores=1,threads=8 \ --memory 8192 \ --controller type=scsi,model=virtio-scsi \ --disk format=qcow2,path=$disk \ --disk device=cdrom,readonly=true,path=$iso \ --network bridge=virbr0,model=virtio Before the disk-detection stage (e.g., set-up users and passwords), Go Back, Execute a shell, and set up multipath.conf, and resume install: ~ # cat <<EOF >/etc/multipath.conf defaults { path_selector "queue-length 0" user_friendly_names yes find_multipaths no } EOF ~ # exit ---Problem Description--- dm-queue-length module is not included in installer/initramfs On Ubuntu, multipath devices using the 'queue-length' path selector are non-functional on both the installer and initramfs environments; because the 'dm-queue-length' kernel module is not included in them. The multipath-modules.udeb (src:linux) does not include it in the installer, nor multipath-tools-boot (src:multipath-tools) installs it in the initramfs. One example is the EMC XtremIO storage, which has 'queue-length' defined as its path selector in the default multipath configuration, at least on 16.04. Other products may be affected if they are manually configured to use that path selector (e.g., via /etc/multipath.conf), and the mere switch of that might render the system _unbootable_ if booting from multipath, since the initramfs is affected. More recently this and another storage changed default path selectors out of 'queue-length', however, it's virtually possible for any storage system to be affected, with the described manual configuration change. So, this change is also desired on for the next stable release, 17.04, and later. Patches are provided for 16.04 and 17.04. Error logs in LP comment #6.
2017-03-16 12:39:34 Mauricio Faria de Oliveira tags architecture-ppc64le bugnameltc-152598 severity-critical targetmilestone-inin16043 architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043
2017-03-16 12:39:40 Mauricio Faria de Oliveira initramfs-tools (Ubuntu): status New Confirmed
2017-03-16 12:40:12 Mauricio Faria de Oliveira initramfs-tools (Ubuntu): status Confirmed New
2017-03-16 22:28:54 Steve Langasek initramfs-tools (Ubuntu): assignee Taco Screen team (taco-screen-team) Mathieu Trudel-Lapierre (cyphermox)
2017-03-17 01:44:24 Mathieu Trudel-Lapierre initramfs-tools (Ubuntu): status New Triaged
2017-03-17 01:44:26 Mathieu Trudel-Lapierre initramfs-tools (Ubuntu): importance Undecided Critical
2017-03-17 01:44:36 Mathieu Trudel-Lapierre bug task added multipath-tools (Ubuntu)
2017-03-17 01:44:42 Mathieu Trudel-Lapierre multipath-tools (Ubuntu): status New Triaged
2017-03-17 01:44:44 Mathieu Trudel-Lapierre multipath-tools (Ubuntu): importance Undecided Critical
2017-03-17 01:44:46 Mathieu Trudel-Lapierre multipath-tools (Ubuntu): assignee Mathieu Trudel-Lapierre (cyphermox)
2017-03-17 01:44:53 Mathieu Trudel-Lapierre initramfs-tools (Ubuntu): milestone ubuntu-17.03
2017-03-17 01:44:56 Mathieu Trudel-Lapierre multipath-tools (Ubuntu): milestone ubuntu-17.03
2017-03-17 01:49:11 Mathieu Trudel-Lapierre bug task added linux (Ubuntu)
2017-03-17 01:49:18 Mathieu Trudel-Lapierre linux (Ubuntu): status New Triaged
2017-03-17 01:49:20 Mathieu Trudel-Lapierre linux (Ubuntu): importance Undecided Critical
2017-03-17 01:52:01 Mathieu Trudel-Lapierre nominated for series Ubuntu Xenial
2017-03-17 01:52:01 Mathieu Trudel-Lapierre bug task added multipath-tools (Ubuntu Xenial)
2017-03-17 01:52:01 Mathieu Trudel-Lapierre bug task added initramfs-tools (Ubuntu Xenial)
2017-03-17 01:52:01 Mathieu Trudel-Lapierre bug task added linux (Ubuntu Xenial)
2017-03-17 01:59:55 Mathieu Trudel-Lapierre bug task added hw-detect (Ubuntu)
2017-03-17 02:00:10 Mathieu Trudel-Lapierre hw-detect (Ubuntu): importance Undecided Critical
2017-03-17 02:00:10 Mathieu Trudel-Lapierre hw-detect (Ubuntu): status New Triaged
2017-03-17 02:00:10 Mathieu Trudel-Lapierre hw-detect (Ubuntu): assignee Mathieu Trudel-Lapierre (cyphermox)
2017-03-17 02:00:22 Mathieu Trudel-Lapierre hw-detect (Ubuntu): milestone ubuntu-17.03
2017-03-17 02:08:19 Mathieu Trudel-Lapierre description ---Problem Description--- dm-queue-length module is not included in installer/initramfs On Ubuntu, multipath devices using the 'queue-length' path selector are non-functional on both the installer and initramfs environments; because the 'dm-queue-length' kernel module is not included in them. The multipath-modules.udeb (src:linux) does not include it in the installer, nor multipath-tools-boot (src:multipath-tools) installs it in the initramfs. One example is the EMC XtremIO storage, which has 'queue-length' defined as its path selector in the default multipath configuration, at least on 16.04. Other products may be affected if they are manually configured to use that path selector (e.g., via /etc/multipath.conf), and the mere switch of that might render the system _unbootable_ if booting from multipath, since the initramfs is affected. More recently this and another storage changed default path selectors out of 'queue-length', however, it's virtually possible for any storage system to be affected, with the described manual configuration change. So, this change is also desired on for the next stable release, 17.04, and later. Patches are provided for 16.04 and 17.04. Error logs in LP comment #6. [Impact] Multipath users using EMC XtremIO storage as boot device or at install time may run into this issue. With the module unavailable the device is more often than not unavailable. Any users changing path selector to 'queue-length' with other storage devices may also be affected. [Test case] 1) Install on multipath system using EMC XtremIO storage / OR: a) Start d-i install on qemu with multipath enabled b) exit to d-i menu c) modify /etc/multipath.conf to define path selector as 'queue-length' for the local qemu device. d) restart multipathd if necessary. 2) Try to complete the install, setting up storage as multipath and using the multipath device as boot disk. 3) Reboot to disk. In a success case, the install should complete successfully without requiring manual configuration from the user to support the multipath storage past the normal detection of multipath and partitioning. In a failure case, the install may not complete, or rebooting may fail or lead to a system booted on a single path of the multipath device (ie. / on /dev/sda2 rather than /dev/mpatha2). [Regression Potential] The inclusion of a new multipath path selector driver should not cause any regressions, but any failure to detect, configure or boot on multipath devices following this change on XtremIO hardware or otherwise would constitute a regression potentially caused by this change. --- ---Problem Description--- dm-queue-length module is not included in installer/initramfs On Ubuntu, multipath devices using the 'queue-length' path selector are non-functional on both the installer and initramfs environments; because the 'dm-queue-length' kernel module is not included in them. The multipath-modules.udeb (src:linux) does not include it in the installer, nor multipath-tools-boot (src:multipath-tools) installs it in the initramfs. One example is the EMC XtremIO storage, which has 'queue-length' defined as its path selector in the default multipath configuration, at least on 16.04. Other products may be affected if they are manually configured to use that path selector (e.g., via /etc/multipath.conf), and the mere switch of that might render the system _unbootable_ if booting from multipath, since the initramfs is affected. More recently this and another storage changed default path selectors out of 'queue-length', however, it's virtually possible for any storage system to be affected, with the described manual configuration change. So, this change is also desired on for the next stable release, 17.04, and later. Patches are provided for 16.04 and 17.04. Error logs in LP comment #6.
2017-03-17 09:05:46 Stefan Bader linux (Ubuntu Xenial): status New In Progress
2017-03-17 09:05:46 Stefan Bader linux (Ubuntu Xenial): assignee Stefan Bader (smb)
2017-03-17 09:06:33 Stefan Bader nominated for series Ubuntu Yakkety
2017-03-17 09:06:33 Stefan Bader bug task added multipath-tools (Ubuntu Yakkety)
2017-03-17 09:06:33 Stefan Bader bug task added hw-detect (Ubuntu Yakkety)
2017-03-17 09:06:33 Stefan Bader bug task added initramfs-tools (Ubuntu Yakkety)
2017-03-17 09:06:33 Stefan Bader bug task added linux (Ubuntu Yakkety)
2017-03-17 12:39:54 Tim Gardner linux (Ubuntu): status Triaged Fix Committed
2017-03-18 07:29:43 Launchpad Janitor multipath-tools (Ubuntu): status Triaged Fix Released
2017-03-21 14:39:23 Mathieu Trudel-Lapierre initramfs-tools (Ubuntu): status Triaged Invalid
2017-03-21 14:39:23 Mathieu Trudel-Lapierre initramfs-tools (Ubuntu): milestone ubuntu-17.03
2017-03-21 14:39:32 Mathieu Trudel-Lapierre initramfs-tools (Ubuntu Xenial): status New Invalid
2017-03-21 14:39:45 Mathieu Trudel-Lapierre initramfs-tools (Ubuntu Yakkety): status New Invalid
2017-03-24 21:46:58 Launchpad Janitor linux (Ubuntu): status Fix Committed Fix Released
2017-03-28 01:29:32 Mathieu Trudel-Lapierre hw-detect (Ubuntu): status Triaged In Progress
2017-03-28 08:23:19 Launchpad Janitor hw-detect (Ubuntu): status In Progress Fix Released
2017-03-28 13:53:27 Mathieu Trudel-Lapierre hw-detect (Ubuntu Xenial): status New In Progress
2017-03-28 13:53:27 Mathieu Trudel-Lapierre hw-detect (Ubuntu Xenial): assignee Mathieu Trudel-Lapierre (cyphermox)
2017-03-28 13:53:43 Mathieu Trudel-Lapierre hw-detect (Ubuntu Xenial): importance Undecided High
2017-03-28 13:53:56 Mathieu Trudel-Lapierre hw-detect (Ubuntu Yakkety): importance Undecided High
2017-03-28 13:53:56 Mathieu Trudel-Lapierre hw-detect (Ubuntu Yakkety): status New In Progress
2017-03-28 13:53:56 Mathieu Trudel-Lapierre hw-detect (Ubuntu Yakkety): assignee Mathieu Trudel-Lapierre (cyphermox)
2017-03-28 13:54:12 Mathieu Trudel-Lapierre multipath-tools (Ubuntu Xenial): importance Undecided High
2017-03-28 13:54:12 Mathieu Trudel-Lapierre multipath-tools (Ubuntu Xenial): status New In Progress
2017-03-28 13:54:12 Mathieu Trudel-Lapierre multipath-tools (Ubuntu Xenial): assignee Mathieu Trudel-Lapierre (cyphermox)
2017-03-28 13:54:29 Mathieu Trudel-Lapierre multipath-tools (Ubuntu Yakkety): importance Undecided High
2017-03-28 13:54:29 Mathieu Trudel-Lapierre multipath-tools (Ubuntu Yakkety): status New In Progress
2017-03-28 13:54:29 Mathieu Trudel-Lapierre multipath-tools (Ubuntu Yakkety): assignee Mathieu Trudel-Lapierre (cyphermox)
2017-03-29 11:30:30 Thadeu Lima de Souza Cascardo linux (Ubuntu Xenial): status In Progress Fix Committed
2017-03-29 12:02:27 Thadeu Lima de Souza Cascardo linux (Ubuntu Yakkety): status New Fix Committed
2017-03-29 12:18:31 bugproxy attachment added zesty_linux_dm-queue-length.debdiff https://bugs.launchpad.net/bugs/1673350/+attachment/4849640/+files/zesty_linux_dm-queue-length.debdiff
2017-03-30 23:07:46 Brian Murray multipath-tools (Ubuntu Yakkety): status In Progress Fix Committed
2017-03-30 23:07:50 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2017-03-30 23:07:56 Brian Murray bug added subscriber SRU Verification
2017-03-30 23:08:00 Brian Murray tags architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 verification-needed
2017-03-30 23:11:31 Brian Murray multipath-tools (Ubuntu Xenial): status In Progress Fix Committed
2017-04-13 16:13:45 Kleber Sacilotto de Souza tags architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 verification-needed architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 verification-needed verification-needed-xenial
2017-04-13 16:15:23 Kleber Sacilotto de Souza tags architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 verification-needed verification-needed-xenial architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 verification-needed verification-needed-xenial verification-needed-yakkety
2017-04-24 14:09:16 Launchpad Janitor linux (Ubuntu Xenial): status Fix Committed Fix Released
2017-04-24 14:09:16 Launchpad Janitor cve linked 2017-6353
2017-04-24 14:11:40 Launchpad Janitor linux (Ubuntu Yakkety): status Fix Committed Fix Released
2017-04-24 14:11:40 Launchpad Janitor cve linked 2017-5986
2017-06-14 20:43:54 Mathieu Trudel-Lapierre tags architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 verification-needed verification-needed-xenial verification-needed-yakkety architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 verification-done-yakkety verification-needed verification-needed-xenial
2017-06-15 21:53:25 Launchpad Janitor multipath-tools (Ubuntu Yakkety): status Fix Committed Fix Released
2017-07-04 14:52:32 Łukasz Zemczak hw-detect (Ubuntu Xenial): status In Progress Fix Committed
2017-07-04 14:53:57 Łukasz Zemczak hw-detect (Ubuntu Yakkety): status In Progress Fix Committed
2017-07-04 14:54:01 Łukasz Zemczak tags architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 verification-done-yakkety verification-needed verification-needed-xenial architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 verification-needed verification-needed-xenial verification-needed-yakkety
2017-07-11 20:30:04 bugproxy tags architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 verification-needed verification-needed-xenial verification-needed-yakkety architecture-ppc64le bugnameltc-152598 patch severity-critical targetmilestone-inin16043 verification-done-xenial verification-needed verification-needed-yakkety
2017-07-13 09:44:10 Launchpad Janitor multipath-tools (Ubuntu Xenial): status Fix Committed Fix Released
2017-07-13 09:44:16 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2017-07-13 09:50:41 Launchpad Janitor hw-detect (Ubuntu Xenial): status Fix Committed Fix Released
2017-07-18 13:37:36 Launchpad Janitor merge proposal linked https://code.launchpad.net/~paelzer/ubuntu/+source/multipath-tools/+git/multipath-tools/+merge/327618
2018-01-15 12:05:54 Launchpad Janitor merge proposal linked https://code.launchpad.net/~juliank/ubuntu/+source/multipath-tools/+git/multipath-tools/+merge/336097
2018-01-24 10:07:36 Launchpad Janitor merge proposal linked https://code.launchpad.net/~juliank/ubuntu/+source/multipath-tools/+git/multipath-tools/+merge/336526