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

Last commit made on 2018-12-12
Get this branch:
git clone -b bug/1807978-iscsi-lvm-cosmic 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-cosmic
Repository:
lp:~smoser/ubuntu/+source/open-iscsi

Recent commits

e2f2894... by Scott Moser

releasing package open-iscsi version 2.0.874-5ubuntu9.3

5536ed4... by Scott Moser

update changelog

c76e97b... 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)

74e6b1d... by Dan Streetman

Import patches-unapplied version 2.0.874-5ubuntu9.2 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 31cdc6c5d789942f509725503498f063afdeb9de

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)

31cdc6c... by Scott Moser

Import patches-unapplied version 2.0.874-5ubuntu9.1 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Upload parent: 075f1659387a0baf8ff3d9b785110c129a786e47

075f165... by Scott Moser

releasing package open-iscsi version 2.0.874-5ubuntu9.1

5f7b7a5... by Scott Moser

update changelog

a92f989... 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.

ebcce56... by Scott Moser

debian/tests/tgt-boot-test: disable snap and seeding of snaps.

seeding of snaps is a great deal of IO and cpu for test that
is simply not currently necessary.

(cherry picked from commit 17da176701c4411a47c424459a0dd97867b8af4f)

359c1c6... 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)