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