/mdadm/mdadm.conf

http://github.com/brinkman83/bashrc · Config · 23 lines · 17 code · 6 blank · 0 comment · 0 complexity · 27661e9e0ac9c48f8cd41fe50d469c95 MD5 · raw file

  1. # mdadm.conf
  2. #
  3. # Please refer to mdadm.conf(5) for information about this file.
  4. #
  5. # by default, scan all partitions (/proc/partitions) for MD superblocks.
  6. # alternatively, specify devices to scan, using wildcards if desired.
  7. DEVICE partitions
  8. # auto-create devices with Debian standard permissions
  9. CREATE owner=root group=disk mode=0660 auto=yes
  10. # automatically tag new arrays as belonging to the local system
  11. HOMEHOST <system>
  12. # instruct the monitoring daemon where to send mail alerts
  13. MAILADDR root
  14. # definitions of existing MD arrays
  15. ARRAY /dev/md0 level=raid6 num-devices=7 UUID=1bf8d87f:22398ace:a08e7257:9e79638b
  16. # This file was auto-generated on Mon, 09 Aug 2010 23:35:54 -0500
  17. # by mkconf $Id$