~smoser/ubuntu/+source/open-iscsi:bug/1807978-iscsi-lvm-bionic

Last commit made on 2018-12-12
Get this branch:
git clone -b bug/1807978-iscsi-lvm-bionic https://git.launchpad.net/~smoser/ubuntu/+source/open-iscsi
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
bug/1807978-iscsi-lvm-bionic
Repository:
lp:~smoser/ubuntu/+source/open-iscsi

Recent commits

92ea97b... by Scott Moser

releasing package open-iscsi version 2.0.874-5ubuntu2.6

bb70fe8... by Scott Moser

update changelog

dadd8e8... by Scott Moser

debian/iscsi-disk.rules: append to SYSTEMD_WANTS, rather than truncate.

Previous version of this udev rule did
 ENV{SYSTEMD_WANTS}="iscsid.service

That would truncate the SYSTEMD_WANTS for the device. The problem
was exposed when we had LVM devices on top of an iscsi device.

LP: #1807978
(cherry picked from commit e28d73695da20ee3e4401bb254778ce8e576583b)

ad74107... by Dan Streetman

Import patches-unapplied version 2.0.874-5ubuntu2.5 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 198cd0404f389b349f342c65107597c7e3079de0

New changelog entries:
  [Scott Moser]
  * debian/extra/initramfs.local-top: handle iSCSI iBFT DHCP to correctly
    run ipconfig to gather all DHCP config info, including DNS search
    domain, which iBFT can't provide. (LP: #1806777)

198cd04... by Scott Moser

Import patches-unapplied version 2.0.874-5ubuntu2.4 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Upload parent: bb76ac1a6f89029163c7eab7546fa16f52fef180

bb76ac1... by Scott Moser

releasing package open-iscsi version 2.0.874-5ubuntu2.4

80c3abe... by Scott Moser

update changelog

bdf3099... by Scott Moser

debian/tests: Add test for iscsid.service and sync from disco.

This adds a test verifying that iscsid.service is running during
the tgt boot test.

As an ease-of-maintenance change, it just syncs the two related
files with what is in disco.

8438682... by Scott Moser

Add udev rule for iscsi disks to ensure iscsid is running.

This change makes open-iscsi install a udev rule that includes
systemd_wants [1] to ensure that if there are iscsi disks attached
then iscsid.service will be running.

 [1] https://www.freedesktop.org/software/systemd/man/systemd.device.html

This fixes a regression caused when iscsid was changed to be socket
activated under bug 1755858. The problematic case was when the
only iscsi mount was performed by the initramfs.

LP: #1802354
(cherry picked from commit a36d403e7f5630e1c5f37bb97322f9874dc19859)

beff4d7... by Victor Tapia

Import patches-unapplied version 2.0.874-5ubuntu2.3 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 02008573f63a7f7515835661175c902eb97d6df0

New changelog entries:
  * d/net-interface-handler: replace 'domainsearch' with the correct
    configuration option 'search' in net-interface-handler (LP: #1791108)