Systemd/src/shutdown
Hubert Kario 0b220a5f2a Try stopping MD RAID devices in shutdown too
Currently the systemd-shutdown command attempts to stop swaps, DM
(crypt, LVM2) and loop devices, but it doesn't attempt to stop MD
RAID devices, which means that if the RAID is set up on crypt,
loop, etc. device, it won't be able to stop those underlying devices.

This code extends the shutdown application to also attempt stopping
the MD RAID devices.

Signed-off-by: Hubert Kario <hubert@kario.pl>
2020-09-22 10:41:59 +02:00
..
meson.build shutdown: rearrange shutdown sources in source tree 2019-03-05 12:21:17 +01:00
shutdown.c Try stopping MD RAID devices in shutdown too 2020-09-22 10:41:59 +02:00
umount.c Try stopping MD RAID devices in shutdown too 2020-09-22 10:41:59 +02:00
umount.h Try stopping MD RAID devices in shutdown too 2020-09-22 10:41:59 +02:00