~smoser/ubuntu/+source/open-iscsi:working

Last commit made on 2016-02-18
Get this branch:
git clone -b working 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:
working
Repository:
lp:~smoser/ubuntu/+source/open-iscsi

Recent commits

4e345c4... by Scott Moser

  * debian/control, debian/rules: Enable builds of open-iscsi-udeb
    on armhf, arm64, ppc64el, x32 (LP: #1274203)

1bf8f27... by Scott Moser

  * debian/rules: Use dh_autotools-dev to update config.sub|guess.

504fe2a... by Scott Moser

  * debian/tests: Add autopkgtest.

e1ddd21... by Scott Moser

    - debian/open-iscsi.init, debian/patches/05_var-lock_var-run_transition,
      debian/patches/series, debian/rules: Migrate from /var/run and
      /lib/init/rw to /run, from /var/lock to /run/lock.

82919a9... by Scott Moser

  * Start open-iscsi after installation and make sure initiatorname is
    generated. (Patch backported from Debian)

a511e01... by Scott Moser

  * Generate initiator name on install, not first boot, ensuring that the
    initramfs built during install contains a valid iSCSI initiator name
    resulting in a iSCSI based root volume that will actually boot
    (LP: #1057635):
    - debian/{rules,initiatorname.iscsi}: Don't install a default
      initiatorname.iscsi.
    - debian/open-iscsi.postinst: Generate initiatorname.iscsi on install.

3a7db02... by Scott Moser

  * Ensure all udev events have been processed before trying to configure
    iscsi networking in the initramfs (LP: #1066945):
    - debian/extra/initramfs.local-top: Restore wait_for_udev call before
      configure_networking to ensure network devices are present.

383ab65... by Scott Moser

  * debian/extra/initramfs.local-top: write
    /run/initramfs/open-iscsi.interface that indicates
    which contains which interface the iscsi root
    filesystem is on. Used for communication with later
    boot and shutdown.

2898f99... by Scott Moser

  * debian/iscsi-network-interface.rules, debian/net-interface-handler,
    debian/rules:
    Prevent network interface that contains iscsi root from bouncing
    during boot or going down during shutdown.
    Integrates with initramfs code that writes /run/initramfs/open-iscsi.interface
    Integrates with resolvconf.
  * debian/open-iscsi.maintscript: clean up the obsolete
    iscsi-network-interface upstart job, file on upgrade.

fa0b589... by Scott Moser

  * Turn open-iscsi-utils into a transitional package