From 1cac4c1b552c576e61f18ac44838ea3df95ae98b Mon Sep 17 00:00:00 2001 From: Luca Berra Date: Mon, 16 Oct 2006 15:27:48 +1000 Subject: Don't trigger and error on -As if all arrays are already started. From: Luca Berra Put another way, if we find any active arrays, then assume things are going as planned. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9bd9891..9fd831f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ Changes Prior to this release - Remove error in md_open if array is already active. This isn't needed and gets in the ways if an array was created e.g. in initramfs, but device doesn't yet exist in /dev. + - When --assemble --scan is run, if all arrays that could be found + have already been started, don't report an error. Changes Prior to 2.5.4 release - When creating devices in /dev/md/ create matching symlinks -- cgit