]> git.ipfire.org Git - thirdparty/mdadm.git/blob - mdadm.conf.5
conf/assemble: new config line "auto".
[thirdparty/mdadm.git] / mdadm.conf.5
1 .\" Copyright Neil Brown and others.
2 .\" This program is free software; you can redistribute it and/or modify
3 .\" it under the terms of the GNU General Public License as published by
4 .\" the Free Software Foundation; either version 2 of the License, or
5 .\" (at your option) any later version.
6 .\" See file COPYING in distribution for details.
7 .TH MDADM.CONF 5
8 .SH NAME
9 mdadm.conf \- configuration for management of Software RAID with mdadm
10 .SH SYNOPSIS
11 /etc/mdadm.conf
12 .SH DESCRIPTION
13 .PP
14 .I mdadm
15 is a tool for creating, managing, and monitoring RAID devices using the
16 .B md
17 driver in Linux.
18 .PP
19 Some common tasks, such as assembling all arrays, can be simplified
20 by describing the devices and arrays in this configuration file.
21
22 .SS SYNTAX
23 The file should be seen as a collection of words separated by white
24 space (space, tab, or newline).
25 Any word that beings with a hash sign (#) starts a comment and that
26 word together with the remainder of the line is ignored.
27
28 Any line that starts with white space (space or tab) is treated as
29 though it were a continuation of the previous line.
30
31 Empty lines are ignored, but otherwise each (non continuation) line
32 must start with a keyword as listed below. The keywords are case
33 insensitive and can be abbreviated to 3 characters.
34
35 The keywords are:
36 .TP
37 .B DEVICE
38 A
39 .B device
40 line lists the devices (whole devices or partitions) that might contain
41 a component of an MD array. When looking for the components of an
42 array,
43 .I mdadm
44 will scan these devices (or any devices listed on the command line).
45
46 The
47 .B device
48 line may contain a number of different devices (separated by spaces)
49 and each device name can contain wild cards as defined by
50 .BR glob (7).
51
52 Also, there may be several device lines present in the file.
53
54 Alternatively, a
55 .B device
56 line can contain either of both of the words
57 .B containers
58 and
59 .BR partitions .
60 The word
61 .B containers
62 will cause
63 .I mdadm
64 to look for assembled CONTAINER arrays and included them as a source
65 for assembling further arrays.
66 .PP
67 The word
68 .I partitions
69 will cause
70 .I mdadm
71 to read
72 .I /proc/partitions
73 and include all devices and partitions found therein.
74 .I mdadm
75 does not use the names from
76 .I /proc/partitions
77 but only the major and minor device numbers. It scans
78 .I /dev
79 to find the name that matches the numbers.
80
81 If no DEVICE line is present, then "DEVICE partitions containers" is assumed.
82
83 For example:
84 .IP
85 DEVICE /dev/hda* /dev/hdc*
86 .br
87 DEV /dev/sd*
88 .br
89 DEVICE /dev/discs/disc*/disc
90 .br
91 DEVICE partitions
92
93 .TP
94 .B ARRAY
95 The ARRAY lines identify actual arrays. The second word on the line
96 may be the name of the device where the array is normally
97 assembled, such as
98 .BR /dev/md1 .
99 Alternately the word
100 .B <ignore>
101 (complete with angle brackets) can be given in which case any array
102 which matches the rest of the line will never be automatically assembled.
103 If no device name is given,
104 .I mdadm
105 will use various heuristic to determine an appropriate name.
106 .PP
107 Subsequent words identify the array, or identify the array as a member
108 of a group. If multiple identities are given,
109 then a component device must match ALL identities to be considered a
110 match. Each identity word has a tag, and equals sign, and some value.
111 The tags are:
112
113 .RS 4
114 .TP
115 .B uuid=
116 The value should be a 128 bit uuid in hexadecimal, with punctuation
117 interspersed if desired. This must match the uuid stored in the
118 superblock.
119 .TP
120 .B name=
121 The value should be a simple textual name as was given to
122 .I mdadm
123 when the array was created. This must match the name stored in the
124 superblock on a device for that device to be included in the array.
125 Not all superblock formats support names.
126 .TP
127 .B super\-minor=
128 The value is an integer which indicates the minor number that was
129 stored in the superblock when the array was created. When an array is
130 created as /dev/mdX, then the minor number X is stored.
131 .TP
132 .B devices=
133 The value is a comma separated list of device names or device name
134 patterns.
135 Only devices with names which match one entry in the list will be used
136 to assemble the array. Note that the devices
137 listed there must also be listed on a DEVICE line.
138 .TP
139 .B level=
140 The value is a raid level. This is not normally used to
141 identify an array, but is supported so that the output of
142
143 .B "mdadm \-\-examine \-\-scan"
144
145 can be use directly in the configuration file.
146 .TP
147 .B num\-devices=
148 The value is the number of devices in a complete active array. As with
149 .B level=
150 this is mainly for compatibility with the output of
151
152 .BR "mdadm \-\-examine \-\-scan" .
153
154 .TP
155 .B spares=
156 The value is a number of spare devices to expect the array to have.
157 .B mdadm \-\-monitor
158 will report an array if it is found to have fewer than this number of
159 spares when
160 .B \-\-monitor
161 starts or when
162 .B \-\-oneshot
163 is used.
164
165 .TP
166 .B spare\-group=
167 The value is a textual name for a group of arrays. All arrays with
168 the same
169 .B spare\-group
170 name are considered to be part of the same group. The significance of
171 a group of arrays is that
172 .I mdadm
173 will, when monitoring the arrays, move a spare drive from one array in
174 a group to another array in that group if the first array had a failed
175 or missing drive but no spare.
176
177 .TP
178 .B auto=
179 This option declares to
180 .I mdadm
181 that it should try to create the device file of the array if it
182 doesn't already exist, or exists but with the wrong device number.
183
184 The value of this option can be "yes" or "md" to indicate that a
185 traditional, non-partitionable md array should be created, or "mdp",
186 "part" or "partition" to indicate that a partitionable md array (only
187 available in linux 2.6 and later) should be used. This later set can
188 also have a number appended to indicate how many partitions to create
189 device files for, e.g.
190 .BR auto=mdp5 .
191 The default is 4.
192
193 .TP
194 .B bitmap=
195 The option specifies a file in which a write-intent bitmap should be
196 found. When assembling the array,
197 .I mdadm
198 will provide this file to the
199 .B md
200 driver as the bitmap file. This has the same function as the
201 .B \-\-bitmap\-file
202 option to
203 .BR \-\-assemble .
204
205 .TP
206 .B metadata=
207 Specify the metadata format that the array has. This is mainly
208 recognised for comparability with the output of
209 .BR "mdadm \-Es" .
210
211 .TP
212 .B container=
213 Specify that this array is a member array of some container. The
214 value given can be either a path name in /dev, or a UUID of the
215 container array.
216
217 .IP
218 .B member=
219 Specify that this array is a member array of some container. Each
220 type of container has some way to enumerate member arrays, often a
221 simple sequence number. The value identifies which member of a
222 container the array is. It will usually accompany a 'container=' word.
223 .RE
224
225 .TP
226 .B MAILADDR
227 The
228 .B mailaddr
229 line gives an E-mail address that alerts should be
230 sent to when
231 .I mdadm
232 is running in
233 .B \-\-monitor
234 mode (and was given the
235 .B \-\-scan
236 option). There should only be one
237 .B MAILADDR
238 line and it should have only one address.
239
240
241 .TP
242 .B MAILFROM
243 The
244 .B mailfrom
245 line (which can only be abbreviated to at least 5 characters) gives an
246 address to appear in the "From" address for alert mails. This can be
247 useful if you want to explicitly set a domain, as the default from
248 address is "root" with no domain. All words on this line are
249 catenated with spaces to form the address.
250
251 Note that this value cannot be set via the
252 .I mdadm
253 commandline. It is only settable via the config file.
254
255 .TP
256 .B PROGRAM
257 The
258 .B program
259 line gives the name of a program to be run when
260 .B "mdadm \-\-monitor"
261 detects potentially interesting events on any of the arrays that it
262 is monitoring. This program gets run with two or three arguments, they
263 being the Event, the md device, and possibly the related component
264 device.
265
266 There should only be one
267 .B program
268 line and it should be give only one program.
269
270
271 .TP
272 .B CREATE
273 The
274 .B create
275 line gives default values to be used when creating arrays and device entries for
276 arrays.
277 These include:
278
279 .RS 4
280 .TP
281 .B owner=
282 .TP
283 .B group=
284 These can give user/group ids or names to use instead of system
285 defaults (root/wheel or root/disk).
286 .TP
287 .B mode=
288 An octal file mode such as 0660 can be given to override the default
289 of 0600.
290 .TP
291 .B auto=
292 This corresponds to the
293 .B \-\-auto
294 flag to mdadm. Give
295 .BR yes ,
296 .BR md ,
297 .BR mdp ,
298 .B part
299 \(em possibly followed by a number of partitions \(em to indicate how
300 missing device entries should be created.
301
302 .TP
303 .B metadata=
304 The name of the metadata format to use if none is explicitly given.
305 This can be useful to impose a system-wide default of version-1 superblocks.
306
307 .TP
308 .B symlinks=no
309 Normally when creating devices in
310 .B /dev/md/
311 .I mdadm
312 will create a matching symlink from
313 .B /dev/
314 with a name starting
315 .B md
316 or
317 .BR md_ .
318 Give
319 .B symlinks=no
320 to suppress this symlink creation.
321 .RE
322
323 .TP
324 .B HOMEHOST
325 The
326 .B homehost
327 line gives a default value for the
328 .B --homehost=
329 option to mdadm. There should be exactly one other word on the line.
330 It should either exactly
331 .B <system>
332 or a host name.
333 If
334 .B <system>
335 is given, then the
336 .BR gethostname ( 2 )
337 systemcall is used to get the host name.
338 When arrays are created, this host name will be stored in the
339 metadata. When arrays are assembled using auto-assembly, only arrays
340 with this host name stored in the metadata will be considered.
341
342 .TP
343 .B AUTO
344 A list of names of metadata format can be given, each preceded by a
345 plus or minus sign. Also the word
346 .I all
347 preceded by plus or minus is allowed and is usually last.
348
349 When
350 .I mdadm
351 is auto-assembling an array, with via
352 .I --assemble
353 or
354 .I --incremental
355 and it finds metadata of a given type, it checks that metadata type
356 against those listed in this line. The first match wins, where
357 .I all
358 matches anything.
359 If a match is found that was preceded by a plus sign, the auto
360 assembly is allowed. If the match was preceded by a minus sign, the
361 auto assembly is disallowed. If no match is found, the auto assembly
362 is allowed.
363
364 This can be used to disable all auto-assembly (so that only arrays
365 explicitly listed in mdadm.conf or on the command line are assembled),
366 or to disable assembly of certain metadata types which might be
367 handled by other software.
368
369 The known metadata types are
370 .BR 0.90 ,
371 .BR 1.x ,
372 .BR ddf ,
373 .BR imsm .
374
375 .SH EXAMPLE
376 DEVICE /dev/sd[bcdjkl]1
377 .br
378 DEVICE /dev/hda1 /dev/hdb1
379
380 # /dev/md0 is known by its UUID.
381 .br
382 ARRAY /dev/md0 UUID=3aaa0122:29827cfa:5331ad66:ca767371
383 .br
384 # /dev/md1 contains all devices with a minor number of
385 .br
386 # 1 in the superblock.
387 .br
388 ARRAY /dev/md1 superminor=1
389 .br
390 # /dev/md2 is made from precisely these two devices
391 .br
392 ARRAY /dev/md2 devices=/dev/hda1,/dev/hdb1
393
394 # /dev/md4 and /dev/md5 are a spare-group and spares
395 .br
396 # can be moved between them
397 .br
398 ARRAY /dev/md4 uuid=b23f3c6d:aec43a9f:fd65db85:369432df
399 .br
400 spare\-group=group1
401 .br
402 ARRAY /dev/md5 uuid=19464854:03f71b1b:e0df2edd:246cc977
403 .br
404 spare\-group=group1
405 .br
406 # /dev/md/home is created if need to be a partitionable md array
407 .br
408 # any spare device number is allocated.
409 .br
410 ARRAY /dev/md/home UUID=9187a482:5dde19d9:eea3cc4a:d646ab8b
411 .br
412 auto=part
413
414 MAILADDR root@mydomain.tld
415 .br
416 PROGRAM /usr/sbin/handle\-mdadm\-events
417 .br
418 CREATE group=system mode=0640 auto=part\-8
419 .br
420 HOMEHOST <system>
421 .br
422 AUTO +1.x -all
423
424 .SH SEE ALSO
425 .BR mdadm (8),
426 .BR md (4).
427