]> git.ipfire.org Git - thirdparty/mdadm.git/blob - mdadm.8
Support external metadata recovery-resume
[thirdparty/mdadm.git] / mdadm.8
1 .\" -*- nroff -*-
2 .\" Copyright Neil Brown and others.
3 .\" This program is free software; you can redistribute it and/or modify
4 .\" it under the terms of the GNU General Public License as published by
5 .\" the Free Software Foundation; either version 2 of the License, or
6 .\" (at your option) any later version.
7 .\" See file COPYING in distribution for details.
8 .TH MDADM 8 "" v3.1.1
9 .SH NAME
10 mdadm \- manage MD devices
11 .I aka
12 Linux Software RAID
13
14 .SH SYNOPSIS
15
16 .BI mdadm " [mode] <raiddevice> [options] <component-devices>"
17
18 .SH DESCRIPTION
19 RAID devices are virtual devices created from two or more
20 real block devices. This allows multiple devices (typically disk
21 drives or partitions thereof) to be combined into a single device to
22 hold (for example) a single filesystem.
23 Some RAID levels include redundancy and so can survive some degree of
24 device failure.
25
26 Linux Software RAID devices are implemented through the md (Multiple
27 Devices) device driver.
28
29 Currently, Linux supports
30 .B LINEAR
31 md devices,
32 .B RAID0
33 (striping),
34 .B RAID1
35 (mirroring),
36 .BR RAID4 ,
37 .BR RAID5 ,
38 .BR RAID6 ,
39 .BR RAID10 ,
40 .BR MULTIPATH ,
41 .BR FAULTY ,
42 and
43 .BR CONTAINER .
44
45 .B MULTIPATH
46 is not a Software RAID mechanism, but does involve
47 multiple devices:
48 each device is a path to one common physical storage device.
49 New installations should not use md/multipath as it is not well
50 supported and has no ongoing development. Use the Device Mapper based
51 multipath-tools instead.
52
53 .B FAULTY
54 is also not true RAID, and it only involves one device. It
55 provides a layer over a true device that can be used to inject faults.
56
57 .B CONTAINER
58 is different again. A
59 .B CONTAINER
60 is a collection of devices that are
61 managed as a set. This is similar to the set of devices connected to
62 a hardware RAID controller. The set of devices may contain a number
63 of different RAID arrays each utilising some (or all) of the blocks from a
64 number of the devices in the set. For example, two devices in a 5-device set
65 might form a RAID1 using the whole devices. The remaining three might
66 have a RAID5 over the first half of each device, and a RAID0 over the
67 second half.
68
69 With a
70 .BR CONTAINER ,
71 there is one set of metadata that describes all of
72 the arrays in the container. So when
73 .I mdadm
74 creates a
75 .B CONTAINER
76 device, the device just represents the metadata. Other normal arrays (RAID1
77 etc) can be created inside the container.
78
79 .SH MODES
80 mdadm has several major modes of operation:
81 .TP
82 .B Assemble
83 Assemble the components of a previously created
84 array into an active array. Components can be explicitly given
85 or can be searched for.
86 .I mdadm
87 checks that the components
88 do form a bona fide array, and can, on request, fiddle superblock
89 information so as to assemble a faulty array.
90
91 .TP
92 .B Build
93 Build an array that doesn't have per-device metadata (superblocks). For these
94 sorts of arrays,
95 .I mdadm
96 cannot differentiate between initial creation and subsequent assembly
97 of an array. It also cannot perform any checks that appropriate
98 components have been requested. Because of this, the
99 .B Build
100 mode should only be used together with a complete understanding of
101 what you are doing.
102
103 .TP
104 .B Create
105 Create a new array with per-device metadata (superblocks).
106 Appropriate metadata is written to each device, and then the array
107 comprising those devices is activated. A 'resync' process is started
108 to make sure that the array is consistent (e.g. both sides of a mirror
109 contain the same data) but the content of the device is left otherwise
110 untouched.
111 The array can be used as soon as it has been created. There is no
112 need to wait for the initial resync to finish.
113
114 .TP
115 .B "Follow or Monitor"
116 Monitor one or more md devices and act on any state changes. This is
117 only meaningful for RAID1, 4, 5, 6, 10 or multipath arrays, as
118 only these have interesting state. RAID0 or Linear never have
119 missing, spare, or failed drives, so there is nothing to monitor.
120
121 .TP
122 .B "Grow"
123 Grow (or shrink) an array, or otherwise reshape it in some way.
124 Currently supported growth options including changing the active size
125 of component devices and changing the number of active devices in RAID
126 levels 1/4/5/6, changing the RAID level between 1, 5, and 6, changing
127 the chunk size and layout for RAID5 and RAID5, as well as adding or
128 removing a write-intent bitmap.
129
130 .TP
131 .B "Incremental Assembly"
132 Add a single device to an appropriate array. If the addition of the
133 device makes the array runnable, the array will be started.
134 This provides a convenient interface to a
135 .I hot-plug
136 system. As each device is detected,
137 .I mdadm
138 has a chance to include it in some array as appropriate.
139
140 If a
141 .B CONTAINER
142 is passed to
143 .I mdadm
144 in this mode, then any arrays within that container will be assembled
145 and started.
146
147 .TP
148 .B Manage
149 This is for doing things to specific components of an array such as
150 adding new spares and removing faulty devices.
151
152 .TP
153 .B Misc
154 This is an 'everything else' mode that supports operations on active
155 arrays, operations on component devices such as erasing old superblocks, and
156 information gathering operations.
157 .\"This mode allows operations on independent devices such as examine MD
158 .\"superblocks, erasing old superblocks and stopping active arrays.
159
160 .TP
161 .B Auto-detect
162 This mode does not act on a specific device or array, but rather it
163 requests the Linux Kernel to activate any auto-detected arrays.
164 .SH OPTIONS
165
166 .SH Options for selecting a mode are:
167
168 .TP
169 .BR \-A ", " \-\-assemble
170 Assemble a pre-existing array.
171
172 .TP
173 .BR \-B ", " \-\-build
174 Build a legacy array without superblocks.
175
176 .TP
177 .BR \-C ", " \-\-create
178 Create a new array.
179
180 .TP
181 .BR \-F ", " \-\-follow ", " \-\-monitor
182 Select
183 .B Monitor
184 mode.
185
186 .TP
187 .BR \-G ", " \-\-grow
188 Change the size or shape of an active array.
189
190 .TP
191 .BR \-I ", " \-\-incremental
192 Add a single device into an appropriate array, and possibly start the array.
193
194 .TP
195 .B \-\-auto-detect
196 Request that the kernel starts any auto-detected arrays. This can only
197 work if
198 .I md
199 is compiled into the kernel \(em not if it is a module.
200 Arrays can be auto-detected by the kernel if all the components are in
201 primary MS-DOS partitions with partition type
202 .BR FD ,
203 and all use v0.90 metadata.
204 In-kernel autodetect is not recommended for new installations. Using
205 .I mdadm
206 to detect and assemble arrays \(em possibly in an
207 .I initrd
208 \(em is substantially more flexible and should be preferred.
209
210 .P
211 If a device is given before any options, or if the first option is
212 .BR \-\-add ,
213 .BR \-\-fail ,
214 or
215 .BR \-\-remove ,
216 then the MANAGE mode is assumed.
217 Anything other than these will cause the
218 .B Misc
219 mode to be assumed.
220
221 .SH Options that are not mode-specific are:
222
223 .TP
224 .BR \-h ", " \-\-help
225 Display general help message or, after one of the above options, a
226 mode-specific help message.
227
228 .TP
229 .B \-\-help\-options
230 Display more detailed help about command line parsing and some commonly
231 used options.
232
233 .TP
234 .BR \-V ", " \-\-version
235 Print version information for mdadm.
236
237 .TP
238 .BR \-v ", " \-\-verbose
239 Be more verbose about what is happening. This can be used twice to be
240 extra-verbose.
241 The extra verbosity currently only affects
242 .B \-\-detail \-\-scan
243 and
244 .BR "\-\-examine \-\-scan" .
245
246 .TP
247 .BR \-q ", " \-\-quiet
248 Avoid printing purely informative messages. With this,
249 .I mdadm
250 will be silent unless there is something really important to report.
251
252 .TP
253 .BR \-b ", " \-\-brief
254 Be less verbose. This is used with
255 .B \-\-detail
256 and
257 .BR \-\-examine .
258 Using
259 .B \-\-brief
260 with
261 .B \-\-verbose
262 gives an intermediate level of verbosity.
263
264 .TP
265 .BR \-f ", " \-\-force
266 Be more forceful about certain operations. See the various modes for
267 the exact meaning of this option in different contexts.
268
269 .TP
270 .BR \-c ", " \-\-config=
271 Specify the config file. Default is to use
272 .BR /etc/mdadm.conf ,
273 or if that is missing then
274 .BR /etc/mdadm/mdadm.conf .
275 If the config file given is
276 .B "partitions"
277 then nothing will be read, but
278 .I mdadm
279 will act as though the config file contained exactly
280 .B "DEVICE partitions containers"
281 and will read
282 .B /proc/partitions
283 to find a list of devices to scan, and
284 .B /proc/mdstat
285 to find a list of containers to examine.
286 If the word
287 .B "none"
288 is given for the config file, then
289 .I mdadm
290 will act as though the config file were empty.
291
292 .TP
293 .BR \-s ", " \-\-scan
294 Scan config file or
295 .B /proc/mdstat
296 for missing information.
297 In general, this option gives
298 .I mdadm
299 permission to get any missing information (like component devices,
300 array devices, array identities, and alert destination) from the
301 configuration file (see previous option);
302 one exception is MISC mode when using
303 .B \-\-detail
304 or
305 .B \-\-stop,
306 in which case
307 .B \-\-scan
308 says to get a list of array devices from
309 .BR /proc/mdstat .
310
311 .TP
312 .BR \-e ", " \-\-metadata=
313 Declare the style of RAID metadata (superblock) to be used. The
314 default is 1.1 for
315 .BR \-\-create ,
316 and to guess for other operations.
317 The default can be overridden by setting the
318 .B metadata
319 value for the
320 .B CREATE
321 keyword in
322 .BR mdadm.conf .
323
324 Options are:
325 .RS
326 .IP "0, 0.90"
327 Use the original 0.90 format superblock. This format limits arrays to
328 28 component devices and limits component devices of levels 1 and
329 greater to 2 terabytes.
330 .IP "1, 1.0, 1.1, 1.2 default"
331 Use the new version-1 format superblock. This has few restrictions.
332 The different sub-versions store the superblock at different locations
333 on the device, either at the end (for 1.0), at the start (for 1.1) or
334 4K from the start (for 1.2). '1' is equivalent to '1.0', 'default' is
335 equivalent to '1.1'.
336 .IP ddf
337 Use the "Industry Standard" DDF (Disk Data Format) format defined by
338 SNIA.
339 When creating a DDF array a
340 .B CONTAINER
341 will be created, and normal arrays can be created in that container.
342 .IP imsm
343 Use the Intel(R) Matrix Storage Manager metadata format. This creates a
344 .B CONTAINER
345 which is managed in a similar manner to DDF, and is supported by an
346 option-rom on some platforms:
347 .IP
348 .B http://www.intel.com/design/chipsets/matrixstorage_sb.htm
349 .PP
350 .RE
351
352 .TP
353 .B \-\-homehost=
354 This will override any
355 .B HOMEHOST
356 setting in the config file and provides the identity of the host which
357 should be considered the home for any arrays.
358
359 When creating an array, the
360 .B homehost
361 will be recorded in the metadata. For version-1 superblocks, it will
362 be prefixed to the array name. For version-0.90 superblocks, part of
363 the SHA1 hash of the hostname will be stored in the later half of the
364 UUID.
365
366 When reporting information about an array, any array which is tagged
367 for the given homehost will be reported as such.
368
369 When using Auto-Assemble, only arrays tagged for the given homehost
370 will be allowed to use 'local' names (i.e. not ending in '_' followed
371 by a digit string). See below under
372 .BR "Auto Assembly" .
373
374 .SH For create, build, or grow:
375
376 .TP
377 .BR \-n ", " \-\-raid\-devices=
378 Specify the number of active devices in the array. This, plus the
379 number of spare devices (see below) must equal the number of
380 .I component-devices
381 (including "\fBmissing\fP" devices)
382 that are listed on the command line for
383 .BR \-\-create .
384 Setting a value of 1 is probably
385 a mistake and so requires that
386 .B \-\-force
387 be specified first. A value of 1 will then be allowed for linear,
388 multipath, RAID0 and RAID1. It is never allowed for RAID4, RAID5 or RAID6.
389 .br
390 This number can only be changed using
391 .B \-\-grow
392 for RAID1, RAID4, RAID5 and RAID6 arrays, and only on kernels which provide
393 the necessary support.
394
395 .TP
396 .BR \-x ", " \-\-spare\-devices=
397 Specify the number of spare (eXtra) devices in the initial array.
398 Spares can also be added
399 and removed later. The number of component devices listed
400 on the command line must equal the number of RAID devices plus the
401 number of spare devices.
402
403 .TP
404 .BR \-z ", " \-\-size=
405 Amount (in Kibibytes) of space to use from each drive in RAID levels 1/4/5/6.
406 This must be a multiple of the chunk size, and must leave about 128Kb
407 of space at the end of the drive for the RAID superblock.
408 If this is not specified
409 (as it normally is not) the smallest drive (or partition) sets the
410 size, though if there is a variance among the drives of greater than 1%, a warning is
411 issued.
412
413 This value can be set with
414 .B \-\-grow
415 for RAID level 1/4/5/6. If the array was created with a size smaller
416 than the currently active drives, the extra space can be accessed
417 using
418 .BR \-\-grow .
419 The size can be given as
420 .B max
421 which means to choose the largest size that fits on all current drives.
422
423 This value can not be used with
424 .B CONTAINER
425 metadata such as DDF and IMSM.
426
427 .TP
428 .BR \-Z ", " \-\-array-size=
429 This is only meaningful with
430 .B \-\-grow
431 and its effect is not persistent: when the array is stopped an
432 restarted the default array size will be restored.
433
434 Setting the array-size causes the array to appear smaller to programs
435 that access the data. This is particularly needed before reshaping an
436 array so that it will be smaller. As the reshape is not reversible,
437 but setting the size with
438 .B \-\-array-size
439 is, it is required that the array size is reduced as appropriate
440 before the number of devices in the array is reduced.
441
442 .TP
443 .BR \-c ", " \-\-chunk=
444 Specify chunk size of kibibytes. The default when creating an
445 array is 512KB. To ensure compatibility with earlier versions, the
446 default when Building and array with no persistent metadata is 64KB.
447 This is only meaningful for RAID0, RAID4, RAID5, RAID6, and RAID10.
448
449 .TP
450 .BR \-\-rounding=
451 Specify rounding factor for a Linear array. The size of each
452 component will be rounded down to a multiple of this size.
453 This is a synonym for
454 .B \-\-chunk
455 but highlights the different meaning for Linear as compared to other
456 RAID levels. The default is 64K if a kernel earlier than 2.6.16 is in
457 use, and is 0K (i.e. no rounding) in later kernels.
458
459 .TP
460 .BR \-l ", " \-\-level=
461 Set RAID level. When used with
462 .BR \-\-create ,
463 options are: linear, raid0, 0, stripe, raid1, 1, mirror, raid4, 4,
464 raid5, 5, raid6, 6, raid10, 10, multipath, mp, faulty, container.
465 Obviously some of these are synonymous.
466
467 When a
468 .B CONTAINER
469 metadata type is requested, only the
470 .B container
471 level is permitted, and it does not need to be explicitly given.
472
473 When used with
474 .BR \-\-build ,
475 only linear, stripe, raid0, 0, raid1, multipath, mp, and faulty are valid.
476
477 Not yet supported with
478 .BR \-\-grow .
479
480 .TP
481 .BR \-p ", " \-\-layout=
482 This option configures the fine details of data layout for RAID5, RAID6,
483 and RAID10 arrays, and controls the failure modes for
484 .IR faulty .
485
486 The layout of the RAID5 parity block can be one of
487 .BR left\-asymmetric ,
488 .BR left\-symmetric ,
489 .BR right\-asymmetric ,
490 .BR right\-symmetric ,
491 .BR la ", " ra ", " ls ", " rs .
492 The default is
493 .BR left\-symmetric .
494
495 It is also possibly to cause RAID5 to use a RAID4-like layout by
496 choosing
497 .BR parity\-first ,
498 or
499 .BR parity\-last .
500
501 Finally for RAID5 there are DDF\-compatible layouts,
502 .BR ddf\-zero\-restart ,
503 .BR ddf\-N\-restart ,
504 and
505 .BR ddf\-N\-continue .
506
507 These same layouts are available for RAID6. There are also 4 layouts
508 that will provide an intermediate stage for converting between RAID5
509 and RAID6. These provide a layout which is identical to the
510 corresponding RAID5 layout on the first N\-1 devices, and has the 'Q'
511 syndrome (the second 'parity' block used by RAID6) on the last device.
512 These layouts are:
513 .BR left\-symmetric\-6 ,
514 .BR right\-symmetric\-6 ,
515 .BR left\-asymmetric\-6 ,
516 .BR right\-asymmetric\-6 ,
517 and
518 .BR pairty\-first\-6 .
519
520 When setting the failure mode for level
521 .I faulty,
522 the options are:
523 .BR write\-transient ", " wt ,
524 .BR read\-transient ", " rt ,
525 .BR write\-persistent ", " wp ,
526 .BR read\-persistent ", " rp ,
527 .BR write\-all ,
528 .BR read\-fixable ", " rf ,
529 .BR clear ", " flush ", " none .
530
531 Each failure mode can be followed by a number, which is used as a period
532 between fault generation. Without a number, the fault is generated
533 once on the first relevant request. With a number, the fault will be
534 generated after that many requests, and will continue to be generated
535 every time the period elapses.
536
537 Multiple failure modes can be current simultaneously by using the
538 .B \-\-grow
539 option to set subsequent failure modes.
540
541 "clear" or "none" will remove any pending or periodic failure modes,
542 and "flush" will clear any persistent faults.
543
544 Finally, the layout options for RAID10 are one of 'n', 'o' or 'f' followed
545 by a small number. The default is 'n2'. The supported options are:
546
547 .I 'n'
548 signals 'near' copies. Multiple copies of one data block are at
549 similar offsets in different devices.
550
551 .I 'o'
552 signals 'offset' copies. Rather than the chunks being duplicated
553 within a stripe, whole stripes are duplicated but are rotated by one
554 device so duplicate blocks are on different devices. Thus subsequent
555 copies of a block are in the next drive, and are one chunk further
556 down.
557
558 .I 'f'
559 signals 'far' copies
560 (multiple copies have very different offsets).
561 See md(4) for more detail about 'near', 'offset', and 'far'.
562
563 The number is the number of copies of each datablock. 2 is normal, 3
564 can be useful. This number can be at most equal to the number of
565 devices in the array. It does not need to divide evenly into that
566 number (e.g. it is perfectly legal to have an 'n2' layout for an array
567 with an odd number of devices).
568
569 When an array is converted between RAID5 and RAID6 an intermediate
570 RAID6 layout is used in which the second parity block (Q) is always on
571 the last device. To convert a RAID5 to RAID6 and leave it in this new
572 layout (which does not require re-striping) use
573 .BR \-\-layout=preserve .
574 This will try to avoid any restriping.
575
576 The converse of this is
577 .B \-\-layout=normalise
578 which will change a non-standard RAID6 layout into a more standard
579 arrangement.
580
581 .TP
582 .BR \-\-parity=
583 same as
584 .B \-\-layout
585 (thus explaining the p of
586 .BR \-p ).
587
588 .TP
589 .BR \-b ", " \-\-bitmap=
590 Specify a file to store a write-intent bitmap in. The file should not
591 exist unless
592 .B \-\-force
593 is also given. The same file should be provided
594 when assembling the array. If the word
595 .B "internal"
596 is given, then the bitmap is stored with the metadata on the array,
597 and so is replicated on all devices. If the word
598 .B "none"
599 is given with
600 .B \-\-grow
601 mode, then any bitmap that is present is removed.
602
603 To help catch typing errors, the filename must contain at least one
604 slash ('/') if it is a real file (not 'internal' or 'none').
605
606 Note: external bitmaps are only known to work on ext2 and ext3.
607 Storing bitmap files on other filesystems may result in serious problems.
608
609 .TP
610 .BR \-\-bitmap\-chunk=
611 Set the chunksize of the bitmap. Each bit corresponds to that many
612 Kilobytes of storage.
613 When using a file based bitmap, the default is to use the smallest
614 size that is at-least 4 and requires no more than 2^21 chunks.
615 When using an
616 .B internal
617 bitmap, the chunksize defaults to 64Meg, or larger if necessary to
618 fit the bitmap into the available space.
619
620 .TP
621 .BR \-W ", " \-\-write\-mostly
622 subsequent devices listed in a
623 .BR \-\-build ,
624 .BR \-\-create ,
625 or
626 .B \-\-add
627 command will be flagged as 'write-mostly'. This is valid for RAID1
628 only and means that the 'md' driver will avoid reading from these
629 devices if at all possible. This can be useful if mirroring over a
630 slow link.
631
632 .TP
633 .BR \-\-write\-behind=
634 Specify that write-behind mode should be enabled (valid for RAID1
635 only). If an argument is specified, it will set the maximum number
636 of outstanding writes allowed. The default value is 256.
637 A write-intent bitmap is required in order to use write-behind
638 mode, and write-behind is only attempted on drives marked as
639 .IR write-mostly .
640
641 .TP
642 .BR \-\-assume\-clean
643 Tell
644 .I mdadm
645 that the array pre-existed and is known to be clean. It can be useful
646 when trying to recover from a major failure as you can be sure that no
647 data will be affected unless you actually write to the array. It can
648 also be used when creating a RAID1 or RAID10 if you want to avoid the
649 initial resync, however this practice \(em while normally safe \(em is not
650 recommended. Use this only if you really know what you are doing.
651
652 .TP
653 .BR \-\-backup\-file=
654 This is needed when
655 .B \-\-grow
656 is used to increase the number of
657 raid-devices in a RAID5 if there are no spare devices available.
658 See the GROW MODE section below on RAID\-DEVICES CHANGES. The file
659 should be stored on a separate device, not on the RAID array being
660 reshaped.
661
662 .TP
663 .BR \-\-array-size= ", " \-Z
664 Set the size of the array which is seen by users of the device such as
665 filesystems. This can be less that the real size, but never greater.
666 The size set this way does not persist across restarts of the array.
667
668 This is most useful when reducing the number of devices in a RAID5 or
669 RAID6. Such arrays require the array-size to be reduced before a
670 reshape can be performed that reduces the real size.
671
672 A value of
673 .B max
674 restores the apparent size of the array to be whatever the real
675 amount of available space is.
676
677 .TP
678 .BR \-N ", " \-\-name=
679 Set a
680 .B name
681 for the array. This is currently only effective when creating an
682 array with a version-1 superblock, or an array in a DDF container.
683 The name is a simple textual string that can be used to identify array
684 components when assembling. If name is needed but not specified, it
685 is taken from the basename of the device that is being created.
686 e.g. when creating
687 .I /dev/md/home
688 the
689 .B name
690 will default to
691 .IR home .
692
693 .TP
694 .BR \-R ", " \-\-run
695 Insist that
696 .I mdadm
697 run the array, even if some of the components
698 appear to be active in another array or filesystem. Normally
699 .I mdadm
700 will ask for confirmation before including such components in an
701 array. This option causes that question to be suppressed.
702
703 .TP
704 .BR \-f ", " \-\-force
705 Insist that
706 .I mdadm
707 accept the geometry and layout specified without question. Normally
708 .I mdadm
709 will not allow creation of an array with only one device, and will try
710 to create a RAID5 array with one missing drive (as this makes the
711 initial resync work faster). With
712 .BR \-\-force ,
713 .I mdadm
714 will not try to be so clever.
715
716 .TP
717 .BR \-a ", " "\-\-auto{=yes,md,mdp,part,p}{NN}"
718 Instruct mdadm how to create the device file if needed, possibly allocating
719 an unused minor number. "md" causes a non-partitionable array
720 to be used (though since Linux 2.6.28, these array devices are in fact
721 partitionable). "mdp", "part" or "p" causes a partitionable array (2.6 and
722 later) to be used. "yes" requires the named md device to have
723 a 'standard' format, and the type and minor number will be determined
724 from this. With mdadm 3.0, device creation is normally left up to
725 .I udev
726 so this option is unlikely to be needed.
727 See DEVICE NAMES below.
728
729 The argument can also come immediately after
730 "\-a". e.g. "\-ap".
731
732 If
733 .B \-\-auto
734 is not given on the command line or in the config file, then
735 the default will be
736 .BR \-\-auto=yes .
737
738 If
739 .B \-\-scan
740 is also given, then any
741 .I auto=
742 entries in the config file will override the
743 .B \-\-auto
744 instruction given on the command line.
745
746 For partitionable arrays,
747 .I mdadm
748 will create the device file for the whole array and for the first 4
749 partitions. A different number of partitions can be specified at the
750 end of this option (e.g.
751 .BR \-\-auto=p7 ).
752 If the device name ends with a digit, the partition names add a 'p',
753 and a number, e.g.
754 .IR /dev/md/home1p3 .
755 If there is no trailing digit, then the partition names just have a
756 number added, e.g.
757 .IR /dev/md/scratch3 .
758
759 If the md device name is in a 'standard' format as described in DEVICE
760 NAMES, then it will be created, if necessary, with the appropriate
761 device number based on that name. If the device name is not in one of these
762 formats, then a unused device number will be allocated. The device
763 number will be considered unused if there is no active array for that
764 number, and there is no entry in /dev for that number and with a
765 non-standard name. Names that are not in 'standard' format are only
766 allowed in "/dev/md/".
767
768 .ig XX
769 .\".TP
770 .\".BR \-\-symlink = no
771 .\"Normally when
772 .\".B \-\-auto
773 .\"causes
774 .\".I mdadm
775 .\"to create devices in
776 .\".B /dev/md/
777 .\"it will also create symlinks from
778 .\".B /dev/
779 .\"with names starting with
780 .\".B md
781 .\"or
782 .\".BR md_ .
783 .\"Use
784 .\".B \-\-symlink=no
785 .\"to suppress this, or
786 .\".B \-\-symlink=yes
787 .\"to enforce this even if it is suppressing
788 .\".IR mdadm.conf .
789 .\"
790 .XX
791
792 .SH For assemble:
793
794 .TP
795 .BR \-u ", " \-\-uuid=
796 uuid of array to assemble. Devices which don't have this uuid are
797 excluded
798
799 .TP
800 .BR \-m ", " \-\-super\-minor=
801 Minor number of device that array was created for. Devices which
802 don't have this minor number are excluded. If you create an array as
803 /dev/md1, then all superblocks will contain the minor number 1, even if
804 the array is later assembled as /dev/md2.
805
806 Giving the literal word "dev" for
807 .B \-\-super\-minor
808 will cause
809 .I mdadm
810 to use the minor number of the md device that is being assembled.
811 e.g. when assembling
812 .BR /dev/md0 ,
813 .B \-\-super\-minor=dev
814 will look for super blocks with a minor number of 0.
815
816 .B \-\-super\-minor
817 is only relevant for v0.90 metadata, and should not normally be used.
818 Using
819 .B \-\-uuid
820 is much safer.
821
822 .TP
823 .BR \-N ", " \-\-name=
824 Specify the name of the array to assemble. This must be the name
825 that was specified when creating the array. It must either match
826 the name stored in the superblock exactly, or it must match
827 with the current
828 .I homehost
829 prefixed to the start of the given name.
830
831 .TP
832 .BR \-f ", " \-\-force
833 Assemble the array even if the metadata on some devices appears to be
834 out-of-date. If
835 .I mdadm
836 cannot find enough working devices to start the array, but can find
837 some devices that are recorded as having failed, then it will mark
838 those devices as working so that the array can be started.
839 An array which requires
840 .B \-\-force
841 to be started may contain data corruption. Use it carefully.
842
843 .TP
844 .BR \-R ", " \-\-run
845 Attempt to start the array even if fewer drives were given than were
846 present last time the array was active. Normally if not all the
847 expected drives are found and
848 .B \-\-scan
849 is not used, then the array will be assembled but not started.
850 With
851 .B \-\-run
852 an attempt will be made to start it anyway.
853
854 .TP
855 .B \-\-no\-degraded
856 This is the reverse of
857 .B \-\-run
858 in that it inhibits the startup of array unless all expected drives
859 are present. This is only needed with
860 .B \-\-scan,
861 and can be used if the physical connections to devices are
862 not as reliable as you would like.
863
864 .TP
865 .BR \-a ", " "\-\-auto{=no,yes,md,mdp,part}"
866 See this option under Create and Build options.
867
868 .TP
869 .BR \-b ", " \-\-bitmap=
870 Specify the bitmap file that was given when the array was created. If
871 an array has an
872 .B internal
873 bitmap, there is no need to specify this when assembling the array.
874
875 .TP
876 .BR \-\-backup\-file=
877 If
878 .B \-\-backup\-file
879 was used to grow the number of raid-devices in a RAID5, and the system
880 crashed during the critical section, then the same
881 .B \-\-backup\-file
882 must be presented to
883 .B \-\-assemble
884 to allow possibly corrupted data to be restored.
885
886 .TP
887 .BR \-U ", " \-\-update=
888 Update the superblock on each device while assembling the array. The
889 argument given to this flag can be one of
890 .BR sparc2.2 ,
891 .BR summaries ,
892 .BR uuid ,
893 .BR name ,
894 .BR homehost ,
895 .BR resync ,
896 .BR byteorder ,
897 .BR devicesize ,
898 or
899 .BR super\-minor .
900
901 The
902 .B sparc2.2
903 option will adjust the superblock of an array what was created on a Sparc
904 machine running a patched 2.2 Linux kernel. This kernel got the
905 alignment of part of the superblock wrong. You can use the
906 .B "\-\-examine \-\-sparc2.2"
907 option to
908 .I mdadm
909 to see what effect this would have.
910
911 The
912 .B super\-minor
913 option will update the
914 .B "preferred minor"
915 field on each superblock to match the minor number of the array being
916 assembled.
917 This can be useful if
918 .B \-\-examine
919 reports a different "Preferred Minor" to
920 .BR \-\-detail .
921 In some cases this update will be performed automatically
922 by the kernel driver. In particular the update happens automatically
923 at the first write to an array with redundancy (RAID level 1 or
924 greater) on a 2.6 (or later) kernel.
925
926 The
927 .B uuid
928 option will change the uuid of the array. If a UUID is given with the
929 .B \-\-uuid
930 option that UUID will be used as a new UUID and will
931 .B NOT
932 be used to help identify the devices in the array.
933 If no
934 .B \-\-uuid
935 is given, a random UUID is chosen.
936
937 The
938 .B name
939 option will change the
940 .I name
941 of the array as stored in the superblock. This is only supported for
942 version-1 superblocks.
943
944 The
945 .B homehost
946 option will change the
947 .I homehost
948 as recorded in the superblock. For version-0 superblocks, this is the
949 same as updating the UUID.
950 For version-1 superblocks, this involves updating the name.
951
952 The
953 .B resync
954 option will cause the array to be marked
955 .I dirty
956 meaning that any redundancy in the array (e.g. parity for RAID5,
957 copies for RAID1) may be incorrect. This will cause the RAID system
958 to perform a "resync" pass to make sure that all redundant information
959 is correct.
960
961 The
962 .B byteorder
963 option allows arrays to be moved between machines with different
964 byte-order.
965 When assembling such an array for the first time after a move, giving
966 .B "\-\-update=byteorder"
967 will cause
968 .I mdadm
969 to expect superblocks to have their byteorder reversed, and will
970 correct that order before assembling the array. This is only valid
971 with original (Version 0.90) superblocks.
972
973 The
974 .B summaries
975 option will correct the summaries in the superblock. That is the
976 counts of total, working, active, failed, and spare devices.
977
978 The
979 .B devicesize
980 will rarely be of use. It applies to version 1.1 and 1.2 metadata
981 only (where the metadata is at the start of the device) and is only
982 useful when the component device has changed size (typically become
983 larger). The version 1 metadata records the amount of the device that
984 can be used to store data, so if a device in a version 1.1 or 1.2
985 array becomes larger, the metadata will still be visible, but the
986 extra space will not. In this case it might be useful to assemble the
987 array with
988 .BR \-\-update=devicesize .
989 This will cause
990 .I mdadm
991 to determine the maximum usable amount of space on each device and
992 update the relevant field in the metadata.
993
994 .ig
995 .TP
996 .B \-\-auto\-update\-homehost
997 This flag is only meaningful with auto-assembly (see discussion below).
998 In that situation, if no suitable arrays are found for this homehost,
999 .I mdadm
1000 will rescan for any arrays at all and will assemble them and update the
1001 homehost to match the current host.
1002 ..
1003
1004 .SH For Manage mode:
1005
1006 .TP
1007 .BR \-a ", " \-\-add
1008 hot-add listed devices. For arrays with redundancy, the listed
1009 devices become available as spares. If the array is degraded, it will
1010 immediately start recovering data on to one of these spares.
1011
1012 .TP
1013 .BR \-\-re\-add
1014 re-add a device that was recently removed from an array. This is only
1015 needed for arrays that have be built (i.e. with
1016 .BR --build ).
1017 For created arrays, devices are always re-added if that is possible.
1018 When re-adding a device, if nothing has changed on the array since the
1019 device was removed, no recovery is performed. Also, if the array has
1020 a write-intent bitmap, then the recovery performed after a re-add will
1021 be limited to those blocks which, according to the bitmap, might have
1022 changed since the device was removed.
1023
1024 .TP
1025 .BR \-r ", " \-\-remove
1026 remove listed devices. They must not be active. i.e. they should
1027 be failed or spare devices. As well as the name of a device file
1028 (e.g.
1029 .BR /dev/sda1 )
1030 the words
1031 .B failed
1032 and
1033 .B detached
1034 can be given to
1035 .BR \-\-remove .
1036 The first causes all failed device to be removed. The second causes
1037 any device which is no longer connected to the system (i.e an 'open'
1038 returns
1039 .BR ENXIO )
1040 to be removed. This will only succeed for devices that are spares or
1041 have already been marked as failed.
1042
1043 .TP
1044 .BR \-f ", " \-\-fail
1045 mark listed devices as faulty.
1046 As well as the name of a device file, the word
1047 .B detached
1048 can be given. This will cause any device that has been detached from
1049 the system to be marked as failed. It can then be removed.
1050
1051 .TP
1052 .BR \-\-set\-faulty
1053 same as
1054 .BR \-\-fail .
1055
1056 .TP
1057 .BR \-\-write\-mostly
1058 Subsequent devices that are added or re-added will have the 'write-mostly'
1059 flag set. This is only valid for RAID1 and means that the 'md' driver
1060 will avoid reading from these devices if possible.
1061 .TP
1062 .BR \-\-readwrite
1063 Subsequent devices that are added or re-added will have the 'write-mostly'
1064 flag cleared.
1065
1066 .P
1067 Each of these options requires that the first device listed is the array
1068 to be acted upon, and the remainder are component devices to be added,
1069 removed, marked as faulty, etc. Several different operations can be
1070 specified for different devices, e.g.
1071 .in +5
1072 mdadm /dev/md0 \-\-add /dev/sda1 \-\-fail /dev/sdb1 \-\-remove /dev/sdb1
1073 .in -5
1074 Each operation applies to all devices listed until the next
1075 operation.
1076
1077 If an array is using a write-intent bitmap, then devices which have
1078 been removed can be re-added in a way that avoids a full
1079 reconstruction but instead just updates the blocks that have changed
1080 since the device was removed. For arrays with persistent metadata
1081 (superblocks) this is done automatically. For arrays created with
1082 .B \-\-build
1083 mdadm needs to be told that this device we removed recently with
1084 .BR \-\-re\-add .
1085
1086 Devices can only be removed from an array if they are not in active
1087 use, i.e. that must be spares or failed devices. To remove an active
1088 device, it must first be marked as
1089 .B faulty.
1090
1091 .SH For Misc mode:
1092
1093 .TP
1094 .BR \-Q ", " \-\-query
1095 Examine a device to see
1096 (1) if it is an md device and (2) if it is a component of an md
1097 array.
1098 Information about what is discovered is presented.
1099
1100 .TP
1101 .BR \-D ", " \-\-detail
1102 Print details of one or more md devices.
1103
1104 .TP
1105 .BR \-\-detail\-platform
1106 Print details of the platform's RAID capabilities (firmware / hardware
1107 topology) for a given metadata format.
1108
1109 .TP
1110 .BR \-Y ", " \-\-export
1111 When used with
1112 .B \-\-detail
1113 or
1114 .BR \-\-examine ,
1115 output will be formatted as
1116 .B key=value
1117 pairs for easy import into the environment.
1118
1119 .TP
1120 .BR \-E ", " \-\-examine
1121 Print contents of the metadata stored on the named device(s).
1122 Note the contrast between
1123 .B \-\-examine
1124 and
1125 .BR \-\-detail .
1126 .B \-\-examine
1127 applies to devices which are components of an array, while
1128 .B \-\-detail
1129 applies to a whole array which is currently active.
1130 .TP
1131 .B \-\-sparc2.2
1132 If an array was created on a SPARC machine with a 2.2 Linux kernel
1133 patched with RAID support, the superblock will have been created
1134 incorrectly, or at least incompatibly with 2.4 and later kernels.
1135 Using the
1136 .B \-\-sparc2.2
1137 flag with
1138 .B \-\-examine
1139 will fix the superblock before displaying it. If this appears to do
1140 the right thing, then the array can be successfully assembled using
1141 .BR "\-\-assemble \-\-update=sparc2.2" .
1142
1143 .TP
1144 .BR \-X ", " \-\-examine\-bitmap
1145 Report information about a bitmap file.
1146 The argument is either an external bitmap file or an array component
1147 in case of an internal bitmap. Note that running this on an array
1148 device (e.g.
1149 .BR /dev/md0 )
1150 does not report the bitmap for that array.
1151
1152 .TP
1153 .BR \-R ", " \-\-run
1154 start a partially assembled array. If
1155 .B \-\-assemble
1156 did not find enough devices to fully start the array, it might leaving
1157 it partially assembled. If you wish, you can then use
1158 .B \-\-run
1159 to start the array in degraded mode.
1160
1161 .TP
1162 .BR \-S ", " \-\-stop
1163 deactivate array, releasing all resources.
1164
1165 .TP
1166 .BR \-o ", " \-\-readonly
1167 mark array as readonly.
1168
1169 .TP
1170 .BR \-w ", " \-\-readwrite
1171 mark array as readwrite.
1172
1173 .TP
1174 .B \-\-zero\-superblock
1175 If the device contains a valid md superblock, the block is
1176 overwritten with zeros. With
1177 .B \-\-force
1178 the block where the superblock would be is overwritten even if it
1179 doesn't appear to be valid.
1180
1181 .TP
1182 .BR \-t ", " \-\-test
1183 When used with
1184 .BR \-\-detail ,
1185 the exit status of
1186 .I mdadm
1187 is set to reflect the status of the device. See below in
1188 .B MISC MODE
1189 for details.
1190
1191 .TP
1192 .BR \-W ", " \-\-wait
1193 For each md device given, wait for any resync, recovery, or reshape
1194 activity to finish before returning.
1195 .I mdadm
1196 will return with success if it actually waited for every device
1197 listed, otherwise it will return failure.
1198
1199 .TP
1200 .BR \-\-wait\-clean
1201 For each md device given, or each device in /proc/mdstat if
1202 .B \-\-scan
1203 is given, arrange for the array to be marked clean as soon as possible.
1204 Also, quiesce resync so that the monitor for external metadata arrays
1205 (mdmon) has an opportunity to checkpoint the resync position.
1206 .I mdadm
1207 will return with success if the array uses external metadata and we
1208 successfully waited. For native arrays this returns immediately as the
1209 kernel handles both dirty-clean transitions and resync checkpointing in
1210 the kernel at shutdown. No action is taken if safe-mode handling is
1211 disabled.
1212
1213 .SH For Incremental Assembly mode:
1214 .TP
1215 .BR \-\-rebuild\-map ", " \-r
1216 Rebuild the map file
1217 .RB ( /var/run/mdadm/map )
1218 that
1219 .I mdadm
1220 uses to help track which arrays are currently being assembled.
1221
1222 .TP
1223 .BR \-\-run ", " \-R
1224 Run any array assembled as soon as a minimal number of devices are
1225 available, rather than waiting until all expected devices are present.
1226
1227 .TP
1228 .B \-\-no\-degraded
1229 This allows the hot-plug system to prevent arrays from running when it knows
1230 that more disks may arrive later in the discovery process.
1231
1232 .TP
1233 .BR \-\-scan ", " \-s
1234 Only meaningful with
1235 .B \-R
1236 this will scan the
1237 .B map
1238 file for arrays that are being incrementally assembled and will try to
1239 start any that are not already started. If any such array is listed
1240 in
1241 .B mdadm.conf
1242 as requiring an external bitmap, that bitmap will be attached first.
1243
1244 .SH For Monitor mode:
1245 .TP
1246 .BR \-m ", " \-\-mail
1247 Give a mail address to send alerts to.
1248
1249 .TP
1250 .BR \-p ", " \-\-program ", " \-\-alert
1251 Give a program to be run whenever an event is detected.
1252
1253 .TP
1254 .BR \-y ", " \-\-syslog
1255 Cause all events to be reported through 'syslog'. The messages have
1256 facility of 'daemon' and varying priorities.
1257
1258 .TP
1259 .BR \-d ", " \-\-delay
1260 Give a delay in seconds.
1261 .I mdadm
1262 polls the md arrays and then waits this many seconds before polling
1263 again. The default is 60 seconds. Since 2.6.16, there is no need to
1264 reduce this as the kernel alerts
1265 .I mdadm
1266 immediately when there is any change.
1267
1268 .TP
1269 .BR \-r ", " \-\-increment
1270 Give a percentage increment.
1271 .I mdadm
1272 will generate RebuildNN events with the given percentage increment.
1273
1274 .TP
1275 .BR \-f ", " \-\-daemonise
1276 Tell
1277 .I mdadm
1278 to run as a background daemon if it decides to monitor anything. This
1279 causes it to fork and run in the child, and to disconnect from the
1280 terminal. The process id of the child is written to stdout.
1281 This is useful with
1282 .B \-\-scan
1283 which will only continue monitoring if a mail address or alert program
1284 is found in the config file.
1285
1286 .TP
1287 .BR \-i ", " \-\-pid\-file
1288 When
1289 .I mdadm
1290 is running in daemon mode, write the pid of the daemon process to
1291 the specified file, instead of printing it on standard output.
1292
1293 .TP
1294 .BR \-1 ", " \-\-oneshot
1295 Check arrays only once. This will generate
1296 .B NewArray
1297 events and more significantly
1298 .B DegradedArray
1299 and
1300 .B SparesMissing
1301 events. Running
1302 .in +5
1303 .B " mdadm \-\-monitor \-\-scan \-1"
1304 .in -5
1305 from a cron script will ensure regular notification of any degraded arrays.
1306
1307 .TP
1308 .BR \-t ", " \-\-test
1309 Generate a
1310 .B TestMessage
1311 alert for every array found at startup. This alert gets mailed and
1312 passed to the alert program. This can be used for testing that alert
1313 message do get through successfully.
1314
1315 .SH ASSEMBLE MODE
1316
1317 .HP 12
1318 Usage:
1319 .B mdadm \-\-assemble
1320 .I md-device options-and-component-devices...
1321 .HP 12
1322 Usage:
1323 .B mdadm \-\-assemble \-\-scan
1324 .I md-devices-and-options...
1325 .HP 12
1326 Usage:
1327 .B mdadm \-\-assemble \-\-scan
1328 .I options...
1329
1330 .PP
1331 This usage assembles one or more RAID arrays from pre-existing components.
1332 For each array, mdadm needs to know the md device, the identity of the
1333 array, and a number of component-devices. These can be found in a number of ways.
1334
1335 In the first usage example (without the
1336 .BR \-\-scan )
1337 the first device given is the md device.
1338 In the second usage example, all devices listed are treated as md
1339 devices and assembly is attempted.
1340 In the third (where no devices are listed) all md devices that are
1341 listed in the configuration file are assembled. If not arrays are
1342 described by the configuration file, then any arrays that
1343 can be found on unused devices will be assembled.
1344
1345 If precisely one device is listed, but
1346 .B \-\-scan
1347 is not given, then
1348 .I mdadm
1349 acts as though
1350 .B \-\-scan
1351 was given and identity information is extracted from the configuration file.
1352
1353 The identity can be given with the
1354 .B \-\-uuid
1355 option, the
1356 .B \-\-name
1357 option, or the
1358 .B \-\-super\-minor
1359 option, will be taken from the md-device record in the config file, or
1360 will be taken from the super block of the first component-device
1361 listed on the command line.
1362
1363 Devices can be given on the
1364 .B \-\-assemble
1365 command line or in the config file. Only devices which have an md
1366 superblock which contains the right identity will be considered for
1367 any array.
1368
1369 The config file is only used if explicitly named with
1370 .B \-\-config
1371 or requested with (a possibly implicit)
1372 .BR \-\-scan .
1373 In the later case,
1374 .B /etc/mdadm.conf
1375 or
1376 .B /etc/mdadm/mdadm.conf
1377 is used.
1378
1379 If
1380 .B \-\-scan
1381 is not given, then the config file will only be used to find the
1382 identity of md arrays.
1383
1384 Normally the array will be started after it is assembled. However if
1385 .B \-\-scan
1386 is not given and not all expected drives were listed, then the array
1387 is not started (to guard against usage errors). To insist that the
1388 array be started in this case (as may work for RAID1, 4, 5, 6, or 10),
1389 give the
1390 .B \-\-run
1391 flag.
1392
1393 If
1394 .I udev
1395 is active,
1396 .I mdadm
1397 does not create any entries in
1398 .B /dev
1399 but leaves that to
1400 .IR udev .
1401 It does record information in
1402 .B /var/run/mdadm/map
1403 which will allow
1404 .I udev
1405 to choose the correct name.
1406
1407 If
1408 .I mdadm
1409 detects that udev is not configured, it will create the devices in
1410 .B /dev
1411 itself.
1412
1413 In Linux kernels prior to version 2.6.28 there were two distinctly
1414 different types of md devices that could be created: one that could be
1415 partitioned using standard partitioning tools and one that could not.
1416 Since 2.6.28 that distinction is no longer relevant as both type of
1417 devices can be partitioned.
1418 .I mdadm
1419 will normally create the type that originally could not be partitioned
1420 as it has a well defined major number (9).
1421
1422 Prior to 2.6.28, it is important that mdadm chooses the correct type
1423 of array device to use. This can be controlled with the
1424 .B \-\-auto
1425 option. In particular, a value of "mdp" or "part" or "p" tells mdadm
1426 to use a partitionable device rather than the default.
1427
1428 In the no-udev case, the value given to
1429 .B \-\-auto
1430 can be suffixed by a number. This tells
1431 .I mdadm
1432 to create that number of partition devices rather than the default of 4.
1433
1434 The value given to
1435 .B \-\-auto
1436 can also be given in the configuration file as a word starting
1437 .B auto=
1438 on the ARRAY line for the relevant array.
1439
1440 .SS Auto Assembly
1441 When
1442 .B \-\-assemble
1443 is used with
1444 .B \-\-scan
1445 and no devices are listed,
1446 .I mdadm
1447 will first attempt to assemble all the arrays listed in the config
1448 file.
1449
1450 In no array at listed in the config (other than those marked
1451 .BR <ignore> )
1452 it will look through the available devices for possible arrays and
1453 will try to assemble anything that it finds. Arrays which are tagged
1454 as belonging to the given homehost will be assembled and started
1455 normally. Arrays which do not obviously belong to this host are given
1456 names that are expected not to conflict with anything local, and are
1457 started "read-auto" so that nothing is written to any device until the
1458 array is written to. i.e. automatic resync etc is delayed.
1459
1460 If
1461 .I mdadm
1462 finds a consistent set of devices that look like they should comprise
1463 an array, and if the superblock is tagged as belonging to the given
1464 home host, it will automatically choose a device name and try to
1465 assemble the array. If the array uses version-0.90 metadata, then the
1466 .B minor
1467 number as recorded in the superblock is used to create a name in
1468 .B /dev/md/
1469 so for example
1470 .BR /dev/md/3 .
1471 If the array uses version-1 metadata, then the
1472 .B name
1473 from the superblock is used to similarly create a name in
1474 .B /dev/md/
1475 (the name will have any 'host' prefix stripped first).
1476
1477 .ig
1478 If
1479 .I mdadm
1480 cannot find any array for the given host at all, and if
1481 .B \-\-auto\-update\-homehost
1482 is given, then
1483 .I mdadm
1484 will search again for any array (not just an array created for this
1485 host) and will assemble each assuming
1486 .BR \-\-update=homehost .
1487 This will change the host tag in the superblock so that on the next run,
1488 these arrays will be found without the second pass. The intention of
1489 this feature is to support transitioning a set of md arrays to using
1490 homehost tagging.
1491
1492 The reason for requiring arrays to be tagged with the homehost for
1493 auto assembly is to guard against problems that can arise when moving
1494 devices from one host to another.
1495 ..
1496
1497 .SH BUILD MODE
1498
1499 .HP 12
1500 Usage:
1501 .B mdadm \-\-build
1502 .I md-device
1503 .BI \-\-chunk= X
1504 .BI \-\-level= Y
1505 .BI \-\-raid\-devices= Z
1506 .I devices
1507
1508 .PP
1509 This usage is similar to
1510 .BR \-\-create .
1511 The difference is that it creates an array without a superblock. With
1512 these arrays there is no difference between initially creating the array and
1513 subsequently assembling the array, except that hopefully there is useful
1514 data there in the second case.
1515
1516 The level may raid0, linear, raid1, raid10, multipath, or faulty, or
1517 one of their synonyms. All devices must be listed and the array will
1518 be started once complete. It will often be appropriate to use
1519 .B \-\-assume\-clean
1520 with levels raid1 or raid10.
1521
1522 .SH CREATE MODE
1523
1524 .HP 12
1525 Usage:
1526 .B mdadm \-\-create
1527 .I md-device
1528 .BI \-\-chunk= X
1529 .BI \-\-level= Y
1530 .br
1531 .BI \-\-raid\-devices= Z
1532 .I devices
1533
1534 .PP
1535 This usage will initialise a new md array, associate some devices with
1536 it, and activate the array.
1537
1538 The named device will normally not exist when
1539 .I "mdadm \-\-create"
1540 is run, but will be created by
1541 .I udev
1542 once the array becomes active.
1543
1544 As devices are added, they are checked to see if they contain RAID
1545 superblocks or filesystems. They are also checked to see if the variance in
1546 device size exceeds 1%.
1547
1548 If any discrepancy is found, the array will not automatically be run, though
1549 the presence of a
1550 .B \-\-run
1551 can override this caution.
1552
1553 To create a "degraded" array in which some devices are missing, simply
1554 give the word "\fBmissing\fP"
1555 in place of a device name. This will cause
1556 .I mdadm
1557 to leave the corresponding slot in the array empty.
1558 For a RAID4 or RAID5 array at most one slot can be
1559 "\fBmissing\fP"; for a RAID6 array at most two slots.
1560 For a RAID1 array, only one real device needs to be given. All of the
1561 others can be
1562 "\fBmissing\fP".
1563
1564 When creating a RAID5 array,
1565 .I mdadm
1566 will automatically create a degraded array with an extra spare drive.
1567 This is because building the spare into a degraded array is in general
1568 faster than resyncing the parity on a non-degraded, but not clean,
1569 array. This feature can be overridden with the
1570 .B \-\-force
1571 option.
1572
1573 When creating an array with version-1 metadata a name for the array is
1574 required.
1575 If this is not given with the
1576 .B \-\-name
1577 option,
1578 .I mdadm
1579 will choose a name based on the last component of the name of the
1580 device being created. So if
1581 .B /dev/md3
1582 is being created, then the name
1583 .B 3
1584 will be chosen.
1585 If
1586 .B /dev/md/home
1587 is being created, then the name
1588 .B home
1589 will be used.
1590
1591 When creating a partition based array, using
1592 .I mdadm
1593 with version-1.x metadata, the partition type should be set to
1594 .B 0xDA
1595 (non fs-data). This type selection allows for greater precision since
1596 using any other [RAID auto-detect (0xFD) or a GNU/Linux partition (0x83)],
1597 might create problems in the event of array recovery through a live cdrom.
1598
1599 A new array will normally get a randomly assigned 128bit UUID which is
1600 very likely to be unique. If you have a specific need, you can choose
1601 a UUID for the array by giving the
1602 .B \-\-uuid=
1603 option. Be warned that creating two arrays with the same UUID is a
1604 recipe for disaster. Also, using
1605 .B \-\-uuid=
1606 when creating a v0.90 array will silently override any
1607 .B \-\-homehost=
1608 setting.
1609 .\"If the
1610 .\".B \-\-size
1611 .\"option is given, it is not necessary to list any component-devices in this command.
1612 .\"They can be added later, before a
1613 .\".B \-\-run.
1614 .\"If no
1615 .\".B \-\-size
1616 .\"is given, the apparent size of the smallest drive given is used.
1617
1618 When creating an array within a
1619 .B CONTAINER
1620 .I mdadm
1621 can be given either the list of devices to use, or simply the name of
1622 the container. The former case gives control over which devices in
1623 the container will be used for the array. The latter case allows
1624 .I mdadm
1625 to automatically choose which devices to use based on how much spare
1626 space is available.
1627
1628 The General Management options that are valid with
1629 .B \-\-create
1630 are:
1631 .TP
1632 .B \-\-run
1633 insist on running the array even if some devices look like they might
1634 be in use.
1635
1636 .TP
1637 .B \-\-readonly
1638 start the array readonly \(em not supported yet.
1639
1640 .SH MANAGE MODE
1641 .HP 12
1642 Usage:
1643 .B mdadm
1644 .I device
1645 .I options... devices...
1646 .PP
1647
1648 This usage will allow individual devices in an array to be failed,
1649 removed or added. It is possible to perform multiple operations with
1650 on command. For example:
1651 .br
1652 .B " mdadm /dev/md0 \-f /dev/hda1 \-r /dev/hda1 \-a /dev/hda1"
1653 .br
1654 will firstly mark
1655 .B /dev/hda1
1656 as faulty in
1657 .B /dev/md0
1658 and will then remove it from the array and finally add it back
1659 in as a spare. However only one md array can be affected by a single
1660 command.
1661
1662 When a device is added to an active array, mdadm checks to see if it
1663 has metadata on it which suggests that it was recently a member of the
1664 array. If it does, it tried to "re-add" the device. If there have
1665 been no changes since the device was removed, or if the array has a
1666 write-intent bitmap which has recorded whatever changes there were,
1667 then the device will immediately become a full member of the array and
1668 those differences recorded in the bitmap will be resolved.
1669
1670 .SH MISC MODE
1671 .HP 12
1672 Usage:
1673 .B mdadm
1674 .I options ...
1675 .I devices ...
1676 .PP
1677
1678 MISC mode includes a number of distinct operations that
1679 operate on distinct devices. The operations are:
1680 .TP
1681 .B \-\-query
1682 The device is examined to see if it is
1683 (1) an active md array, or
1684 (2) a component of an md array.
1685 The information discovered is reported.
1686
1687 .TP
1688 .B \-\-detail
1689 The device should be an active md device.
1690 .B mdadm
1691 will display a detailed description of the array.
1692 .B \-\-brief
1693 or
1694 .B \-\-scan
1695 will cause the output to be less detailed and the format to be
1696 suitable for inclusion in
1697 .BR /etc/mdadm.conf .
1698 The exit status of
1699 .I mdadm
1700 will normally be 0 unless
1701 .I mdadm
1702 failed to get useful information about the device(s); however, if the
1703 .B \-\-test
1704 option is given, then the exit status will be:
1705 .RS
1706 .TP
1707 0
1708 The array is functioning normally.
1709 .TP
1710 1
1711 The array has at least one failed device.
1712 .TP
1713 2
1714 The array has multiple failed devices such that it is unusable.
1715 .TP
1716 4
1717 There was an error while trying to get information about the device.
1718 .RE
1719
1720 .TP
1721 .B \-\-detail\-platform
1722 Print detail of the platform's RAID capabilities (firmware / hardware
1723 topology). If the metadata is specified with
1724 .B \-e
1725 or
1726 .B \-\-metadata=
1727 then the return status will be:
1728 .RS
1729 .TP
1730 0
1731 metadata successfully enumerated its platform components on this system
1732 .TP
1733 1
1734 metadata is platform independent
1735 .TP
1736 2
1737 metadata failed to find its platform components on this system
1738 .RE
1739
1740 .TP
1741 .B \-\-examine
1742 The device should be a component of an md array.
1743 .I mdadm
1744 will read the md superblock of the device and display the contents.
1745 If
1746 .B \-\-brief
1747 or
1748 .B \-\-scan
1749 is given, then multiple devices that are components of the one array
1750 are grouped together and reported in a single entry suitable
1751 for inclusion in
1752 .BR /etc/mdadm.conf .
1753
1754 Having
1755 .B \-\-scan
1756 without listing any devices will cause all devices listed in the
1757 config file to be examined.
1758
1759 .TP
1760 .B \-\-stop
1761 The devices should be active md arrays which will be deactivated, as
1762 long as they are not currently in use.
1763
1764 .TP
1765 .B \-\-run
1766 This will fully activate a partially assembled md array.
1767
1768 .TP
1769 .B \-\-readonly
1770 This will mark an active array as read-only, providing that it is
1771 not currently being used.
1772
1773 .TP
1774 .B \-\-readwrite
1775 This will change a
1776 .B readonly
1777 array back to being read/write.
1778
1779 .TP
1780 .B \-\-scan
1781 For all operations except
1782 .BR \-\-examine ,
1783 .B \-\-scan
1784 will cause the operation to be applied to all arrays listed in
1785 .BR /proc/mdstat .
1786 For
1787 .BR \-\-examine,
1788 .B \-\-scan
1789 causes all devices listed in the config file to be examined.
1790
1791 .SH MONITOR MODE
1792
1793 .HP 12
1794 Usage:
1795 .B mdadm \-\-monitor
1796 .I options... devices...
1797
1798 .PP
1799 This usage causes
1800 .I mdadm
1801 to periodically poll a number of md arrays and to report on any events
1802 noticed.
1803 .I mdadm
1804 will never exit once it decides that there are arrays to be checked,
1805 so it should normally be run in the background.
1806
1807 As well as reporting events,
1808 .I mdadm
1809 may move a spare drive from one array to another if they are in the
1810 same
1811 .B spare-group
1812 and if the destination array has a failed drive but no spares.
1813
1814 If any devices are listed on the command line,
1815 .I mdadm
1816 will only monitor those devices. Otherwise all arrays listed in the
1817 configuration file will be monitored. Further, if
1818 .B \-\-scan
1819 is given, then any other md devices that appear in
1820 .B /proc/mdstat
1821 will also be monitored.
1822
1823 The result of monitoring the arrays is the generation of events.
1824 These events are passed to a separate program (if specified) and may
1825 be mailed to a given E-mail address.
1826
1827 When passing events to a program, the program is run once for each event,
1828 and is given 2 or 3 command-line arguments: the first is the
1829 name of the event (see below), the second is the name of the
1830 md device which is affected, and the third is the name of a related
1831 device if relevant (such as a component device that has failed).
1832
1833 If
1834 .B \-\-scan
1835 is given, then a program or an E-mail address must be specified on the
1836 command line or in the config file. If neither are available, then
1837 .I mdadm
1838 will not monitor anything.
1839 Without
1840 .B \-\-scan,
1841 .I mdadm
1842 will continue monitoring as long as something was found to monitor. If
1843 no program or email is given, then each event is reported to
1844 .BR stdout .
1845
1846 The different events are:
1847
1848 .RS 4
1849 .TP
1850 .B DeviceDisappeared
1851 An md array which previously was configured appears to no longer be
1852 configured. (syslog priority: Critical)
1853
1854 If
1855 .I mdadm
1856 was told to monitor an array which is RAID0 or Linear, then it will
1857 report
1858 .B DeviceDisappeared
1859 with the extra information
1860 .BR Wrong-Level .
1861 This is because RAID0 and Linear do not support the device-failed,
1862 hot-spare and resync operations which are monitored.
1863
1864 .TP
1865 .B RebuildStarted
1866 An md array started reconstruction. (syslog priority: Warning)
1867
1868 .TP
1869 .BI Rebuild NN
1870 Where
1871 .I NN
1872 is a two-digit number (ie. 05, 48). This indicates that rebuild
1873 has passed that many percent of the total. The events are generated
1874 with fixed increment since 0. Increment size may be specified with
1875 a commandline option (default is 20). (syslog priority: Warning)
1876
1877 .TP
1878 .B RebuildFinished
1879 An md array that was rebuilding, isn't any more, either because it
1880 finished normally or was aborted. (syslog priority: Warning)
1881
1882 .TP
1883 .B Fail
1884 An active component device of an array has been marked as
1885 faulty. (syslog priority: Critical)
1886
1887 .TP
1888 .B FailSpare
1889 A spare component device which was being rebuilt to replace a faulty
1890 device has failed. (syslog priority: Critical)
1891
1892 .TP
1893 .B SpareActive
1894 A spare component device which was being rebuilt to replace a faulty
1895 device has been successfully rebuilt and has been made active.
1896 (syslog priority: Info)
1897
1898 .TP
1899 .B NewArray
1900 A new md array has been detected in the
1901 .B /proc/mdstat
1902 file. (syslog priority: Info)
1903
1904 .TP
1905 .B DegradedArray
1906 A newly noticed array appears to be degraded. This message is not
1907 generated when
1908 .I mdadm
1909 notices a drive failure which causes degradation, but only when
1910 .I mdadm
1911 notices that an array is degraded when it first sees the array.
1912 (syslog priority: Critical)
1913
1914 .TP
1915 .B MoveSpare
1916 A spare drive has been moved from one array in a
1917 .B spare-group
1918 to another to allow a failed drive to be replaced.
1919 (syslog priority: Info)
1920
1921 .TP
1922 .B SparesMissing
1923 If
1924 .I mdadm
1925 has been told, via the config file, that an array should have a certain
1926 number of spare devices, and
1927 .I mdadm
1928 detects that it has fewer than this number when it first sees the
1929 array, it will report a
1930 .B SparesMissing
1931 message.
1932 (syslog priority: Warning)
1933
1934 .TP
1935 .B TestMessage
1936 An array was found at startup, and the
1937 .B \-\-test
1938 flag was given.
1939 (syslog priority: Info)
1940 .RE
1941
1942 Only
1943 .B Fail,
1944 .B FailSpare,
1945 .B DegradedArray,
1946 .B SparesMissing
1947 and
1948 .B TestMessage
1949 cause Email to be sent. All events cause the program to be run.
1950 The program is run with two or three arguments: the event
1951 name, the array device and possibly a second device.
1952
1953 Each event has an associated array device (e.g.
1954 .BR /dev/md1 )
1955 and possibly a second device. For
1956 .BR Fail ,
1957 .BR FailSpare ,
1958 and
1959 .B SpareActive
1960 the second device is the relevant component device.
1961 For
1962 .B MoveSpare
1963 the second device is the array that the spare was moved from.
1964
1965 For
1966 .I mdadm
1967 to move spares from one array to another, the different arrays need to
1968 be labeled with the same
1969 .B spare-group
1970 in the configuration file. The
1971 .B spare-group
1972 name can be any string; it is only necessary that different spare
1973 groups use different names.
1974
1975 When
1976 .I mdadm
1977 detects that an array in a spare group has fewer active
1978 devices than necessary for the complete array, and has no spare
1979 devices, it will look for another array in the same spare group that
1980 has a full complement of working drive and a spare. It will then
1981 attempt to remove the spare from the second drive and add it to the
1982 first.
1983 If the removal succeeds but the adding fails, then it is added back to
1984 the original array.
1985
1986 .SH GROW MODE
1987 The GROW mode is used for changing the size or shape of an active
1988 array.
1989 For this to work, the kernel must support the necessary change.
1990 Various types of growth are being added during 2.6 development,
1991 including restructuring a RAID5 array to have more active devices.
1992
1993 Currently the only support available is to
1994 .IP \(bu 4
1995 change the "size" attribute
1996 for RAID1, RAID5 and RAID6.
1997 .IP \(bu 4
1998 increase or decrease the "raid\-devices" attribute of RAID1, RAID5,
1999 and RAID6.
2000 .IP \bu 4
2001 change the chunk-size and layout of RAID5 and RAID6.
2002 .IP \bu 4
2003 convert between RAID1 and RAID5, and between RAID5 and RAID6.
2004 .IP \(bu 4
2005 add a write-intent bitmap to any array which supports these bitmaps, or
2006 remove a write-intent bitmap from such an array.
2007 .PP
2008
2009 GROW mode is not currently supported for
2010 .B CONTAINERS
2011 or arrays inside containers.
2012
2013 .SS SIZE CHANGES
2014 Normally when an array is built the "size" it taken from the smallest
2015 of the drives. If all the small drives in an arrays are, one at a
2016 time, removed and replaced with larger drives, then you could have an
2017 array of large drives with only a small amount used. In this
2018 situation, changing the "size" with "GROW" mode will allow the extra
2019 space to start being used. If the size is increased in this way, a
2020 "resync" process will start to make sure the new parts of the array
2021 are synchronised.
2022
2023 Note that when an array changes size, any filesystem that may be
2024 stored in the array will not automatically grow to use the space. The
2025 filesystem will need to be explicitly told to use the extra space.
2026
2027 Also the size of an array cannot be changed while it has an active
2028 bitmap. If an array has a bitmap, it must be removed before the size
2029 can be changed. Once the change it complete a new bitmap can be created.
2030
2031 .SS RAID\-DEVICES CHANGES
2032
2033 A RAID1 array can work with any number of devices from 1 upwards
2034 (though 1 is not very useful). There may be times which you want to
2035 increase or decrease the number of active devices. Note that this is
2036 different to hot-add or hot-remove which changes the number of
2037 inactive devices.
2038
2039 When reducing the number of devices in a RAID1 array, the slots which
2040 are to be removed from the array must already be vacant. That is, the
2041 devices which were in those slots must be failed and removed.
2042
2043 When the number of devices is increased, any hot spares that are
2044 present will be activated immediately.
2045
2046 Changing the number of active devices in a RAID5 or RAID6 is much more
2047 effort. Every block in the array will need to be read and written
2048 back to a new location. From 2.6.17, the Linux Kernel is able to
2049 increase the number of devices in a RAID5 safely, including restarting
2050 an interrupted "reshape". From 2.6.31, the Linux Kernel is able to
2051 increase or decrease the number of devices in a RAID5 or RAID6.
2052
2053 When decreasing the number of devices, the size of the array will also
2054 decrease. If there was data in the array, it could get destroyed and
2055 this is not reversible. To help prevent accidents,
2056 .I mdadm
2057 requires that the size of the array be decreased first with
2058 .BR "mdadm --grow --array-size" .
2059 This is a reversible change which simply makes the end of the array
2060 inaccessible. The integrity of any data can then be checked before
2061 the non-reversible reduction in the number of devices is request.
2062
2063 When relocating the first few stripes on a RAID5, it is not possible
2064 to keep the data on disk completely consistent and crash-proof. To
2065 provide the required safety, mdadm disables writes to the array while
2066 this "critical section" is reshaped, and takes a backup of the data
2067 that is in that section. This backup is normally stored in any spare
2068 devices that the array has, however it can also be stored in a
2069 separate file specified with the
2070 .B \-\-backup\-file
2071 option. If this option is used, and the system does crash during the
2072 critical period, the same file must be passed to
2073 .B \-\-assemble
2074 to restore the backup and reassemble the array.
2075
2076 .SS LEVEL CHANGES
2077
2078 Changing the RAID level of any array happens instantaneously. However
2079 in the RAID to RAID6 case this requires a non-standard layout of the
2080 RAID6 data, and in the RAID6 to RAID5 case that non-standard layout is
2081 required before the change can be accomplish. So while the level
2082 change is instant, the accompanying layout change can take quite a
2083 long time.
2084
2085 .SS CHUNK-SIZE AND LAYOUT CHANGES
2086
2087 Changing the chunk-size of layout without also changing the number of
2088 devices as the same time will involve re-writing all blocks in-place.
2089 To ensure against data loss in the case of a crash, a
2090 .B --backup-file
2091 must be provided for these changes. Small sections of the array will
2092 be copied to the backup file while they are being rearranged.
2093
2094 If the reshape is interrupted for any reason, this backup file must be
2095 make available to
2096 .B "mdadm --assemble"
2097 so the array can be reassembled. Consequently the file cannot be
2098 stored on the device being reshaped.
2099
2100
2101 .SS BITMAP CHANGES
2102
2103 A write-intent bitmap can be added to, or removed from, an active
2104 array. Either internal bitmaps, or bitmaps stored in a separate file,
2105 can be added. Note that if you add a bitmap stored in a file which is
2106 in a filesystem that is on the RAID array being affected, the system
2107 will deadlock. The bitmap must be on a separate filesystem.
2108
2109 .SH INCREMENTAL MODE
2110
2111 .HP 12
2112 Usage:
2113 .B mdadm \-\-incremental
2114 .RB [ \-\-run ]
2115 .RB [ \-\-quiet ]
2116 .I component-device
2117 .HP 12
2118 Usage:
2119 .B mdadm \-\-incremental \-\-rebuild
2120 .HP 12
2121 Usage:
2122 .B mdadm \-\-incremental \-\-run \-\-scan
2123
2124 .PP
2125 This mode is designed to be used in conjunction with a device
2126 discovery system. As devices are found in a system, they can be
2127 passed to
2128 .B "mdadm \-\-incremental"
2129 to be conditionally added to an appropriate array.
2130
2131 If the device passed is a
2132 .B CONTAINER
2133 device created by a previous call to
2134 .IR mdadm ,
2135 then rather than trying to add that device to an array, all the arrays
2136 described by the metadata of the container will be started.
2137
2138 .I mdadm
2139 performs a number of tests to determine if the device is part of an
2140 array, and which array it should be part of. If an appropriate array
2141 is found, or can be created,
2142 .I mdadm
2143 adds the device to the array and conditionally starts the array.
2144
2145 Note that
2146 .I mdadm
2147 will only add devices to an array which were previously working
2148 (active or spare) parts of that array. It does not currently support
2149 automatic inclusion of a new drive as a spare in some array.
2150
2151 The tests that
2152 .I mdadm
2153 makes are as follow:
2154 .IP +
2155 Is the device permitted by
2156 .BR mdadm.conf ?
2157 That is, is it listed in a
2158 .B DEVICES
2159 line in that file. If
2160 .B DEVICES
2161 is absent then the default it to allow any device. Similar if
2162 .B DEVICES
2163 contains the special word
2164 .B partitions
2165 then any device is allowed. Otherwise the device name given to
2166 .I mdadm
2167 must match one of the names or patterns in a
2168 .B DEVICES
2169 line.
2170
2171 .IP +
2172 Does the device have a valid md superblock. If a specific metadata
2173 version is request with
2174 .B \-\-metadata
2175 or
2176 .B \-e
2177 then only that style of metadata is accepted, otherwise
2178 .I mdadm
2179 finds any known version of metadata. If no
2180 .I md
2181 metadata is found, the device is rejected.
2182
2183 .ig
2184 .IP +
2185 Does the metadata match an expected array?
2186 The metadata can match in two ways. Either there is an array listed
2187 in
2188 .B mdadm.conf
2189 which identifies the array (either by UUID, by name, by device list,
2190 or by minor-number), or the array was created with a
2191 .B homehost
2192 specified and that
2193 .B homehost
2194 matches the one in
2195 .B mdadm.conf
2196 or on the command line.
2197 If
2198 .I mdadm
2199 is not able to positively identify the array as belonging to the
2200 current host, the device will be rejected.
2201 ..
2202
2203 .I mdadm
2204 keeps a list of arrays that it has partially assembled in
2205 .B /var/run/mdadm/map
2206 (or
2207 .B /var/run/mdadm.map
2208 if the directory doesn't exist. Or maybe even
2209 .BR /dev/.mdadm.map ).
2210 If no array exists which matches
2211 the metadata on the new device,
2212 .I mdadm
2213 must choose a device name and unit number. It does this based on any
2214 name given in
2215 .B mdadm.conf
2216 or any name information stored in the metadata. If this name
2217 suggests a unit number, that number will be used, otherwise a free
2218 unit number will be chosen. Normally
2219 .I mdadm
2220 will prefer to create a partitionable array, however if the
2221 .B CREATE
2222 line in
2223 .B mdadm.conf
2224 suggests that a non-partitionable array is preferred, that will be
2225 honoured.
2226
2227 If the array is not found in the config file and its metadata does not
2228 identify it as belonging to the "homehost", then
2229 .I mdadm
2230 will choose a name for the array which is certain not to conflict with
2231 any array which does belong to this host. It does this be adding an
2232 underscore and a small number to the name preferred by the metadata.
2233
2234 Once an appropriate array is found or created and the device is added,
2235 .I mdadm
2236 must decide if the array is ready to be started. It will
2237 normally compare the number of available (non-spare) devices to the
2238 number of devices that the metadata suggests need to be active. If
2239 there are at least that many, the array will be started. This means
2240 that if any devices are missing the array will not be restarted.
2241
2242 As an alternative,
2243 .B \-\-run
2244 may be passed to
2245 .I mdadm
2246 in which case the array will be run as soon as there are enough
2247 devices present for the data to be accessible. For a RAID1, that
2248 means one device will start the array. For a clean RAID5, the array
2249 will be started as soon as all but one drive is present.
2250
2251 Note that neither of these approaches is really ideal. If it can
2252 be known that all device discovery has completed, then
2253 .br
2254 .B " mdadm \-IRs"
2255 .br
2256 can be run which will try to start all arrays that are being
2257 incrementally assembled. They are started in "read-auto" mode in
2258 which they are read-only until the first write request. This means
2259 that no metadata updates are made and no attempt at resync or recovery
2260 happens. Further devices that are found before the first write can
2261 still be added safely.
2262
2263 .SH ENVIRONMENT
2264 This section describes environment variables that affect how mdadm
2265 operates.
2266
2267 .TP
2268 .B MDADM_NO_MDMON
2269 Setting this value to 1 will prevent mdadm from automatically launching
2270 mdmon. This variable is intended primarily for debugging mdadm/mdmon.
2271
2272 .TP
2273 .B MDADM_NO_UDEV
2274 Normally,
2275 .I mdadm
2276 does not create any device nodes in /dev, but leaves that task to
2277 .IR udev .
2278 If
2279 .I udev
2280 appears not to be configured, or if this environment variable is set
2281 to '1', the
2282 .I mdadm
2283 will create and devices that are needed.
2284
2285 .SH EXAMPLES
2286
2287 .B " mdadm \-\-query /dev/name-of-device"
2288 .br
2289 This will find out if a given device is a RAID array, or is part of
2290 one, and will provide brief information about the device.
2291
2292 .B " mdadm \-\-assemble \-\-scan"
2293 .br
2294 This will assemble and start all arrays listed in the standard config
2295 file. This command will typically go in a system startup file.
2296
2297 .B " mdadm \-\-stop \-\-scan"
2298 .br
2299 This will shut down all arrays that can be shut down (i.e. are not
2300 currently in use). This will typically go in a system shutdown script.
2301
2302 .B " mdadm \-\-follow \-\-scan \-\-delay=120"
2303 .br
2304 If (and only if) there is an Email address or program given in the
2305 standard config file, then
2306 monitor the status of all arrays listed in that file by
2307 polling them ever 2 minutes.
2308
2309 .B " mdadm \-\-create /dev/md0 \-\-level=1 \-\-raid\-devices=2 /dev/hd[ac]1"
2310 .br
2311 Create /dev/md0 as a RAID1 array consisting of /dev/hda1 and /dev/hdc1.
2312
2313 .br
2314 .B " echo 'DEVICE /dev/hd*[0\-9] /dev/sd*[0\-9]' > mdadm.conf"
2315 .br
2316 .B " mdadm \-\-detail \-\-scan >> mdadm.conf"
2317 .br
2318 This will create a prototype config file that describes currently
2319 active arrays that are known to be made from partitions of IDE or SCSI drives.
2320 This file should be reviewed before being used as it may
2321 contain unwanted detail.
2322
2323 .B " echo 'DEVICE /dev/hd[a\-z] /dev/sd*[a\-z]' > mdadm.conf"
2324 .br
2325 .B " mdadm \-\-examine \-\-scan \-\-config=mdadm.conf >> mdadm.conf"
2326 .br
2327 This will find arrays which could be assembled from existing IDE and
2328 SCSI whole drives (not partitions), and store the information in the
2329 format of a config file.
2330 This file is very likely to contain unwanted detail, particularly
2331 the
2332 .B devices=
2333 entries. It should be reviewed and edited before being used as an
2334 actual config file.
2335
2336 .B " mdadm \-\-examine \-\-brief \-\-scan \-\-config=partitions"
2337 .br
2338 .B " mdadm \-Ebsc partitions"
2339 .br
2340 Create a list of devices by reading
2341 .BR /proc/partitions ,
2342 scan these for RAID superblocks, and printout a brief listing of all
2343 that were found.
2344
2345 .B " mdadm \-Ac partitions \-m 0 /dev/md0"
2346 .br
2347 Scan all partitions and devices listed in
2348 .BR /proc/partitions
2349 and assemble
2350 .B /dev/md0
2351 out of all such devices with a RAID superblock with a minor number of 0.
2352
2353 .B " mdadm \-\-monitor \-\-scan \-\-daemonise > /var/run/mdadm"
2354 .br
2355 If config file contains a mail address or alert program, run mdadm in
2356 the background in monitor mode monitoring all md devices. Also write
2357 pid of mdadm daemon to
2358 .BR /var/run/mdadm .
2359
2360 .B " mdadm \-Iq /dev/somedevice"
2361 .br
2362 Try to incorporate newly discovered device into some array as
2363 appropriate.
2364
2365 .B " mdadm \-\-incremental \-\-rebuild \-\-run \-\-scan"
2366 .br
2367 Rebuild the array map from any current arrays, and then start any that
2368 can be started.
2369
2370 .B " mdadm /dev/md4 --fail detached --remove detached"
2371 .br
2372 Any devices which are components of /dev/md4 will be marked as faulty
2373 and then remove from the array.
2374
2375 .B " mdadm --grow /dev/md4 --level=6 --backup-file=/root/backup-md4
2376 .br
2377 The array
2378 .B /dev/md4
2379 which is currently a RAID5 array will be converted to RAID6. There
2380 should normally already be a spare drive attached to the array as a
2381 RAID6 needs one more drive than a matching RAID5.
2382
2383 .B " mdadm --create /dev/md/ddf --metadata=ddf --raid-disks 6 /dev/sd[a-f]"
2384 .br
2385 Create a DDF array over 6 devices.
2386
2387 .B " mdadm --create /dev/md/home -n3 -l5 -z 30000000 /dev/md/ddf"
2388 .br
2389 Create a RAID5 array over any 3 devices in the given DDF set. Use
2390 only 30 gigabytes of each device.
2391
2392 .B " mdadm -A /dev/md/ddf1 /dev/sd[a-f]"
2393 .br
2394 Assemble a pre-exist ddf array.
2395
2396 .B " mdadm -I /dev/md/ddf1"
2397 .br
2398 Assemble all arrays contained in the ddf array, assigning names as
2399 appropriate.
2400
2401 .B " mdadm \-\-create \-\-help"
2402 .br
2403 Provide help about the Create mode.
2404
2405 .B " mdadm \-\-config \-\-help"
2406 .br
2407 Provide help about the format of the config file.
2408
2409 .B " mdadm \-\-help"
2410 .br
2411 Provide general help.
2412
2413 .SH FILES
2414
2415 .SS /proc/mdstat
2416
2417 If you're using the
2418 .B /proc
2419 filesystem,
2420 .B /proc/mdstat
2421 lists all active md devices with information about them.
2422 .I mdadm
2423 uses this to find arrays when
2424 .B \-\-scan
2425 is given in Misc mode, and to monitor array reconstruction
2426 on Monitor mode.
2427
2428 .SS /etc/mdadm.conf
2429
2430 The config file lists which devices may be scanned to see if
2431 they contain MD super block, and gives identifying information
2432 (e.g. UUID) about known MD arrays. See
2433 .BR mdadm.conf (5)
2434 for more details.
2435
2436 .SS /var/run/mdadm/map
2437 When
2438 .B \-\-incremental
2439 mode is used, this file gets a list of arrays currently being created.
2440 If
2441 .B /var/run/mdadm
2442 does not exist as a directory, then
2443 .B /var/run/mdadm.map
2444 is used instead. If
2445 .B /var/run
2446 is not available (as may be the case during early boot),
2447 .B /dev/.mdadm.map
2448 is used on the basis that
2449 .B /dev
2450 is usually available very early in boot.
2451
2452 .SH DEVICE NAMES
2453
2454 .I mdadm
2455 understand two sorts of names for array devices.
2456
2457 The first is the so-called 'standard' format name, which matches the
2458 names used by the kernel and which appear in
2459 .IR /proc/mdstat .
2460
2461 The second sort can be freely chosen, but must reside in
2462 .IR /dev/md/ .
2463 When giving a device name to
2464 .I mdadm
2465 to create or assemble an array, either full path name such as
2466 .I /dev/md0
2467 or
2468 .I /dev/md/home
2469 can be given, or just the suffix of the second sort of name, such as
2470 .I home
2471 can be given.
2472
2473 When
2474 .I mdadm
2475 chooses device names during auto-assembly or incremental assembly, it
2476 will sometimes add a small sequence number to the end of the name to
2477 avoid conflicted between multiple arrays that have the same name. If
2478 .I mdadm
2479 can reasonably determine that the array really is meant for this host,
2480 either by a hostname in the metadata, or by the presence of the array
2481 in /etc/mdadm.conf, then it will leave off the suffix if possible.
2482 Also if the homehost is specified as
2483 .B <ignore>
2484 .I mdadm
2485 will only use a suffix if a different array of the same name already
2486 exists or is listed in the config file.
2487
2488 The standard names for non-partitioned arrays (the only sort of md
2489 array available in 2.4 and earlier) are of the form
2490 .IP
2491 /dev/mdNN
2492 .PP
2493 where NN is a number.
2494 The standard names for partitionable arrays (as available from 2.6
2495 onwards) are of the form
2496 .IP
2497 /dev/md_dNN
2498 .PP
2499 Partition numbers should be indicated by added "pMM" to these, thus "/dev/md/d1p2".
2500 .PP
2501 From kernel version, 2.6.28 the "non-partitioned array" can actually
2502 be partitioned. So the "md_dNN" names are no longer needed, and
2503 partitions such as "/dev/mdNNpXX" are possible.
2504
2505 .SH NOTE
2506 .I mdadm
2507 was previously known as
2508 .IR mdctl .
2509 .P
2510 .I mdadm
2511 is completely separate from the
2512 .I raidtools
2513 package, and does not use the
2514 .I /etc/raidtab
2515 configuration file at all.
2516
2517 .SH SEE ALSO
2518 For further information on mdadm usage, MD and the various levels of
2519 RAID, see:
2520 .IP
2521 .B http://linux\-raid.osdl.org/
2522 .PP
2523 (based upon Jakob \(/Ostergaard's Software\-RAID.HOWTO)
2524 .\".PP
2525 .\"for new releases of the RAID driver check out:
2526 .\"
2527 .\".IP
2528 .\".UR ftp://ftp.kernel.org/pub/linux/kernel/people/mingo/raid-patches
2529 .\"ftp://ftp.kernel.org/pub/linux/kernel/people/mingo/raid-patches
2530 .\".UE
2531 .\".PP
2532 .\"or
2533 .\".IP
2534 .\".UR http://www.cse.unsw.edu.au/~neilb/patches/linux-stable/
2535 .\"http://www.cse.unsw.edu.au/~neilb/patches/linux-stable/
2536 .\".UE
2537 .PP
2538 The latest version of
2539 .I mdadm
2540 should always be available from
2541 .IP
2542 .B http://www.kernel.org/pub/linux/utils/raid/mdadm/
2543 .PP
2544 Related man pages:
2545 .PP
2546 .IR mdmon (8),
2547 .IR mdadm.conf (5),
2548 .IR md (4).
2549 .PP
2550 .IR raidtab (5),
2551 .IR raid0run (8),
2552 .IR raidstop (8),
2553 .IR mkraid (8).