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