]> git.ipfire.org Git - thirdparty/mdadm.git/blame - mdadm.8
Clarify when update=super-minor happens automatcially
[thirdparty/mdadm.git] / mdadm.8
CommitLineData
52826846 1.\" -*- nroff -*-
90fc992e
NB
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.
3b936f2c 8.TH MDADM 8 "" v2.5.3
52826846 9.SH NAME
9a9dab36 10mdadm \- manage MD devices
cd29a5c8
NB
11.I aka
12Linux Software Raid.
13
52826846
NB
14.SH SYNOPSIS
15
e0d19036 16.BI mdadm " [mode] <raiddevice> [options] <component-devices>"
52826846 17
2ae555c3 18.SH DESCRIPTION
52826846 19RAID devices are virtual devices created from two or more
cd29a5c8
NB
20real block devices. This allows multiple devices (typically disk
21drives or partitions there-of) to be combined into a single device to
22hold (for example) a single filesystem.
2d465520 23Some RAID levels include redundancy and so can survive some degree of
cd29a5c8
NB
24device failure.
25
2d465520
NB
26Linux Software RAID devices are implemented through the md (Multiple
27Devices) device driver.
cd29a5c8
NB
28
29Currently, Linux supports
30.B LINEAR
31md devices,
32.B RAID0
33(striping),
34.B RAID1
35(mirroring),
d013a55e
NB
36.BR RAID4 ,
37.BR RAID5 ,
98c6faba 38.BR RAID6 ,
1a7dfc35 39.BR RAID10 ,
b5e64645 40.BR MULTIPATH ,
cd29a5c8 41and
b5e64645 42.BR FAULTY .
d013a55e 43
a9d69660
NB
44.B MULTIPATH
45is not a Software RAID mechanism, but does involve
d013a55e
NB
46multiple devices. For
47.B MULTIPATH
48each device is a path to one common physical storage device.
49
a9d69660
NB
50.B FAULTY
51is also not true RAID, and it only involves one device. It
b5e64645 52provides a layer over a true device that can be used to inject faults.
52826846 53
a9d69660
NB
54'''.B mdadm
55'''is a program that can be used to create, manage, and monitor
56'''MD devices. As
57'''such it provides a similar set of functionality to the
58'''.B raidtools
59'''packages.
60'''The key differences between
61'''.B mdadm
62'''and
63'''.B raidtools
64'''are:
65'''.IP \(bu 4
66'''.B mdadm
67'''is a single program and not a collection of programs.
68'''.IP \(bu 4
69'''.B mdadm
70'''can perform (almost) all of its functions without having a
71'''configuration file and does not use one by default. Also
72'''.B mdadm
73'''helps with management of the configuration
74'''file.
75'''.IP \(bu 4
76'''.B mdadm
77'''can provide information about your arrays (through Query, Detail, and Examine)
78'''that
79'''.B raidtools
80'''cannot.
81'''.P
82'''.I mdadm
83'''does not use
84'''.IR /etc/raidtab ,
85'''the
86'''.B raidtools
87'''configuration file, at all. It has a different configuration file
98b24a2a 88'''with a different format and a different purpose.
52826846
NB
89
90.SH MODES
dd0781e5 91mdadm has 7 major modes of operation:
cd29a5c8
NB
92.TP
93.B Assemble
94Assemble the parts of a previously created
52826846 95array into an active array. Components can be explicitly given
2ae555c3 96or can be searched for.
9a9dab36 97.B mdadm
cd29a5c8
NB
98checks that the components
99do form a bona fide array, and can, on request, fiddle superblock
100information so as to assemble a faulty array.
101
102.TP
103.B Build
a9d69660
NB
104Build an array that doesn't have per-device superblocks. For these
105sorts of arrays,
106.I mdadm
107cannot differentiate between initial creation and subsequent assembly
108of an array. It also cannot perform any checks that appropriate
109devices have been requested. Because of this, the
110.B Build
111mode should only be used together with a complete understanding of
112what you are doing.
cd29a5c8
NB
113
114.TP
115.B Create
116Create a new array with per-device superblocks.
117'''It can progress
118'''in several step create-add-add-run or it can all happen with one command.
119
cd29a5c8
NB
120.TP
121.B "Follow or Monitor"
5787fa49 122Monitor one or more md devices and act on any state changes. This is
1a7dfc35 123only meaningful for raid1, 4, 5, 6, 10 or multipath arrays as
98c6faba
NB
124only these have interesting state. raid0 or linear never have
125missing, spare, or failed drives, so there is nothing to monitor.
5787fa49 126
dd0781e5
NB
127.TP
128.B "Grow"
129Grow (or shrink) an array, or otherwise reshape it in some way.
130Currently supported growth options including changing the active size
2ae555c3 131of component devices in RAID level 1/4/5/6 and changing the number of
dd0781e5 132active devices in RAID1.
cd29a5c8 133
2ae555c3
NB
134.TP
135.B Manage
136This is for doing things to specific components of an array such as
137adding new spares and removing faulty devices.
138
139.TP
140.B Misc
141This is an 'everything else' mode that supports operations on active
142arrays, operations on component devices such as erasing old superblocks, and
143information gathering operations.
144'''This mode allows operations on independent devices such as examine MD
145'''superblocks, erasing old superblocks and stopping active arrays.
146
52826846
NB
147.SH OPTIONS
148
2ae555c3 149.SH Options for selecting a mode are:
52826846 150
cd29a5c8
NB
151.TP
152.BR -A ", " --assemble
2d465520 153Assemble a pre-existing array.
52826846 154
cd29a5c8
NB
155.TP
156.BR -B ", " --build
157Build a legacy array without superblocks.
52826846 158
cd29a5c8
NB
159.TP
160.BR -C ", " --create
161Create a new array.
52826846 162
cd29a5c8
NB
163.TP
164.BR -F ", " --follow ", " --monitor
165Select
166.B Monitor
167mode.
52826846 168
dd0781e5
NB
169.TP
170.BR -G ", " --grow
171Change the size or shape of an active array.
2ae555c3
NB
172.P
173If a device is given before any options, or if the first option is
174.BR --add ,
175.BR --fail ,
176or
177.BR --remove ,
178then the MANAGE mode is assume.
179Anything other than these will cause the
180.B Misc
181mode to be assumed.
dd0781e5 182
2ae555c3 183.SH Options that are not mode-specific are:
e793c2e5 184
cd29a5c8
NB
185.TP
186.BR -h ", " --help
a9d69660
NB
187Display general help message or, after one of the above options, a
188mode specific help message.
56eedc1a
NB
189
190.TP
191.B --help-options
192Display more detailed help about command line parsing and some commonly
193used options.
52826846 194
cd29a5c8
NB
195.TP
196.BR -V ", " --version
9a9dab36 197Print version information for mdadm.
52826846 198
cd29a5c8
NB
199.TP
200.BR -v ", " --verbose
22892d56
NB
201Be more verbose about what is happening. This can be used twice to be
202extra-verbose.
a9d69660 203The extra verbosity currently only affects
22892d56
NB
204.B --detail --scan
205and
206.BR "--examine --scan" .
52826846 207
dab6685f
NB
208.TP
209.BR -q ", " --quiet
210Avoid printing purely informative messages. With this,
211.B mdadm
212will be silent unless there is something really important to report.
213
cd29a5c8
NB
214.TP
215.BR -b ", " --brief
216Be less verbose. This is used with
217.B --detail
218and
219.BR --examine .
22892d56
NB
220Using
221.B --brief
222with
223.B --verbose
224gives an intermediate level of verbosity.
52826846 225
e0d19036
NB
226.TP
227.BR -f ", " --force
228Be more forceful about certain operations. See the various modes of
229the exact meaning of this option in different contexts.
230
231.TP
232.BR -c ", " --config=
2ae555c3
NB
233Specify the config file. Default is to use
234.BR /etc/mdadm.conf ,
235or if that is missing, then
236.BR /etc/mdadm/mdadm.conf .
5787fa49
NB
237If the config file given is
238.B partitions
239then nothing will be read, but
240.I mdadm
241will act as though the config file contained exactly
242.B "DEVICE partitions"
243and will read
244.B /proc/partitions
245to find a list of devices to scan.
d013a55e
NB
246If the word
247.B none
248is given for the config file, then
249.I mdadm
250will act as though the config file were empty.
e0d19036
NB
251
252.TP
253.BR -s ", " --scan
254scan config file or
255.B /proc/mdstat
256for missing information.
257In general, this option gives
258.B mdadm
259permission to get any missing information, like component devices,
260array devices, array identities, and alert destination from the
261configuration file:
262.BR /etc/mdadm.conf .
263One exception is MISC mode when using
264.B --detail
265or
266.B --stop
267in which case
268.B --scan
269says to get a list of array devices from
270.BR /proc/mdstat .
271
570c0542
NB
272.TP
273.B -e ", " --metadata=
274Declare the style of superblock (raid metadata) to be used. The
275default is 0.90 for --create, and to guess for other operations.
276
277Options are:
278.RS
279.IP "0, 0.90, default"
280Use the original 0.90 format superblock. This format limits arrays to
28128 componenet devices and limits component devices of levels 1 and
282greater to 2 terabytes.
283.IP "1, 1.0, 1.1, 1.2"
284Use the new version-1 format superblock. This has few restrictions.
285The different subversion store the superblock at different locations
286on the device, either at the end (for 1.0), at the start (for 1.1) or
2874K from the start (for 1.2).
288.RE
289
41a3b72a
NB
290.TP
291.B --homehost=
292This will over-ride any
293.B HOMEHOST
294setting in the config file and provides the identify of the host which
295should be considered the home for any arrays.
296
297When creating an array, the
298.B homehost
299will be recorded in the superblock. For version-1 superblocks, it will
300be prefixed to the array name. For version-0.90 superblocks part of
301the SHA1 hash of the hostname will be stored in the later half of the
302UUID.
303
304When reporting information about an array, any array which is tagged
305for the given homehost will be reported as such.
306
307When using Auto-Assemble, only arrays tagged for the given homehost
308will be assembled.
309
2ae555c3
NB
310.SH For create, build, or grow:
311
312.TP
313.BR -n ", " --raid-devices=
314Specify the number of active devices in the array. This, plus the
315number of spare devices (see below) must equal the number of
316.I component-devices
317(including "\fBmissing\fP" devices)
318that are listed on the command line for
319.BR --create .
320Setting a value of 1 is probably
321a mistake and so requires that
322.B --force
323be specified first. A value of 1 will then be allowed for linear,
324multipath, raid0 and raid1. It is never allowed for raid4 or raid5.
325.br
326This number can only be changed using
327.B --grow
328for RAID1 arrays, and only on kernels which provide necessary support.
329
330.TP
331.BR -x ", " --spare-devices=
332Specify the number of spare (eXtra) devices in the initial array.
333Spares can also be added
334and removed later. The number of component devices listed
335on the command line must equal the number of raid devices plus the
336number of spare devices.
337
338
339.TP
340.BR -z ", " --size=
341Amount (in Kibibytes) of space to use from each drive in RAID1/4/5/6.
342This must be a multiple of the chunk size, and must leave about 128Kb
343of space at the end of the drive for the RAID superblock.
344If this is not specified
345(as it normally is not) the smallest drive (or partition) sets the
346size, though if there is a variance among the drives of greater than 1%, a warning is
347issued.
348
349This value can be set with
350.B --grow
351for RAID level 1/4/5/6. If the array was created with a size smaller
352than the currently active drives, the extra space can be accessed
353using
354.BR --grow .
355The size can be given as
356.B max
357which means to choose the largest size that fits on all current drives.
52826846 358
cd29a5c8
NB
359.TP
360.BR -c ", " --chunk=
361Specify chunk size of kibibytes. The default is 64.
52826846 362
cd29a5c8
NB
363.TP
364.BR --rounding=
365Specify rounding factor for linear array (==chunk size)
52826846 366
cd29a5c8
NB
367.TP
368.BR -l ", " --level=
aa88f531
NB
369Set raid level. When used with
370.IR --create ,
98c6faba 371options are: linear, raid0, 0, stripe, raid1, 1, mirror, raid4, 4,
2ae555c3 372raid5, 5, raid6, 6, raid10, 10, multipath, mp, faulty. Obviously some of these are synonymous.
aa88f531
NB
373
374When used with
375.IR --build ,
a9d69660 376only linear, stripe, raid0, 0, raid1, multipath, mp, and faulty are valid.
52826846 377
2ae555c3
NB
378Not yet supported with
379.IR --grow .
380
cd29a5c8 381.TP
1a7dfc35
NB
382.BR -p ", " --layout=
383This option configures the fine details of data layout for raid5,
384and raid10 arrays, and controls the failure modes for
385.IR faulty .
386
387The layout of the raid5 parity block can be one of
2d465520
NB
388left-asymmetric,
389left-symmetric,
390right-asymmetric,
391right-symmetric,
392la, ra, ls, rs. The default is left-symmetric.
52826846 393
1a7dfc35
NB
394When setting the failure mode for
395.I faulty
396the options are:
b5e64645
NB
397write-transient,
398wt,
399read-transient,
400rt,
2ae555c3 401write-persistent,
b5e64645
NB
402wp,
403read-persistent,
404rp,
405write-all,
406read-fixable,
407rf,
408clear,
409flush,
410none.
411
412Each mode can be followed by a number which is used as a period
413between fault generation. Without a number, the fault is generated
414once on the first relevant request. With a number, the fault will be
415generated after that many request, and will continue to be generated
416every time the period elapses.
417
418Multiple failure modes can be current simultaneously by using the
419"--grow" option to set subsequent failure modes.
420
421"clear" or "none" will remove any pending or periodic failure modes,
2ae555c3 422and "flush" will clear any persistent faults.
b5e64645
NB
423
424To set the parity with "--grow", the level of the array ("faulty")
425must be specified before the fault mode is specified.
426
b578481c 427Finally, the layout options for RAID10 are one of 'n', 'o' or 'p' followed
1a7dfc35
NB
428by a small number. The default is 'n2'.
429
430.I n
b578481c
NB
431signals 'near' copies. Multiple copies of one data block are at
432similar offsets in different devices.
433
434.I o
435signals 'offset' copies. Rather than the chunks being duplicated
436within a stripe, whole stripes are duplicated but are rotated by one
437device so duplicate blocks are on different devices. Thus subsequent
438copies of a block are in the next drive, and are one chunk further
439down.
440
1a7dfc35
NB
441.I f
442signals 'far' copies
443(multiple copies have very different offsets). See md(4) for more
444detail about 'near' and 'far'.
445
446The number is the number of copies of each datablock. 2 is normal, 3
447can be useful. This number can be at most equal to the number of
448devices in the array. It does not need to divide evenly into that
449number (e.g. it is perfectly legal to have an 'n2' layout for an array
450with an odd number of devices).
451
cd29a5c8 452.TP
1a7dfc35
NB
453.BR --parity=
454same as --layout (thus explaining the p of
455.IR -p ).
52826846 456
e793c2e5
NB
457.TP
458.BR -b ", " --bitmap=
459Specify a file to store a write-intent bitmap in. The file should not
460exist unless --force is also given. The same file should be provided
2ae555c3
NB
461when assembling the array. If the word
462.B internal
463is given, then the bitmap is stored with the metadata on the array,
464and so is replicated on all devices. If the word
465.B none
466is given with
467.B --grow
468mode, then any bitmap that is present is removed.
e793c2e5 469
2ae555c3
NB
470To help catch typing errors, the filename must contain at least one
471slash ('/') if it is a real file (not 'internal' or 'none').
472
473Note: external bitmaps are only known to work on ext2 and ext3.
474Storing bitmap files on other filesystems may result in serious problems.
e793c2e5 475
cd29a5c8 476.TP
2ae555c3
NB
477.BR --bitmap-chunk=
478Set the chunksize of the bitmap. Each bit corresponds to that many
1bfdbe01
NB
479Kilobytes of storage.
480When using a file based bitmap, the default is to use the smallest
481size that is atleast 4 and requires no more than 2^21 chunks.
2ae555c3
NB
482When using an
483.B internal
484bitmap, the chunksize is automatically determined to make best use of
485available space.
5787fa49 486
cd29a5c8
NB
487
488.TP
2ae555c3
NB
489.BR -W ", " --write-mostly
490subsequent devices lists in a
491.BR --build ,
492.BR --create ,
493or
494.B --add
495command will be flagged as 'write-mostly'. This is valid for RAID1
496only and means that the 'md' driver will avoid reading from these
497devices if at all possible. This can be useful if mirroring over a
498slow link.
52826846 499
2ae555c3
NB
500.TP
501.BR --write-behind=
502Specify that write-behind mode should be enabled (valid for RAID1
503only). If an argument is specified, it will set the maximum number
504of outstanding writes allowed. The default value is 256.
505A write-intent bitmap is required in order to use write-behind
506mode, and write-behind is only attempted on drives marked as
507.IR write-mostly .
dd0781e5
NB
508
509.TP
510.BR --assume-clean
511Tell
512.I mdadm
47d79ef8
NB
513that the array pre-existed and is known to be clean. It can be useful
514when trying to recover from a major failure as you can be sure that no
515data will be affected unless you actually write to the array. It can
516also be used when creating a RAID1 or RAID10 if you want to avoid the
517initial resync, however this practice - while normally safe - is not
518recommended. Use this ony if you really know what you are doing.
dd0781e5 519
2ae555c3
NB
520.TP
521.BR --backup-file=
522This is needed when --grow is used to increase the number of
523raid-devices in a RAID5 if there are no spare devices available.
524See the section below on RAID_DEVICE CHANGES. The file should be
525stored on a separate device, not on the raid array being reshaped.
526
947fd4dd
NB
527.TP
528.BR -N ", " --name=
529Set a
530.B name
531for the array. This is currently only effective when creating an
532array with a version-1 superblock. The name is a simple textual
533string that can be used to identify array components when assembling.
534
dd0781e5
NB
535.TP
536.BR -R ", " --run
537Insist that
538.I mdadm
539run the array, even if some of the components
540appear to be active in another array or filesystem. Normally
541.I mdadm
542will ask for confirmation before including such components in an
543array. This option causes that question to be suppressed.
544
545.TP
546.BR -f ", " --force
547Insist that
548.I mdadm
549accept the geometry and layout specified without question. Normally
550.I mdadm
551will not allow creation of an array with only one device, and will try
552to create a raid5 array with one missing drive (as this makes the
553initial resync work faster). With
554.BR --force ,
555.I mdadm
556will not try to be so clever.
557
558.TP
559.BR -a ", " "--auto{=no,yes,md,mdp,part,p}{NN}"
48f7b27a
NB
560Instruct mdadm to create the device file if needed, possibly allocating
561an unused minor number. "md" causes a non-partitionable array
dd0781e5 562to be used. "mdp", "part" or "p" causes a partitionable array (2.6 and
2ae555c3 563later) to be used. "yes" requires the named md device to have
f9c25f1d 564a 'standard' format, and the type and minor number will be determined
48f7b27a
NB
565from this. See DEVICE NAMES below.
566
a9d69660 567The argument can also come immediately after
dd0781e5
NB
568"-a". e.g. "-ap".
569
1337546d
NB
570If
571.I --scan
572is also given, then any
573.I auto=
574entries in the config file will over-ride the
575.I --auto
576instruction given on the command line.
577
dd0781e5
NB
578For partitionable arrays,
579.I mdadm
580will create the device file for the whole array and for the first 4
581partitions. A different number of partitions can be specified at the
582end of this option (e.g.
583.BR --auto=p7 ).
2ae555c3 584If the device name ends with a digit, the partition names add a 'p',
48f7b27a 585and a number, e.g. "/dev/home1p3". If there is no
dd0781e5
NB
586trailing digit, then the partition names just have a number added,
587e.g. "/dev/scratch3".
588
48f7b27a
NB
589If the md device name is in a 'standard' format as described in DEVICE
590NAMES, then it will be created, if necessary, with the appropriate
591number based on that name. If the device name is not in one of these
a9d69660 592formats, then a unused minor number will be allocated. The minor
48f7b27a
NB
593number will be considered unused if there is no active array for that
594number, and there is no entry in /dev for that number and with a
595non-standard name.
596
38098016
NB
597.TP
598.BR --symlink = no
599Normally when
600.B --auto
601causes
602.I mdadm
603to create devices in
604.B /dev/md/
605it will also create symlinks from
606.B /dev/
607with names starting with
608.B md
609or
610.BR md_ .
611Use
612.B --symlink=no
613to suppress this, or
614.B --symlink=yes
615to enforce this even if it is suppressing
616.IR mdadm.conf .
617
618
52826846
NB
619.SH For assemble:
620
cd29a5c8
NB
621.TP
622.BR -u ", " --uuid=
623uuid of array to assemble. Devices which don't have this uuid are
624excluded
625
626.TP
627.BR -m ", " --super-minor=
628Minor number of device that array was created for. Devices which
629don't have this minor number are excluded. If you create an array as
2d465520 630/dev/md1, then all superblocks will contain the minor number 1, even if
cd29a5c8
NB
631the array is later assembled as /dev/md2.
632
d013a55e
NB
633Giving the literal word "dev" for
634.B --super-minor
635will cause
636.I mdadm
637to use the minor number of the md device that is being assembled.
638e.g. when assembling
639.BR /dev/md0 ,
640.M --super-minor=dev
641will look for super blocks with a minor number of 0.
642
947fd4dd
NB
643.TP
644.BR -N ", " --name=
645Specify the name of the array to assemble. This must be the name
624920bb
NB
646that was specified when creating the array. It must either match
647then name stored in the superblock exactly, or it must match
41a3b72a 648with the current
624920bb
NB
649.I homehost
650is added to the start of the given name.
947fd4dd 651
cd29a5c8
NB
652.TP
653.BR -f ", " --force
52826846
NB
654Assemble the array even if some superblocks appear out-of-date
655
cd29a5c8
NB
656.TP
657.BR -R ", " --run
b8a8ccf9
NB
658Attempt to start the array even if fewer drives were given than were
659present last time the array was active. Normally if not all the
660expected drives are found and
cd29a5c8
NB
661.B --scan
662is not used, then the array will be assembled but not started.
663With
664.B --run
665an attempt will be made to start it anyway.
52826846 666
b8a8ccf9
NB
667.TP
668.B --no-degraded
669This is the reverse of
670.B --run
671in that it inhibits the started if array unless all expected drives
672are present. This is only needed with
673.B --scan
674and can be used if you physical connections to devices are
675not as reliable as you would like.
676
dd0781e5
NB
677.TP
678.BR -a ", " "--auto{=no,yes,md,mdp,part}"
679See this option under Create and Build options.
680
e793c2e5
NB
681.TP
682.BR -b ", " --bitmap=
2ae555c3
NB
683Specify the bitmap file that was given when the array was created. If
684an array has an
685.B internal
686bitmap, there is no need to specify this when assembling the array.
687
688.TP
689.BR --backup-file=
690If
691.B --backup-file
692was used to grow the number of raid-devices in a RAID5, and the system
693crashed during the critical section, then the same
694.B --backup-file
695must be presented to --assemble to allow possibly corrupted data to be
696restored.
e793c2e5 697
5787fa49
NB
698.TP
699.BR -U ", " --update=
700Update the superblock on each device while assembling the array. The
feb716e9
NB
701argument given to this flag can be one of
702.BR sparc2.2 ,
703.BR summaries ,
7d99579f 704.BR uuid ,
c4f12c13 705.BR name ,
0237e0ca 706.BR homehost ,
e5329c37 707.BR resync ,
586ed405 708.BR byteorder ,
5787fa49
NB
709or
710.BR super-minor .
711
712The
713.B sparc2.2
7d99579f 714option will adjust the superblock of an array what was created on a Sparc
5787fa49
NB
715machine running a patched 2.2 Linux kernel. This kernel got the
716alignment of part of the superblock wrong. You can use the
717.B "--examine --sparc2.2"
718option to
719.I mdadm
720to see what effect this would have.
721
722The
723.B super-minor
724option will update the
2ae555c3 725.B "preferred minor"
5787fa49 726field on each superblock to match the minor number of the array being
45c073c9
NB
727assembled.
728This can be useful if
729.B --examine
730reports a different "Preferred Minor" to
731.BR --detail .
732In some cases this update will be performed automatically
733by the kernel driver. In particular the update happens automatically
734at the first write to an array with redundancy (RAID level 1 or
735greater) on a 2.6 (or later) kernel.
5787fa49 736
7d99579f
NB
737The
738.B uuid
739option will change the uuid of the array. If a UUID is given with the
38dbfd8a 740"--uuid" option that UUID will be used as a new UUID and will
7d99579f
NB
741.B NOT
742be used to help identify the devices in the array.
743If no "--uuid" is given, a random uuid is chosen.
744
c4f12c13
NB
745The
746.B name
747option will change the
748.I name
749of the array as stored in the superblock. This is only supported for
750version-1 superblocks.
751
0237e0ca
NB
752The
753.B homehost
754option will change the
755.I homehost
756as recorded in the superblock. For version-0 superblocks, this is the
757same as updating the UUID.
758For version-1 superblocks, this involves updating the name.
759
e5329c37
NB
760The
761.B resync
762option will cause the array to be marked
763.I dirty
764meaning that any redundancy in the array (e.g. parity for raid5,
765copies for raid1) may be incorrect. This will cause the raid system
766to perform a "resync" pass to make sure that all redundant information
767is correct.
768
586ed405
NB
769The
770.B byteorder
771option allows arrays to be moved between machines with different
772byte-order.
2ae555c3 773When assembling such an array for the first time after a move, giving
586ed405
NB
774.B "--update=byteorder"
775will cause
776.I mdadm
777to expect superblocks to have their byteorder reversed, and will
778correct that order before assembling the array. This is only valid
2ae555c3 779with original (Version 0.90) superblocks.
586ed405 780
feb716e9
NB
781The
782.B summaries
783option will correct the summaries in the superblock. That is the
784counts of total, working, active, failed, and spare devices.
5787fa49 785
41a3b72a
NB
786.TP
787.B --auto-update-homehost
788This flag is only meaning with auto-assembly (see discussion below).
789In that situation, if no suitable arrays are found for this homehost,
790.I mdadm
791will recan for any arrays at all and will assemble them and update the
792homehost to match the current host.
793
e0d19036 794.SH For Manage mode:
52826846 795
cd29a5c8
NB
796.TP
797.BR -a ", " --add
2ae555c3 798hot-add listed devices.
52826846 799
fe80f49b
NB
800.TP
801.BR --re-add
2ae555c3 802re-add a device that was recently removed from an array.
fe80f49b 803
cd29a5c8
NB
804.TP
805.BR -r ", " --remove
2d465520 806remove listed devices. They must not be active. i.e. they should
cd29a5c8 807be failed or spare devices.
52826846 808
cd29a5c8
NB
809.TP
810.BR -f ", " --fail
811mark listed devices as faulty.
52826846 812
cd29a5c8
NB
813.TP
814.BR --set-faulty
815same as --fail.
52826846 816
2ae555c3
NB
817.P
818Each of these options require that the first device list is the array
819to be acted upon and the remainder are component devices to be added,
820removed, or marked as fault. Several different operations can be
821specified for different devices, e.g.
822.in +5
823mdadm /dev/md0 --add /dev/sda1 --fail /dev/sdb1 --remove /dev/sdb1
824.in -5
825Each operation applies to all devices listed until the next
826operations.
827
828If an array is using a write-intent bitmap, then devices which have
829been removed can be re-added in a way that avoids a full
830reconstruction but instead just updated the blocks that have changed
831since the device was removed. For arrays with persistent metadata
832(superblocks) this is done automatically. For arrays created with
833.B --build
834mdadm needs to be told that this device we removed recently with
835.B --re-add.
836
837Devices can only be removed from an array if they are not in active
838use. i.e. that must be spares or failed devices. To remove an active
839device, it must be marked as
840.B faulty
841first.
842
843.SH For Misc mode:
844
845.TP
846.BR -Q ", " --query
847Examine a device to see
848(1) if it is an md device and (2) if it is a component of an md
849array.
850Information about what is discovered is presented.
851
852.TP
853.BR -D ", " --detail
854Print detail of one or more md devices.
5787fa49 855
2ae555c3
NB
856.TP
857.BR -E ", " --examine
858Print content of md superblock on device(s).
5787fa49
NB
859.TP
860.B --sparc2.2
a9d69660 861If an array was created on a 2.2 Linux kernel patched with RAID
5787fa49
NB
862support, the superblock will have been created incorrectly, or at
863least incompatibly with 2.4 and later kernels. Using the
864.B --sparc2.2
865flag with
866.B --examine
867will fix the superblock before displaying it. If this appears to do
868the right thing, then the array can be successfully assembled using
869.BR "--assemble --update=sparc2.2" .
870
2ae555c3
NB
871.TP
872.BR -X ", " --examine-bitmap
873Report information about a bitmap file.
e0d19036 874
cd29a5c8
NB
875.TP
876.BR -R ", " --run
877start a partially built array.
52826846 878
cd29a5c8
NB
879.TP
880.BR -S ", " --stop
881deactivate array, releasing all resources.
52826846 882
cd29a5c8
NB
883.TP
884.BR -o ", " --readonly
885mark array as readonly.
52826846 886
cd29a5c8
NB
887.TP
888.BR -w ", " --readwrite
889mark array as readwrite.
52826846 890
e0d19036
NB
891.TP
892.B --zero-superblock
893If the device contains a valid md superblock, the block is
894over-written with zeros. With
895--force
896the block where the superblock would be is over-written even if it
897doesn't appear to be valid.
52826846 898
feb716e9
NB
899.TP
900.BR -t ", " --test
901When used with
902.BR --detail ,
903the exit status of
904.I mdadm
905is set to reflect the status of the device.
906
e0d19036
NB
907.SH For Monitor mode:
908.TP
909.BR -m ", " --mail
910Give a mail address to send alerts to.
911
912.TP
913.BR -p ", " --program ", " --alert
914Give a program to be run whenever an event is detected.
915
773135f5
NB
916.TP
917.BR -y ", " --syslog
918Cause all events to be reported through 'syslog'. The messages have
919facility of 'daemon' and varying priorities.
920
e0d19036
NB
921.TP
922.BR -d ", " --delay
923Give a delay in seconds.
924.B mdadm
925polls the md arrays and then waits this many seconds before polling
926again. The default is 60 seconds.
927
d013a55e
NB
928.TP
929.BR -f ", " --daemonise
930Tell
931.B mdadm
932to run as a background daemon if it decides to monitor anything. This
933causes it to fork and run in the child, and to disconnect form the
934terminal. The process id of the child is written to stdout.
935This is useful with
936.B --scan
937which will only continue monitoring if a mail address or alert program
938is found in the config file.
939
b5e64645
NB
940.TP
941.BR -i ", " --pid-file
942When
943.B mdadm
944is running in daemon mode, write the pid of the daemon process to
945the specified file, instead of printing it on standard output.
946
aa88f531
NB
947.TP
948.BR -1 ", " --oneshot
949Check arrays only once. This will generate
950.B NewArray
951events and more significantly
952.B DegradedArray
a9d69660
NB
953and
954.B SparesMissing
aa88f531
NB
955events. Running
956.in +5
957.B " mdadm --monitor --scan -1"
958.in -5
959from a cron script will ensure regular notification of any degraded arrays.
960
98c6faba
NB
961.TP
962.BR -t ", " --test
963Generate a
964.B TestMessage
965alert for every array found at startup. This alert gets mailed and
966passed to the alert program. This can be used for testing that alert
a9d69660 967message do get through successfully.
98c6faba 968
e0d19036 969.SH ASSEMBLE MODE
52826846 970
cd29a5c8
NB
971.HP 12
972Usage:
9a9dab36 973.B mdadm --assemble
5787fa49
NB
974.I md-device options-and-component-devices...
975.HP 12
976Usage:
977.B mdadm --assemble --scan
978.I md-devices-and-options...
cd29a5c8
NB
979.HP 12
980Usage:
9a9dab36 981.B mdadm --assemble --scan
cd29a5c8 982.I options...
52826846 983
cd29a5c8 984.PP
52826846 985This usage assembles one or more raid arrays from pre-existing components.
9a9dab36 986For each array, mdadm needs to know the md device, the identity of the
e0d19036 987array, and a number of component-devices. These can be found in a number of ways.
52826846 988
5787fa49
NB
989In the first usage example (without the
990.BR --scan )
991the first device given is the md device.
992In the second usage example, all devices listed are treated as md
993devices and assembly is attempted.
994In the third (where no devices are listed) all md devices that are
995listed in the configuration file are assembled.
52826846 996
d013a55e
NB
997If precisely one device is listed, but
998.B --scan
dd0781e5 999is not given, then
d013a55e
NB
1000.I mdadm
1001acts as though
1002.B --scan
1003was given and identify information is extracted from the configuration file.
1004
2ae555c3 1005The identity can be given with the
52826846 1006.B --uuid
cd29a5c8
NB
1007option, with the
1008.B --super-minor
5787fa49 1009option, can be found in the config file, or will be taken from the
e0d19036 1010super block on the first component-device listed on the command line.
52826846 1011
2ae555c3 1012Devices can be given on the
52826846 1013.B --assemble
5787fa49
NB
1014command line or in the config file. Only devices which have an md
1015superblock which contains the right identity will be considered for
1016any array.
52826846 1017
2ae555c3 1018The config file is only used if explicitly named with
52826846 1019.B --config
d013a55e 1020or requested with (a possibly implicit)
2ae555c3 1021.B --scan.
52826846 1022In the later case,
9a9dab36 1023.B /etc/mdadm.conf
52826846
NB
1024is used.
1025
2ae555c3 1026If
52826846 1027.B --scan
cd29a5c8
NB
1028is not given, then the config file will only be used to find the
1029identity of md arrays.
52826846 1030
2d465520 1031Normally the array will be started after it is assembled. However if
cd29a5c8 1032.B --scan
2d465520 1033is not given and insufficient drives were listed to start a complete
cd29a5c8
NB
1034(non-degraded) array, then the array is not started (to guard against
1035usage errors). To insist that the array be started in this case (as
1a7dfc35 1036may work for RAID1, 4, 5, 6, or 10), give the
cd29a5c8
NB
1037.B --run
1038flag.
52826846 1039
dd0781e5
NB
1040If an
1041.B auto
1042option is given, either on the command line (--auto) or in the
1043configuration file (e.g. auto=part), then
1044.I mdadm
1045will create the md device if necessary or will re-create it if it
1046doesn't look usable as it is.
1047
1048This can be useful for handling partitioned devices (which don't have
1049a stable device number - it can change after a reboot) and when using
1050"udev" to manage your
1051.B /dev
1052tree (udev cannot handle md devices because of the unusual device
1053initialisation conventions).
1054
1055If the option to "auto" is "mdp" or "part" or (on the command line
1056only) "p", then mdadm will create a partitionable array, using the
2ae555c3 1057first free one that is not in use, and does not already have an entry
dd0781e5
NB
1058in /dev (apart from numeric /dev/md* entries).
1059
1060If the option to "auto" is "yes" or "md" or (on the command line)
1061nothing, then mdadm will create a traditional, non-partitionable md
1062array.
1063
1064It is expected that the "auto" functionality will be used to create
1065device entries with meaningful names such as "/dev/md/home" or
1066"/dev/md/root", rather than names based on the numerical array number.
1067
1068When using this option to create a partitionable array, the device
1069files for the first 4 partitions are also created. If a different
1070number is required it can be simply appended to the auto option.
1071e.g. "auto=part8". Partition names are created by appending a digit
a9d69660 1072string to the device name, with an intervening "p" if the device name
dd0781e5
NB
1073ends with a digit.
1074
1075The
1076.B --auto
1077option is also available in Build and Create modes. As those modes do
1078not use a config file, the "auto=" config option does not apply to
1079these modes.
52826846 1080
41a3b72a
NB
1081.SS Auto Assembly
1082When
1083.B --assemble
1084is used with
1085.B --scan
1086and no devices are listed,
1087.I mdadm
1088will first attempt to assemble all the arrays listed in the config
1089file.
1090
1091If a
1092.B homehost
1093has been specified (either in the config file or on the command line),
1094.I mdadm
1095will look further for possible arrays and will try to assemble
1096anything that it finds which is tagged as belonging to the given
1097homehost. This is the only situation where
1098.I mdadm
1099will assemble arrays without being given specific device name or
1100identify information for the array.
1101
1102If
1103.I mdadm
1104finds a consistent set of devices that look like they should comprise
1105an array, and if the superblock is tagged as belonging to the given
1106home host, it will automatically choose a device name and try to
1107assemble the array. If the array uses version-0.90 metadata, then the
1108.B minor
1109number as recorded in the superblock is used to create a name in
1110.B /dev/md/
1111so for example
1112.BR /dev/md/3 .
1113If the array uses version-1 metadata, then the
1114.B name
1115from the superblock is used to similarly create a name in
1116.BR /dev/md .
1117The name will have any 'host' prefix stripped first.
1118
1119If
1120.I mdadm
1121cannot find any array for the given host at all, and if
1122.B --auto-update-homehost
1123is given, then
1124.I mdadm
1125will search again for any array (not just an array created for this
1126host) and will assemble each assuming
1127.IR --update=homehost .
1128This will change the host tag in the superblock so that on the next run,
1129these arrays will be found without the second pass. The intention of
1130this feature is to support transitioning a set of md arrays to using
1131homehost tagging.
1132
1133The reason for requiring arrays to be tagged with the homehost for
1134auto assembly is to guard against problems that can arise when moving
1135devices from one host to another.
1136
cd29a5c8 1137.SH BUILD MODE
52826846 1138
cd29a5c8
NB
1139.HP 12
1140Usage:
9a9dab36 1141.B mdadm --build
cd29a5c8
NB
1142.I device
1143.BI --chunk= X
1144.BI --level= Y
b83d95f3 1145.BI --raid-devices= Z
cd29a5c8
NB
1146.I devices
1147
1148.PP
2ae555c3 1149This usage is similar to
cd29a5c8 1150.BR --create .
a9d69660 1151The difference is that it creates an array without a superblock. With
cd29a5c8 1152these arrays there is no difference between initially creating the array and
52826846
NB
1153subsequently assembling the array, except that hopefully there is useful
1154data there in the second case.
1155
a9d69660
NB
1156The level may raid0, linear, multipath, or faulty, or one of their
1157synonyms. All devices must be listed and the array will be started
1158once complete.
cd29a5c8
NB
1159
1160.SH CREATE MODE
1161
1162.HP 12
1163Usage:
9a9dab36 1164.B mdadm --create
cd29a5c8
NB
1165.I device
1166.BI --chunk= X
1167.BI --level= Y
1168.br
b83d95f3 1169.BI --raid-devices= Z
cd29a5c8
NB
1170.I devices
1171
1172.PP
1173This usage will initialise a new md array, associate some devices with
1174it, and activate the array.
1175
a9d69660 1176If the
dd0781e5
NB
1177.B --auto
1178option is given (as described in more detail in the section on
1179Assemble mode), then the md device will be created with a suitable
1180device number if necessary.
1181
cd29a5c8 1182As devices are added, they are checked to see if they contain raid
2d465520 1183superblocks or filesystems. They are also checked to see if the variance in
cd29a5c8
NB
1184device size exceeds 1%.
1185
1186If any discrepancy is found, the array will not automatically be run, though
2ae555c3 1187the presence of a
cd29a5c8
NB
1188.B --run
1189can override this caution.
1190
2d465520 1191To create a "degraded" array in which some devices are missing, simply
d013a55e 1192give the word "\fBmissing\fP"
2d465520
NB
1193in place of a device name. This will cause
1194.B mdadm
1195to leave the corresponding slot in the array empty.
1196For a RAID4 or RAID5 array at most one slot can be
98c6faba 1197"\fBmissing\fP"; for a RAID6 array at most two slots.
2d465520
NB
1198For a RAID1 array, only one real device needs to be given. All of the
1199others can be
d013a55e 1200"\fBmissing\fP".
2d465520 1201
feb716e9
NB
1202When creating a RAID5 array,
1203.B mdadm
1204will automatically create a degraded array with an extra spare drive.
1205This is because building the spare into a degraded array is in general faster than resyncing
1206the parity on a non-degraded, but not clean, array. This feature can
1207be over-ridden with the
b5e64645 1208.I --force
feb716e9
NB
1209option.
1210
41a3b72a
NB
1211When creating an array with version-1 metadata a name for the host is
1212required.
1213If this is not given with the
1214.B --name
1215option,
1216.I mdadm
1217will chose a name based on the last component of the name of the
1218device being created. So if
1219.B /dev/md3
1220is being created, then the name
1221.B 3
1222will be chosen.
1223If
1224.B /dev/md/home
1225is being created, then the name
1226.B home
1227will be used.
1228
2ae555c3 1229'''If the
cd29a5c8 1230'''.B --size
e0d19036 1231'''option is given, it is not necessary to list any component-devices in this command.
cd29a5c8 1232'''They can be added later, before a
2ae555c3
NB
1233'''.B --run.
1234'''If no
cd29a5c8
NB
1235'''.B --size
1236'''is given, the apparent size of the smallest drive given is used.
1237
1238The General Management options that are valid with --create are:
1239.TP
1240.B --run
dd0781e5 1241insist on running the array even if some devices look like they might
cd29a5c8
NB
1242be in use.
1243
1244.TP
1245.B --readonly
1246start the array readonly - not supported yet.
52826846 1247
2ae555c3 1248
e0d19036 1249.SH MANAGE MODE
cd29a5c8
NB
1250.HP 12
1251Usage:
e0d19036
NB
1252.B mdadm
1253.I device
1254.I options... devices...
cd29a5c8
NB
1255.PP
1256
e0d19036
NB
1257This usage will allow individual devices in an array to be failed,
1258removed or added. It is possible to perform multiple operations with
1259on command. For example:
1260.br
5787fa49 1261.B " mdadm /dev/md0 -f /dev/hda1 -r /dev/hda1 -a /dev/hda1"
e0d19036
NB
1262.br
1263will firstly mark
1264.B /dev/hda1
1265as faulty in
1266.B /dev/md0
1267and will then remove it from the array and finally add it back
2d465520 1268in as a spare. However only one md array can be affected by a single
2ae555c3 1269command.
e0d19036
NB
1270
1271.SH MISC MODE
1272.HP 12
1273Usage:
9a9dab36 1274.B mdadm
e0d19036
NB
1275.I options ...
1276.I devices ...
1277.PP
cd29a5c8 1278
b5e64645 1279MISC mode includes a number of distinct operations that
e0d19036
NB
1280operate on distinct devices. The operations are:
1281.TP
1282--query
1283The device is examined to see if it is
1284(1) an active md array, or
1285(2) a component of an md array.
1286The information discovered is reported.
1287
1288.TP
1289--detail
2d465520
NB
1290The device should be an active md device.
1291.B mdadm
1292will display a detailed description of the array.
cd29a5c8 1293.B --brief
2d465520
NB
1294or
1295.B --scan
1296will cause the output to be less detailed and the format to be
e0d19036 1297suitable for inclusion in
9a9dab36 1298.BR /etc/mdadm.conf .
feb716e9
NB
1299The exit status of
1300.I mdadm
1301will normally be 0 unless
1302.I mdadm
1303failed to get useful information about the device(s). However if the
1304.B --test
1305option is given, then the exit status will be:
1306.RS
1307.TP
13080
1309The array is functioning normally.
1310.TP
13111
1312The array has at least one failed device.
1313.TP
13142
1315The array has multiple failed devices and hence is unusable (raid4 or
1316raid5).
1317.TP
13184
1319There was an error while trying to get information about the device.
1320.RE
cd29a5c8 1321
e0d19036
NB
1322.TP
1323--examine
2d465520
NB
1324The device should be a component of an md array.
1325.B mdadm
1326will read the md superblock of the device and display the contents.
e0d19036
NB
1327If
1328.B --brief
1329is given, or
1330.B --scan
1331then multiple devices that are components of the one array
1332are grouped together and reported in a single entry suitable
1333for inclusion in
1334.BR /etc/mdadm.conf .
1335
2d465520 1336Having
e0d19036
NB
1337.B --scan
1338without listing any devices will cause all devices listed in the
1339config file to be examined.
1340
1341.TP
1342--stop
98c6faba
NB
1343The devices should be active md arrays which will be deactivated, as
1344long as they are not currently in use.
e0d19036
NB
1345
1346.TP
1347--run
1348This will fully activate a partially assembled md array.
1349
1350.TP
1351--readonly
1352This will mark an active array as read-only, providing that it is
1353not currently being used.
1354
1355.TP
1356--readwrite
1357This will change a
1358.B readonly
1359array back to being read/write.
1360
2d465520
NB
1361.TP
1362--scan
1363For all operations except
1364.BR --examine ,
1365.B --scan
1366will cause the operation to be applied to all arrays listed in
1367.BR /proc/mdstat .
1368For
1369.BR --examine,
1370.B --scan
1371causes all devices listed in the config file to be examined.
1372
1373
e0d19036
NB
1374.SH MONITOR MODE
1375
cd29a5c8
NB
1376.HP 12
1377Usage:
e0d19036
NB
1378.B mdadm --monitor
1379.I options... devices...
1380
cd29a5c8 1381.PP
e0d19036
NB
1382This usage causes
1383.B mdadm
1384to periodically poll a number of md arrays and to report on any events
1385noticed.
1386.B mdadm
1387will never exit once it decides that there are arrays to be checked,
1388so it should normally be run in the background.
1389
2d465520
NB
1390As well as reporting events,
1391.B mdadm
1392may move a spare drive from one array to another if they are in the
1393same
1394.B spare-group
a9d69660 1395and if the destination array has a failed drive but no spares.
2d465520 1396
e0d19036
NB
1397If any devices are listed on the command line,
1398.B mdadm
1399will only monitor those devices. Otherwise all arrays listed in the
1400configuration file will be monitored. Further, if
1401.B --scan
1402is given, then any other md devices that appear in
1403.B /proc/mdstat
1404will also be monitored.
1405
1406The result of monitoring the arrays is the generation of events.
bd526cee 1407These events are passed to a separate program (if specified) and may
2d465520 1408be mailed to a given E-mail address.
e0d19036 1409
bd526cee 1410When passing event to program, the program is run once for each event
2ae555c3 1411and is given 2 or 3 command-line arguments. The first is the
bd526cee
NB
1412name of the event (see below). The second is the name of the
1413md device which is affected, and the third is the name of a related
1414device if relevant, such as a component device that has failed.
cd29a5c8
NB
1415
1416If
1417.B --scan
e0d19036
NB
1418is given, then a program or an E-mail address must be specified on the
1419command line or in the config file. If neither are available, then
1420.B mdadm
1421will not monitor anything.
1422Without
cd29a5c8 1423.B --scan
e0d19036 1424.B mdadm
2d465520 1425will continue monitoring as long as something was found to monitor. If
e0d19036
NB
1426no program or email is given, then each event is reported to
1427.BR stdout .
cd29a5c8 1428
e0d19036
NB
1429The different events are:
1430
1431.RS 4
1432.TP
1433.B DeviceDisappeared
2d465520 1434An md array which previously was configured appears to no longer be
773135f5 1435configured. (syslog priority: Critical)
e0d19036 1436
b8f72a62
NB
1437If
1438.I mdadm
1439was told to monitor an array which is RAID0 or Linear, then it will
1440report
1441.B DeviceDisappeared
1442with the extra information
1443.BR Wrong-Level .
1444This is because RAID0 and Linear do not support the device-failed,
1445hot-spare and resync operations which are monitored.
1446
e0d19036
NB
1447.TP
1448.B RebuildStarted
773135f5 1449An md array started reconstruction. (syslog priority: Warning)
e0d19036
NB
1450
1451.TP
1452.BI Rebuild NN
1453Where
1454.I NN
1455is 20, 40, 60, or 80, this indicates that rebuild has passed that many
773135f5 1456percentage of the total. (syslog priority: Warning)
e0d19036 1457
98c6faba
NB
1458.TP
1459.B RebuildFinished
1460An md array that was rebuilding, isn't any more, either because it
773135f5 1461finished normally or was aborted. (syslog priority: Warning)
98c6faba 1462
e0d19036
NB
1463.TP
1464.B Fail
773135f5
NB
1465An active component device of an array has been marked as
1466faulty. (syslog priority: Critical)
e0d19036
NB
1467
1468.TP
1469.B FailSpare
1470A spare component device which was being rebuilt to replace a faulty
773135f5 1471device has failed. (syslog priority: Critial)
e0d19036
NB
1472
1473.TP
1474.B SpareActive
1475A spare component device which was being rebuilt to replace a faulty
98b24a2a 1476device has been successfully rebuilt and has been made active.
773135f5 1477(syslog priority: Info)
e0d19036
NB
1478
1479.TP
1480.B NewArray
1481A new md array has been detected in the
1482.B /proc/mdstat
773135f5 1483file. (syslog priority: Info)
e0d19036 1484
aa88f531
NB
1485.TP
1486.B DegradedArray
1487A newly noticed array appears to be degraded. This message is not
1488generated when
1489.I mdadm
1490notices a drive failure which causes degradation, but only when
1491.I mdadm
1492notices that an array is degraded when it first sees the array.
773135f5 1493(syslog priority: Critial)
aa88f531 1494
e0d19036
NB
1495.TP
1496.B MoveSpare
1497A spare drive has been moved from one array in a
1498.B spare-group
1499to another to allow a failed drive to be replaced.
773135f5 1500(syslog priority: Info)
e0d19036 1501
b8f72a62
NB
1502.TP
1503.B SparesMissing
1504If
1505.I mdadm
1506has been told, via the config file, that an array should have a certain
1507number of spare devices, and
1508.I mdadm
1509detects that it has fewer that this number when it first sees the
1510array, it will report a
1511.B SparesMissing
1512message.
d1732eeb 1513(syslog priority: Warning)
b8f72a62 1514
98c6faba
NB
1515.TP
1516.B TestMessage
1517An array was found at startup, and the
1518.B --test
1519flag was given.
773135f5 1520(syslog priority: Info)
e0d19036
NB
1521.RE
1522
1523Only
98c6faba
NB
1524.B Fail ,
1525.B FailSpare ,
1526.B DegradedArray ,
d1732eeb 1527.B SparesMissing ,
e0d19036 1528and
98c6faba 1529.B TestMessage
e0d19036
NB
1530cause Email to be sent. All events cause the program to be run.
1531The program is run with two or three arguments, they being the event
1532name, the array device and possibly a second device.
1533
1534Each event has an associated array device (e.g.
1535.BR /dev/md1 )
1536and possibly a second device. For
1537.BR Fail ,
1538.BR FailSpare ,
1539and
1540.B SpareActive
1541the second device is the relevant component device.
1542For
1543.B MoveSpare
1544the second device is the array that the spare was moved from.
1545
1546For
1547.B mdadm
1548to move spares from one array to another, the different arrays need to
1549be labelled with the same
1550.B spare-group
1551in the configuration file. The
1552.B spare-group
1553name can be any string. It is only necessary that different spare
2d465520 1554groups use different names.
e0d19036
NB
1555
1556When
9a9dab36 1557.B mdadm
e0d19036
NB
1558detects that an array which is in a spare group has fewer active
1559devices than necessary for the complete array, and has no spare
1560devices, it will look for another array in the same spare group that
1561has a full complement of working drive and a spare. It will then
1562attempt to remove the spare from the second drive and add it to the
1563first.
1564If the removal succeeds but the adding fails, then it is added back to
1565the original array.
1566
dd0781e5
NB
1567.SH GROW MODE
1568The GROW mode is used for changing the size or shape of an active
1569array.
1570For this to work, the kernel must support the necessary change.
2ae555c3 1571Various types of growth are being added during 2.6 development,
dd0781e5
NB
1572including restructuring a raid5 array to have more active devices.
1573
dfd4d8ee
NB
1574Currently the only support available is to
1575.IP \(bu 4
1576change the "size" attribute
1577for RAID1, RAID5 and RAID6.
1578.IP \(bu 4
2ae555c3 1579increase the "raid-disks" attribute of RAID1 and RAID5.
dfd4d8ee 1580.IP \(bu 4
2ae555c3
NB
1581add a write-intent bitmap to any array which support these bitmaps, or
1582remove a write-intent bitmap from such an array.
dfd4d8ee 1583.PP
dd0781e5 1584
2ae555c3 1585.SS SIZE CHANGES
fe80f49b 1586Normally when an array is built the "size" it taken from the smallest
dd0781e5
NB
1587of the drives. If all the small drives in an arrays are, one at a
1588time, removed and replaced with larger drives, then you could have an
1589array of large drives with only a small amount used. In this
1590situation, changing the "size" with "GROW" mode will allow the extra
1591space to start being used. If the size is increased in this way, a
1592"resync" process will start to make sure the new parts of the array
1593are synchronised.
1594
1595Note that when an array changes size, any filesystem that may be
1596stored in the array will not automatically grow to use the space. The
1597filesystem will need to be explicitly told to use the extra space.
1598
2ae555c3
NB
1599.SS RAID-DEVICES CHANGES
1600
dd0781e5
NB
1601A RAID1 array can work with any number of devices from 1 upwards
1602(though 1 is not very useful). There may be times which you want to
1603increase or decrease the number of active devices. Note that this is
1604different to hot-add or hot-remove which changes the number of
1605inactive devices.
1606
1607When reducing the number of devices in a RAID1 array, the slots which
1608are to be removed from the array must already be vacant. That is, the
1609devices that which were in those slots must be failed and removed.
1610
1611When the number of devices is increased, any hot spares that are
a9d69660 1612present will be activated immediately.
dd0781e5 1613
2ae555c3
NB
1614Increasing the number of active devices in a RAID5 is much more
1615effort. Every block in the array will need to be read and written
1616back to a new location. From 2.6.17, the Linux Kernel is able to do
1617this safely, including restart and interrupted "reshape".
1618
1619When relocating the first few stripes on a raid5, it is not possible
1620to keep the data on disk completely consistent and crash-proof. To
1621provide the required safety, mdadm disables writes to the array while
1622this "critical section" is reshaped, and takes a backup of the data
1623that is in that section. This backup is normally stored in any spare
1624devices that the array has, however it can also be stored in a
1625separate file specified with the
1626.B --backup-file
1627option. If this option is used, and the system does crash during the
1628critical period, the same file must be passed to
1629.B --assemble
1630to restore the backup and reassemble the array.
1631
1632.SS BITMAP CHANGES
1633
1634A write-intent bitmap can be added to, or removed from, an active
1635array. Either internal bitmaps, or bitmaps stored in a separate file
fe80f49b
NB
1636can be added. Note that if you add a bitmap stored in a file which is
1637in a filesystem that is on the raid array being affected, the system
1638will deadlock. The bitmap must be on a separate filesystem.
1639
2d465520
NB
1640.SH EXAMPLES
1641
5787fa49 1642.B " mdadm --query /dev/name-of-device"
2d465520 1643.br
5787fa49
NB
1644This will find out if a given device is a raid array, or is part of
1645one, and will provide brief information about the device.
2d465520 1646
5787fa49 1647.B " mdadm --assemble --scan"
2d465520 1648.br
2ae555c3 1649This will assemble and start all arrays listed in the standard config file
5787fa49 1650file. This command will typically go in a system startup file.
2d465520 1651
2d465520 1652.B " mdadm --stop --scan"
5787fa49
NB
1653.br
1654This will shut down all array that can be shut down (i.e. are not
19f8b8fc 1655currently in use). This will typically go in a system shutdown script.
2d465520 1656
5787fa49 1657.B " mdadm --follow --scan --delay=120"
2d465520 1658.br
5787fa49
NB
1659If (and only if) there is an Email address or program given in the
1660standard config file, then
1661monitor the status of all arrays listed in that file by
1662polling them ever 2 minutes.
2d465520 1663
5787fa49 1664.B " mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/hd[ac]1"
2d465520 1665.br
5787fa49 1666Create /dev/md0 as a RAID1 array consisting of /dev/hda1 and /dev/hdc1.
2d465520 1667
2d465520
NB
1668.br
1669.B " echo 'DEVICE /dev/hd*[0-9] /dev/sd*[0-9]' > mdadm.conf"
1670.br
1671.B " mdadm --detail --scan >> mdadm.conf"
1672.br
5787fa49
NB
1673This will create a prototype config file that describes currently
1674active arrays that are known to be made from partitions of IDE or SCSI drives.
2d465520
NB
1675This file should be reviewed before being used as it may
1676contain unwanted detail.
1677
2d465520
NB
1678.B " echo 'DEVICE /dev/hd[a-z] /dev/sd*[a-z]' > mdadm.conf"
1679.br
5787fa49
NB
1680.B " mdadm --examine --scan --config=mdadm.conf >> mdadm.conf"
1681.ber
2ae555c3 1682This will find what arrays could be assembled from existing IDE and
5787fa49
NB
1683SCSI whole drives (not partitions) and store the information is the
1684format of a config file.
2d465520
NB
1685This file is very likely to contain unwanted detail, particularly
1686the
1687.B devices=
5787fa49
NB
1688entries. It should be reviewed and edited before being used as an
1689actual config file.
2d465520 1690
5787fa49 1691.B " mdadm --examine --brief --scan --config=partitions"
2d465520 1692.br
5787fa49
NB
1693.B " mdadm -Ebsc partitions"
1694.br
1695Create a list of devices by reading
1696.BR /proc/partitions ,
1697scan these for RAID superblocks, and printout a brief listing of all
1698that was found.
2d465520 1699
5787fa49 1700.B " mdadm -Ac partitions -m 0 /dev/md0"
2d465520 1701.br
5787fa49
NB
1702Scan all partitions and devices listed in
1703.BR /proc/partitions
1704and assemble
1705.B /dev/md0
1706out of all such devices with a RAID superblock with a minor number of 0.
2d465520 1707
d013a55e
NB
1708.B " mdadm --monitor --scan --daemonise > /var/run/mdadm"
1709.br
1710If config file contains a mail address or alert program, run mdadm in
1711the background in monitor mode monitoring all md devices. Also write
1712pid of mdadm daemon to
1713.BR /var/run/mdadm .
1714
5787fa49 1715.B " mdadm --create --help"
2d465520 1716.br
2ae555c3 1717Provide help about the Create mode.
2d465520 1718
5787fa49
NB
1719.B " mdadm --config --help"
1720.br
1721Provide help about the format of the config file.
2d465520 1722
5787fa49
NB
1723.B " mdadm --help"
1724.br
1725Provide general help.
cd29a5c8 1726
cd29a5c8
NB
1727
1728.SH FILES
1729
1730.SS /proc/mdstat
1731
2ae555c3
NB
1732If you're using the
1733.B /proc
cd29a5c8
NB
1734filesystem,
1735.B /proc/mdstat
2d465520
NB
1736lists all active md devices with information about them.
1737.B mdadm
1738uses this to find arrays when
1739.B --scan
1740is given in Misc mode, and to monitor array reconstruction
1741on Monitor mode.
1742
cd29a5c8 1743
9a9dab36 1744.SS /etc/mdadm.conf
cd29a5c8 1745
11a3e71d
NB
1746The config file lists which devices may be scanned to see if
1747they contain MD super block, and gives identifying information
1748(e.g. UUID) about known MD arrays. See
1749.BR mdadm.conf (5)
1750for more details.
cd29a5c8 1751
48f7b27a
NB
1752.SH DEVICE NAMES
1753
1754While entries in the /dev directory can have any format you like,
1755.I mdadm
1756has an understanding of 'standard' formats which it uses to guide its
1757behaviour when creating device files via the
1758.I --auto
1759option.
1760
1761The standard names for non-partitioned arrays (the only sort of md
1762array available in 2.4 and earlier) either of
1763.IP
1764/dev/mdNN
1765.br
1766/dev/md/NN
1767.PP
1768where NN is a number.
1769The standard names for partitionable arrays (as available from 2.6
1770onwards) is one of
1771.IP
1772/dev/md/dNN
1773.br
1774/dev/md_dNN
1775.PP
1776Partition numbers should be indicated by added "pMM" to these, thus "/dev/md/d1p2".
52826846 1777
2d465520
NB
1778.SH NOTE
1779.B mdadm
1780was previously known as
1781.BR mdctl .
a9d69660
NB
1782.P
1783.B mdadm
1784is completely separate from the
1785.B raidtools
1786package, and does not use the
1787.I /etc/raidtab
1788configuration file at all.
1789
52826846 1790.SH SEE ALSO
cd29a5c8
NB
1791For information on the various levels of
1792RAID, check out:
1793
1794.IP
1795.UR http://ostenfeld.dk/~jakob/Software-RAID.HOWTO/
1796http://ostenfeld.dk/~jakob/Software-RAID.HOWTO/
1797.UE
a9d69660
NB
1798'''.PP
1799'''for new releases of the RAID driver check out:
1800'''
1801'''.IP
1802'''.UR ftp://ftp.kernel.org/pub/linux/kernel/people/mingo/raid-patches
1803'''ftp://ftp.kernel.org/pub/linux/kernel/people/mingo/raid-patches
1804'''.UE
1805'''.PP
1806'''or
1807'''.IP
1808'''.UR http://www.cse.unsw.edu.au/~neilb/patches/linux-stable/
1809'''http://www.cse.unsw.edu.au/~neilb/patches/linux-stable/
1810'''.UE
cd29a5c8 1811.PP
2ae555c3 1812The latest version of
a9d69660
NB
1813.I mdadm
1814should always be available from
cd29a5c8 1815.IP
a9d69660
NB
1816.UR http://www.kernel.org/pub/linux/utils/raid/mdadm/
1817http://www.kernel.org/pub/linux/utils/raid/mdadm/
cd29a5c8
NB
1818.UE
1819.PP
a9d69660
NB
1820.IR mdadm.conf (5),
1821.IR md (4).
56eb10c0 1822.PP
52826846
NB
1823.IR raidtab (5),
1824.IR raid0run (8),
1825.IR raidstop (8),
a9d69660 1826.IR mkraid (8).