Fix silly example

Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
This commit is contained in:
Neil Brown 2005-06-14 06:33:45 +00:00
parent d5d3721ef4
commit 60f9166418
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
Changes Prior to this release Changes Prior to this release
Several of these are backported from the Debian package
- Don't use 'lstat' to check for blockdevices, use stat. - Don't use 'lstat' to check for blockdevices, use stat.
- Document --size=max option for --grow - Document --size=max option for --grow
- Document SparesMissing event and DeviceDisappeared/WrongLevel - Document SparesMissing event and DeviceDisappeared/WrongLevel
@ -12,6 +13,7 @@ Changes Prior to this release
- Fix a few type casts - Fix a few type casts
- Fix parsing of /dev/md/N in is_standard - Fix parsing of /dev/md/N in is_standard
- Fix rounding errors in human_size() - Fix rounding errors in human_size()
- Fix silly example in mdadm.conf-examples
Changes Prior to 1.11.0 release Changes Prior to 1.11.0 release
- Fix embarassing bug which causes --add to always fail. - Fix embarassing bug which causes --add to always fail.

View File

@ -40,7 +40,7 @@
# #
#ARRAY /dev/md0 UUID=3aaa0122:29827cfa:5331ad66:ca767371 #ARRAY /dev/md0 UUID=3aaa0122:29827cfa:5331ad66:ca767371
#ARRAY /dev/md1 super-minor=1 #ARRAY /dev/md1 super-minor=1
#ARRAY /dev/md2 devices=/dev/hda1,/dev/hda2 #ARRAY /dev/md2 devices=/dev/hda1,/dev/hdb1
# #
# ARRAY lines can also specify a "spare-group" for each array. mdadm --monitor # ARRAY lines can also specify a "spare-group" for each array. mdadm --monitor
# will then move a spare between arrays in a spare-group if one array has a failed # will then move a spare between arrays in a spare-group if one array has a failed