/mdadm/mdadm.conf
http://github.com/brinkman83/bashrc · Config · 23 lines · 17 code · 6 blank · 0 comment · 0 complexity · 27661e9e0ac9c48f8cd41fe50d469c95 MD5 · raw file
- # mdadm.conf
- #
- # Please refer to mdadm.conf(5) for information about this file.
- #
- # by default, scan all partitions (/proc/partitions) for MD superblocks.
- # alternatively, specify devices to scan, using wildcards if desired.
- DEVICE partitions
- # auto-create devices with Debian standard permissions
- CREATE owner=root group=disk mode=0660 auto=yes
- # automatically tag new arrays as belonging to the local system
- HOMEHOST <system>
- # instruct the monitoring daemon where to send mail alerts
- MAILADDR root
- # definitions of existing MD arrays
- ARRAY /dev/md0 level=raid6 num-devices=7 UUID=1bf8d87f:22398ace:a08e7257:9e79638b
- # This file was auto-generated on Mon, 09 Aug 2010 23:35:54 -0500
- # by mkconf $Id$