[ubuntu/impish-proposed] mdadm 4.2~rc1-1ubuntu1 (Accepted)

Graham Inggs ginggs at ubuntu.com
Wed Jul 28 10:55:12 UTC 2021


mdadm (4.2~rc1-1ubuntu1) impish; urgency=medium

  * Merge from Debian experimental (LP: #1935895), remaining changes:
    - Ship finalrd hook.
    - Do not install mdadm-shutdown.service on Ubuntu.
    - Drop broken and unused init scripts in favor of native systemd units,
      which can cause failure to reconfigure mdadm package under certain
      confiment types.
    - Drop /etc/cron.d/mdadm and migrate to systemd mdcheck_start|continue
      timer units.
    - Drop /etc/cron.daily/mdadm and migrate to system mdmonitor-oneshot
      timer unit.
    - mdcheck_start.timer configures the mdcheck on a first sunday of the
      month, with a randomized start delay of up to 24h, and runs for at
      most 6h. mdcheck_continue.timer kicks off daily, with a randomized
      start delay of up to 12h, and continues mdcheck for at most 6h.
    - mdmonitor-oneshot.timer runs daily, with a randomized start delay of
      up to 24h.
    - One can use systemd drop-ins to change .timer units timings, set
      environmental variables to decrease/increase the length of checking,
      or start the checks by hand. Previously used checkarray is still
      available, albeit not used by timer units.
    - Above ensures that previous daily / monthly checks are performed, but
      are randomized, such that performance is not as impacted across a
      cluster of machines.
    - Honor the debconf daily autoscan setting in the systemd timer.
    - d/p/mdcheck-fix-empty-spaces-in-timer-unit-files.patch:
      - The spaces were causing a FTBFS situation, triggered by
        dh_installsystemd not finding units.
    - Mention mdmonitor-oneshot.service instead of /etc/cron.daily/mdadm
      in /etc/default/mdadm
  * Dropped changes:
    - d/p/mdcheck-when-mdcheck-start-is-enabled-mdcheck-continue-too.patch:
      - When mdcheck_start is enabled, enable mdcheck_continue too.
    - d/p/mdcheck-log-when-done.patch:
      - Make sure mdcheck logs the completion too, so that
      it can be determined how long the raid check took.
    - Cherrypick upstream fix to allow assembling dirty degrated IMSM raid
      arrays with --force flag

mdadm (4.2~rc1-1) experimental; urgency=medium

  * New release candidate from upstream.
  * Add libudev-dev to Build-Depends.
  * Drop patches previously cherry-picked from upstream:
    - 0001-Assemble-keep-MD_DISK_FAILFAST-and-MD_DISK_WRITEMOST.patch
      (now 0833f9c3)
    - 0002-Document-PART-POLICY-lines.patch (now 6b611284)
    - 0003-policy-support-devices-with-multiple-paths.patch (now cd72f9d1)
    - 0004-mdcheck-add-systemd-unit-files-to-run-mdcheck.patch (now 4199d3c6)
    - 0005-Monitor-add-system-timer-to-run-oneshot-periodically.patch
      (now 7cd7e91a)
    - 0006-imsm-update-metadata-correctly-while-raid10-double-d.patch
      (now d7a1fda2)
    - 0007-Assemble-mask-FAILFAST-and-WRITEMOSTLY-flags-when-fi.patch
      (now 563ac108)
    - 0008-Grow-avoid-overflow-in-compute_backup_blocks.patch
      (now 085df422)
    - 0009-Grow-report-correct-new-chunk-size.patch (now 76d505de)
    - 0010-policy.c-prevent-NULL-pointer-referencing.patch (now 467e6a1b)
    - 0011-policy.c-Fix-for-compiler-error.patch (now 757e55435)
    - 0001-Create-add-support-for-RAID0-layouts.patch (now 329dfc28)
    - 0002-Assemble-add-support-for-RAID0-layouts.patch (now 027c099f)
    - 0001-Respect-CROSS_COMPILE-when-CC-is-the-default.patch (now aced6fc9)
  * Drop patches accepted upstream:
    - typos-in-programs.patch (now ebf3be99)
    - lp-1847924-introduce-new-array-state-broken.patch (now 43ebc910)
  * Refresh remaining patches.
  * Adapt d/watch to accept release candidates.

Date: Wed, 28 Jul 2021 10:38:46 +0000
Changed-By: Graham Inggs <ginggs at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/mdadm/4.2~rc1-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 28 Jul 2021 10:38:46 +0000
Source: mdadm
Built-For-Profiles: noudeb
Architecture: source
Version: 4.2~rc1-1ubuntu1
Distribution: impish
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Graham Inggs <ginggs at ubuntu.com>
Launchpad-Bugs-Fixed: 1935895
Changes:
 mdadm (4.2~rc1-1ubuntu1) impish; urgency=medium
 .
   * Merge from Debian experimental (LP: #1935895), remaining changes:
     - Ship finalrd hook.
     - Do not install mdadm-shutdown.service on Ubuntu.
     - Drop broken and unused init scripts in favor of native systemd units,
       which can cause failure to reconfigure mdadm package under certain
       confiment types.
     - Drop /etc/cron.d/mdadm and migrate to systemd mdcheck_start|continue
       timer units.
     - Drop /etc/cron.daily/mdadm and migrate to system mdmonitor-oneshot
       timer unit.
     - mdcheck_start.timer configures the mdcheck on a first sunday of the
       month, with a randomized start delay of up to 24h, and runs for at
       most 6h. mdcheck_continue.timer kicks off daily, with a randomized
       start delay of up to 12h, and continues mdcheck for at most 6h.
     - mdmonitor-oneshot.timer runs daily, with a randomized start delay of
       up to 24h.
     - One can use systemd drop-ins to change .timer units timings, set
       environmental variables to decrease/increase the length of checking,
       or start the checks by hand. Previously used checkarray is still
       available, albeit not used by timer units.
     - Above ensures that previous daily / monthly checks are performed, but
       are randomized, such that performance is not as impacted across a
       cluster of machines.
     - Honor the debconf daily autoscan setting in the systemd timer.
     - d/p/mdcheck-fix-empty-spaces-in-timer-unit-files.patch:
       - The spaces were causing a FTBFS situation, triggered by
         dh_installsystemd not finding units.
     - Mention mdmonitor-oneshot.service instead of /etc/cron.daily/mdadm
       in /etc/default/mdadm
   * Dropped changes:
     - d/p/mdcheck-when-mdcheck-start-is-enabled-mdcheck-continue-too.patch:
       - When mdcheck_start is enabled, enable mdcheck_continue too.
     - d/p/mdcheck-log-when-done.patch:
       - Make sure mdcheck logs the completion too, so that
       it can be determined how long the raid check took.
     - Cherrypick upstream fix to allow assembling dirty degrated IMSM raid
       arrays with --force flag
 .
 mdadm (4.2~rc1-1) experimental; urgency=medium
 .
   * New release candidate from upstream.
   * Add libudev-dev to Build-Depends.
   * Drop patches previously cherry-picked from upstream:
     - 0001-Assemble-keep-MD_DISK_FAILFAST-and-MD_DISK_WRITEMOST.patch
       (now 0833f9c3)
     - 0002-Document-PART-POLICY-lines.patch (now 6b611284)
     - 0003-policy-support-devices-with-multiple-paths.patch (now cd72f9d1)
     - 0004-mdcheck-add-systemd-unit-files-to-run-mdcheck.patch (now 4199d3c6)
     - 0005-Monitor-add-system-timer-to-run-oneshot-periodically.patch
       (now 7cd7e91a)
     - 0006-imsm-update-metadata-correctly-while-raid10-double-d.patch
       (now d7a1fda2)
     - 0007-Assemble-mask-FAILFAST-and-WRITEMOSTLY-flags-when-fi.patch
       (now 563ac108)
     - 0008-Grow-avoid-overflow-in-compute_backup_blocks.patch
       (now 085df422)
     - 0009-Grow-report-correct-new-chunk-size.patch (now 76d505de)
     - 0010-policy.c-prevent-NULL-pointer-referencing.patch (now 467e6a1b)
     - 0011-policy.c-Fix-for-compiler-error.patch (now 757e55435)
     - 0001-Create-add-support-for-RAID0-layouts.patch (now 329dfc28)
     - 0002-Assemble-add-support-for-RAID0-layouts.patch (now 027c099f)
     - 0001-Respect-CROSS_COMPILE-when-CC-is-the-default.patch (now aced6fc9)
   * Drop patches accepted upstream:
     - typos-in-programs.patch (now ebf3be99)
     - lp-1847924-introduce-new-array-state-broken.patch (now 43ebc910)
   * Refresh remaining patches.
   * Adapt d/watch to accept release candidates.
Checksums-Sha1:
 9987d34dce65d3a1ab63634d65f1d8306e22ac63 2126 mdadm_4.2~rc1-1ubuntu1.dsc
 b9117d58d3f7f4cf27723c1acc2aea66607036ce 598558 mdadm_4.2~rc1.orig.tar.gz
 7baba4cc03bd0b12152416f780eab8cf10caad61 91528 mdadm_4.2~rc1-1ubuntu1.debian.tar.xz
 53a199c8ff18c2dc0a09fe317d235e9e523dd543 6721 mdadm_4.2~rc1-1ubuntu1_source.buildinfo
Checksums-Sha256:
 bc9631ca1cb48ce31e074eb2aa03eab1d90698a3cc3e5c7c7cfb30400b23f3bd 2126 mdadm_4.2~rc1-1ubuntu1.dsc
 c88c2dc714cb326fb12aa41eff6c4ac6362671ccf1d1009eadccec43d1a7d756 598558 mdadm_4.2~rc1.orig.tar.gz
 b0422fcbb6011a468f1a61238b68952e3b0771a69cb60cce7e015a294ba813e2 91528 mdadm_4.2~rc1-1ubuntu1.debian.tar.xz
 03faf9a3910eb5829b9855cfc06a0e7a01179a71cc26bb0b021e2836fcec8276 6721 mdadm_4.2~rc1-1ubuntu1_source.buildinfo
Files:
 c31d640fbd85ea245afba8d2c00c0ecc 2126 admin optional mdadm_4.2~rc1-1ubuntu1.dsc
 c4609b74acb3cbe75568b1e3ab093cac 598558 admin optional mdadm_4.2~rc1.orig.tar.gz
 dbd2e02bfd8c81b7885b719deae0f17c 91528 admin optional mdadm_4.2~rc1-1ubuntu1.debian.tar.xz
 17e1562989c4dbac23c60be947e90e31 6721 admin optional mdadm_4.2~rc1-1ubuntu1_source.buildinfo
Original-Maintainer: Felix Lechner <felix.lechner at lease-up.com>


More information about the impish-changes mailing list