# 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 meine-email@meinedomain.de
# program to run when mdadm monitor detects potentially interesting events
PROGRAM postfix
# definitions of existing MD arrays
ARRAY /dev/md0 level=raid1 num-devices=2 UUID=5a0000c9:a6f9dbdf:0805dbf8:45ff87$
# This file was auto-generated on Mon, 21 Sep 2009 17:18:07 +0200
# by mkconf $Id$