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