summaryrefslogtreecommitdiffstats
path: root/mdadm.8
Commit message (Collapse)AuthorAgeFilesLines
* Couple more man page fixesNeil Brown2008-06-261-2/+2
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Add text to man pages suggesting partition type to use for version 1.x metadata.Pascal Charest2008-06-261-0/+8
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Italic/bold fixes in man pages.Neil Brown2008-06-261-30/+30
| | | | | | | | Two places that should have been .B or .I were .M, which of course is an error. So fix these and that the opportunity to be more consistent with highlighting of "mdadm". Make it always italic except when used as a literal example, then bold.
* Release 2.6.7mdadm-2.6.7Neil Brown2008-06-061-1/+1
|
* Release 2.6.6mdadm-2.6.6Neil Brown2008-05-191-1/+1
|
* Remove outdated HOWTO link and credit Jakob's contribution.David Greaves2008-05-191-5/+3
| | | | | | From: David Greaves <david@dgreaves.com> Signed-off-by: David Greaves <david@dgreaves.com>
* Release 2.6.5mdadm-2.6.5Neil Brown2008-05-151-1/+1
|
* add --export option to --examineKay Sievers2008-05-061-1/+3
| | | | | | | From: Kay Sievers <kay.sievers@vrfy.org> Cc: David Zeuthen <david@fubar.dk> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
* Use .\" instead of '''Neil Brown2008-04-291-66/+66
| | | | Debian bug 477273
* Updates some URLs in the man page.Neil Brown2008-04-281-4/+8
| | | | Particularly, add the wiki on osdl.org
* Release 2.6.4mdadm-2.6.4Neil Brown2007-10-191-1/+1
|
* Release 2.6.3mdadm-2.6.3Neil Brown2007-08-201-1/+1
|
* In the MISC MODE section in mdadm(8), the names of the options should beNeil Brown2007-07-231-8/+8
| | | | | | | | in bold. -- AYM 2007-01-14 diff -ur mdadm-2.6/mdadm.8 mdadm-2.6-man1/mdadm.8
* Substantial corrections to man pages.Scott Weikart2007-07-131-106/+103
| | | | | | From: "Scott Weikart" <Scott.W@Benetech.org> Thanks Scott!
* Fix spare migration and other problems with --monitor.Neil Brown2007-07-091-0/+2
| | | | | 2.6 broke --monitor in various ways, including spare migration stopped working. This fixes it.
* Release 2.6.2mdadm-2.6.2Neil Brown2007-05-211-1/+1
|
* Make return code for "--detail --test" more reliable.Neil Brown2007-05-211-2/+1
| | | | Missing devices as well as failed devices cause an error.
* Add --auto-detect for in-kernel autodetect.Neil Brown2007-05-211-1/+20
| | | | This is equivalent to raidautorun that some distros provide.
* Support failing and removed of detached and faulty devices.Neil Brown2007-05-111-1/+24
| | | | | This if you unplug a device and udev removes the entry from /dev, you can still remove the device.
* Minor typo in mdadm man pageDavid Huffman2007-05-111-1/+1
| | | | From: David Huffman <dhuffman@storix.com>
* Add --export option to --detail to use key=value pairs.Kay Sievers2007-05-081-0/+8
| | | | | | | | udev likes to get information about a device as key=value pairs so it can create disk/by-id links etc. So add --export flag which causes the output of --detail to easily parsable. From: Kay Sievers <kay.sievers@novell.com>
* Hyphens and Other Manpage Typography, 4/4: literal ASCII hyphens.Peter Samuelson2007-05-081-260/+260
| | | | | | | | | | | | | | | | | | From: Peter Samuelson <peter@p12n.org> nroff formats "-" as the very short hyphen used for hyphenated terms and for splitting a word across two lines. When you want a literal ASCII "-", like for typing on a command line, you're supposed to use "\-" instead. Yeah, it sounds pedantic, but it actually makes a difference. With modern Unicode-capable terminals, "man" actually renders these with different characters, so if you try to search for "--create" in your favorite pager, you won't find it unless the nroff source says "\-\-create". This discrepancy doesn't generally show up with non-Unicode terminals. Signed-Off-By: Peter Samuelson <peter@p12n.org>
* Hyphens and Other Manpage Typography, 3/4: bold options.Peter Samuelson2007-05-081-46/+61
| | | | | | | | | From: Peter Samuelson <peter@p12n.org> Option names and example command lines seem to be boldface most of the time, fix up the few that weren't. Signed-Off-By: Peter Samuelson <peter@p12n.org>
* Hyphens and Other Manpage Typography, 2/4: proper nroff "em dash".Peter Samuelson2007-05-081-3/+3
| | | | | | | | | From: Peter Samuelson <peter@p12n.org> \(em renders as "--" in ASCII, and a nice em dash (i.e., a dash the width of the letter "m") in more capable formats like PostScript. Signed-Off-By: Peter Samuelson <peter@p12n.org>
* Hyphens and Other Manpage Typography, 1/4:Peter Samuelson2007-05-081-6/+6
| | | | | | | | | From: Peter Samuelson <peter@p12n.org> do not hyphenate terms: "override", "therein", "overwrite", "superblock format". Signed-Off-By: Peter Samuelson <peter@p12n.org>
* Release 2.6.1mdadm-2.6.1Neil Brown2007-02-221-1/+1
|
* Fixed old documentation in --grow --helpNeil Brown2007-02-221-3/+4
|
* Release 2.6mdadm-2.6Neil Brown2006-12-211-1/+1
|
* Add new mode: --incrementalNeil Brown2006-12-211-1/+209
| | | | | --incremental allows arrays to be assembled one device at a time. This is expected to be used with udev.
* Support --uuid= with --create to choose your own UUID.Neil Brown2006-12-141-0/+10
|
* --wait or -W will wait for resync activity to finish on the given devices.Neil Brown2006-12-141-0/+8
|
* Default to --auto=yesNeil Brown2006-12-141-7/+9
| | | | | so the array devices with 'standard' names get created automatically, as this is almost always what is wanted.
* Support --update=devicesize for cases where the underlying device can change ↵Neil Brown2006-12-141-0/+17
| | | | size.
* Release 2.5.6mdadm-2.5.6Neil Brown2006-11-091-1/+1
|
* Document that the default metadata version can be overridden in config file.Goswin Brederlow2006-11-091-0/+6
| | | | | | | | | From: Goswin Brederlow <brederlo@informatik.uni-tuebingen.de> This is already mentioned in the config documentation, but not in the place when the normal default is mentioned. Fixes-debian-bug: 396914
* Release 2-5-5mdadm-2.5.5Neil Brown2006-11-031-1/+1
|
* Release 2-5-4mdadm-2.5.4Neil Brown2006-10-131-1/+1
|
* Clarify when update=super-minor happens automatciallyNeil Brown2006-10-101-2/+9
| | | | .. in man page
* Allow symlink creation to be disabled from command line or mdadm.confNeil Brown2006-08-111-0/+22
|
* Release 2.5.3mdadm-2.5.3Neil Brown2006-08-071-1/+1
|
* Explicitly state GPL license in man pages.Neil Brown2006-08-071-0/+6
|
* Release 2.5.2mdadm-2.5.2Neil Brown2006-06-271-1/+1
| | | | Description...
* Fix manpage typomartin f krafft2006-06-261-1/+1
| | | | From: martin f krafft <madduck@madduck.net>
* Release 2.5.1mdadm-2.5.1Neil Brown2006-06-161-1/+1
|
* Release 2.5mdadm-2.5Neil Brown2006-05-261-2/+104
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Make sure name matching for array assembly understand the possibility of a ↵Neil Brown2006-05-231-1/+5
| | | | | | | | | homehost This "--assemble --name=foo" on host 'bar' will assemble an array named 'foo' or 'bar:foo'. Signed-off-by: Neil Brown <neilb@suse.de>
* Support --update=homehost to allow updating of homehost information.Neil Brown2006-05-231-0/+9
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Allow --update=name to update the name during assembly.Neil Brown2006-05-231-0/+8
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* New flag --no-degradedNeil Brown2006-05-191-2/+13
| | | | | | | | | Use to avoid starting arrays if there are fewer devices available than last time the array was started. This is only needed with --scan, as with --scan, that behaviour is the default. Signed-off-by: Neil Brown <neilb@suse.de>
* Fix a couple of typos in the man page.Neil Brown2006-05-161-2/+2
| | | | Signed-off-by: Neil Brown <neilb@suse.de>