summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2017-10-10 11:45:00 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2017-10-10 12:02:52 +0100
commite886c48592f24f6a332f6c560ade7a9dde1cddb3 (patch)
tree97cb630b1dfbacef5883ec8b0544dd5d1246f780 /debian/control
parent06792df134ffd54c33e2b83b5daf92f5eb3dfee2 (diff)
Ship mdadm-shutdown.service and suggest dracut-core.
Users of systemd with rootfs on Intel Matrix Raid and DDF external metadata-raid arrays that require mdmon monitoring, may wish to install dracut-core package and enable mdadm-shutdown.service. This will create a shutdown initramfs, that systemd-shutdown can pivot to. This may result in an improved shutdown behaviour with less hangs and synced raid arrays. The generated initramfs will takeover mdmon monitoring, wait for the arrays to be clean before stopping them and unmounting everything and finally executing requested shutdown command.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index df66b9ad..41dfdc8d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Package: mdadm
Architecture: linux-any
Depends: ${shlibs:Depends}, udev, ${misc:Depends}, lsb-base, debconf
Recommends: ${mta:Recommends}, kmod | module-init-tools
-Suggests: ${mta:Suggests}
+Suggests: ${mta:Suggests}, dracut-core
Description: tool to administer Linux MD arrays (software RAID)
The mdadm utility can be used to create, manage, and monitor MD
(multi-disk) arrays for software RAID or multipath I/O.