~rafaeldtinoco/ubuntu/+source/open-iscsi:lp1877617-eoan

Last commit made on 2020-05-11
Get this branch:
git clone -b lp1877617-eoan https://git.launchpad.net/~rafaeldtinoco/ubuntu/+source/open-iscsi
Only Rafael David Tinoco can upload to this branch. If you are Rafael David Tinoco please log in for upload directions.

Branch merges

Branch information

Name:
lp1877617-eoan
Repository:
lp:~rafaeldtinoco/ubuntu/+source/open-iscsi

Recent commits

704dc95... by Rafael David Tinoco

changelog

40977e3... by Rafael David Tinoco

* allow open-iscsi to disable auto-scan feature (LP: #1877617)
  - d/p/lp1877617-Allow-disabling-auto-LUN-scans.patch
  - d/p/lp1877617-Fix-manual-LUN-scans-feature.patch

2146225... by Adam Conrad

Import patches-unapplied version 2.0.874-7.1ubuntu3 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: ff9563ea9291ca3ee7c7adeea60756ab806da6fd

New changelog entries:
  * Stop producing udebs on i386 where we no longer have d-i or a kernel.

ff9563e... by Steve Langasek

Import patches-unapplied version 2.0.874-7.1ubuntu2 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: fa90265f6fe3634179047b2646570fe06cfe7521

New changelog entries:
  * debian/open-iscsi.kmod: drop; no static module list is needed if we let
    iscsid load modules itself. LP: #1833586.
  * debian/extra/initramfs.hook: add ib_iser to the list of modules
    included in the initramfs, so that we can in principle support iscsi
    root on infiniband.

fa90265... by Steve Langasek

Import patches-unapplied version 2.0.874-7.1ubuntu1 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: 47ccb49844a6a1871785f6b90b22687def92827b

New changelog entries:
  * Merge from Debian unstable. Remaining changes:
    - debian/tests: Add Ubuntu autopkgtest.
    - debian/iscsi-network-interface.rules, debian/net-interface-handler,
      debian/open-iscsi.install:
      Prevent network interface that contains iscsi root from bouncing
      during boot or going down during shutdown if the system is using
      resolvconf or ifupdown.
    - Let iscsid systemd job run in privileged containers but not in
      unprivileged ones
    - Start open-iscsi systemd job when either /etc/iscsi/nodes or
      /sys/class/iscsi_session have content
    - add IPv6 support
      + Source /run/net6-*.conf when needed.
      + debian/extra/initramfs.local-top: handle IPv6 configs being
        shipped in DEVICE6 or /run/net6-*.conf in the initramfs, so we
        can fill in /run/initramfs/open-iscsi.interface
    - make iscsid socket-activated to only activate it as needed
      + debian/iscsid.socket: systemd socket file for iscsid
      + debian/open-iscsi.service: do not start or check iscsid.service
      + debian/rules: install and enable iscsid.socket
      + debian/patches/iscid-conf-use-systemd.socket-patch: default to the
        socket
      + debian/open-iscsi.postinst:
        * run restart logic only if service is running on upgrade
        * drop no longer reachable upgrade path that affects iscsid
        * disable iscsid.service on upgrade
        * handle iscsid.socket to be started if the service is not running
          yet
      + d/iscsi-disk.rules: Add a udev rule so that iscsid.service will be
        run when udev disks are attached.
      + d/iscsid.service: Remove ExecStop= directive.
      + debian/tests/install: fix tests to work with socket activation
    - Ship finalrd logout hook.
    - 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.
    - If iscsi root was requested, but no iscsi devices were mounted, remove
      the initramfs interfaces stamp file. Meaning, that on shutdown there
      is no 30s delay, whilst trying to re-establish iscsi login to perform
      a logout.
  * Dropped changes, included in Debian:
    - Fix fail to build from source due to undefined reference to
      minor
  * Drop breaks on never-released version of finalrd.
  * debian/net-interface-handler: drop upstart support, unused since bionic.
  * Drop cleanup of upstart jobs, no longer needed post bionic.
  * debian/tests/daemon: drop, unused.

47ccb49... by Hilko Bengen

Import patches-unapplied version 2.0.874-7.1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 24aa88d598585a52df3ff19747170004637c8636

New changelog entries:
  * Non-maintainer upload
  * [38db62d] Update patch for missing macro (Closes: #908160)

24aa88d... by Ritesh Raj Sarraf

Import patches-unapplied version 2.0.874-7 to debian/sid

Imported using git-ubuntu import.

Changelog parent: a7031e3d98d61c99a7b64e205894ed3ccb62e050

New changelog entries:
  * [eeda27c] Enable back pristine-tar as we have now committed it
    from the old upload
  * [645e13b] Switch packaging to Salsa (Closes: #899771)
  * [9c86242] Add patch to fix FTBFS for missing macro.
    Thanks to Scott Moser (Closes: #908160)

a7031e3... by Christian Seiler

Import patches-unapplied version 2.0.874-5 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 623ad88dc83ba064f870a05cb722ba9e4b261c5c

New changelog entries:
  * [aeb86f7] Fix multiple security issues in iscsiuio. (CVE-2017-17840)
    (Closes: #885021)

623ad88... by Christian Seiler

Import patches-unapplied version 2.0.874-4 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 16b8ea36cf8fe28fc3cb18d00817a32c5803bf93

New changelog entries:
  * [0347300] initramfs: populate PROTO= entry in /run/net-*.conf from iBFT
    (Closes: #866213)

16b8ea3... by Christian Seiler

Import patches-unapplied version 2.0.874-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 6dd0eca1a6137b70c8e6edddcdabc7a055a01aea

New changelog entries:
  * [e506ea0] udeb: don't update initramfs when iSCSI is not used.
    (Closes: #863435)