mdadm (4.2-0ubuntu2) jammy; urgency=medium * Add scripts/init-top/00_mount_efivarfs, mounting efivarfs. (LP: #1993541) -- Cyrus Lien <cyrus.lien@canonical.com> Tue, 11 Apr 2023 11:22:59 +0800 mdadm (4.2-0ubuntu1) jammy; urgency=medium * New upstream release (LP: #1959843) -- Graham Inggs <ginggs@ubuntu.com> Thu, 24 Feb 2022 15:19:00 +0000 mdadm (4.2~rc2-2ubuntu1) impish; urgency=medium * Merge from Debian unstable (LP: #1940096), 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 -- Graham Inggs <ginggs@ubuntu.com> Tue, 17 Aug 2021 17:41:27 +0000 mdadm (4.2~rc2-2) unstable; urgency=medium * Upload targeting unstable. * Fix uscan regex for upstream tarballs. -- Felix Lechner <felix.lechner@lease-up.com> Sun, 15 Aug 2021 14:56:17 -0700 mdadm (4.2~rc2-1) experimental; urgency=medium * New release candidate from upstream. -- Felix Lechner <felix.lechner@lease-up.com> Tue, 03 Aug 2021 07:36:19 -0700 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 -- Graham Inggs <ginggs@ubuntu.com> Wed, 28 Jul 2021 10:38:46 +0000 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. -- Felix Lechner <felix.lechner@lease-up.com> Mon, 26 Jul 2021 20:34:36 -0700 mdadm (4.1-11ubuntu1) impish; urgency=medium * Merge from Debian unstable. 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. - 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 * Mention mdmonitor-oneshot.service instead of /etc/cron.daily/mdadm in /etc/default/mdadm -- Balint Reczey <rbalint@ubuntu.com> Tue, 11 May 2021 15:49:35 +0200 mdadm (4.1-11) unstable; urgency=medium * Load efivars module in initramfs, if available. (Closes: #962844) * Do not explicitly include /bin/rm in initramfs; /usr/bin/rm is already present. (See: #875918) * Bump Standards-Version to 4.5.1. -- Felix Lechner <felix.lechner@lease-up.com> Tue, 09 Feb 2021 20:02:47 -0800 mdadm (4.1-10ubuntu3) hirsute; urgency=medium * No-change rebuild to drop the udeb package. -- Matthias Klose <doko@ubuntu.com> Thu, 25 Feb 2021 06:59:03 +0100 # For older changelog entries, run 'apt-get changelog mdadm'
Generated by dwww version 1.14 on Fri Aug 15 20:13:59 CEST 2025.