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 /mdadm.conf-example | |
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 'mdadm.conf-example')
-rw-r--r-- | mdadm.conf-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdadm.conf-example b/mdadm.conf-example index 09c7989..2d83fc0 100644 --- a/mdadm.conf-example +++ b/mdadm.conf-example @@ -40,7 +40,7 @@ # #ARRAY /dev/md0 UUID=3aaa0122:29827cfa:5331ad66:ca767371 #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 # will then move a spare between arrays in a spare-group if one array has a failed |