From d17c1f8cbddb322f61c0b1ab4a06b5539dce4c52 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 4 Apr 2005 05:16:24 +0000 Subject: Reverse order of arrays when --stop --scan so that stacked arrays are stopped properly. Signed-off-by: Neil Brown --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a28181..9047116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ Changes Prior to 1.9.0 release - Add some missing closes of open file descriptors. - Reread /proc/partition for every array assembled when using it to find devices, rather than only once. + - Make "mdadm -Ss" stop stacked devices properly, by reversing the + order in which arrays are stopped. Changes Prior to 1.8.0 release - Makefile cleanup from Luca Berra -- cgit