diff options
author | Neil Brown <neilb@suse.de> | 2007-08-20 14:14:42 +1000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-08-20 14:14:42 +1000 |
commit | 2295250a7387d28975061a936b60d0d22f8e4c0e (patch) | |
tree | e303fe4ec82cba873f6217677e3d7575fb0e0b74 /ChangeLog | |
parent | eb6dae98500dd087548b593c9b7e3db7b3cff9b2 (diff) | |
download | mdadm-2295250a7387d28975061a936b60d0d22f8e4c0e.tar.gz |
Report error when grow cannot be restarted.
Make sure that if --assemble find an array in the critical region
of a reshape, and cannot find the critical data to restart the
reshape, it gives an error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ Changes Prior to this release 1.x array was created with older mdadm). - When adding a drive that was a little too small, we did not get the correct error message. + - Make sure that if --assemble find an array in the critical region + of a reshape, and cannot find the critical data to restart the + reshape, it gives an error message. Changes Prior to 2.6.2 release - --fail detached and --remove faulty can be used to fail and |