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