Ubuntu Pastebin

Paste from ppetraki at Fri, 16 Jan 2015 21:48:42 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#

# by default (built-in), scan all partitions (/proc/partitions) and all
# containers for MD superblocks. alternatively, specify devices to scan, using
# wildcards if desired.
#DEVICE partitions containers

# 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 foo@example.com

# definitions of existing MD arrays
DEVICE /dev/sd*
#DEVICE /dev/disk/by-id/wwn-0x50000c0f01de03d4 /dev/disk/by-id/wwn-0x50000c0f028ad164
ARRAY /dev/md0 metadata=1.2 name=cio-1.cacheio.com:0 UUID=c46c4675:f0320f43:a3edb1ef:ebd0a58f
#DEVICE /dev/disk/by-id/wwn-0x50014ee208b75ef4 /dev/disk/by-id/wwn-0x50014ee25ed8d17d
ARRAY /dev/md1 metadata=1.2 name=cio-1.cacheio.com:1 UUID=d925b009:4b5b2233:40218f4d:2bc27f08

# This file was auto-generated on Fri, 05 Sep 2014 10:41:33 -0400
# by mkconf $Id$
Download as text