diff options
author | Neil Brown <neilb@suse.de> | 2005-06-14 06:33:45 +0000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2005-06-14 06:33:45 +0000 |
commit | 60f9166418e49751280f5af4cf02c6ed3e573eb0 (patch) | |
tree | 17ec2a295d65d06176e1197a9ad6cf092db5d5ee /ChangeLog | |
parent | d5d3721ef4044de851d2272c6ac1cc0188fdc124 (diff) | |
download | mdadm-60f9166418e49751280f5af4cf02c6ed3e573eb0.tar.gz mdadm-60f9166418e49751280f5af4cf02c6ed3e573eb0.tar.xz mdadm-60f9166418e49751280f5af4cf02c6ed3e573eb0.zip |
Fix silly example
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ Changes Prior to this release + Several of these are backported from the Debian package - Don't use 'lstat' to check for blockdevices, use stat. - Document --size=max option for --grow - Document SparesMissing event and DeviceDisappeared/WrongLevel @@ -12,6 +13,7 @@ Changes Prior to this release - Fix a few type casts - Fix parsing of /dev/md/N in is_standard - Fix rounding errors in human_size() + - Fix silly example in mdadm.conf-examples Changes Prior to 1.11.0 release - Fix embarassing bug which causes --add to always fail. |