summaryrefslogtreecommitdiffstats
path: root/md.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* md.man: Remove refferences to not supported kernelMariusz Tkaczyk2024-11-051-43/+12
| | | | | | Reader doesn't need it. Remove it. Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
* md.man: update refference to raid5-ppl.rstMariusz Tkaczyk2024-10-041-8/+2
| | | | | | | | | Documentation/md has moved to Documentation/driver-api/md. Update and and rework sentence. Remove refference to not supported kernel close to updated text. Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
* md.4: replace wrong wordNicolas Roeser2024-08-131-1/+1
| | | | | | There is a wrong word in the md(4) man page, this commit corrects it. Signed-off-by: Nicolas Roeser <nicolas.roeser@alumni.uni-ulm.de>
* Document PPL in man mdOleksandr Shchirskyi2021-03-081-15/+29
| | | | | | | | Partial Parity Log (PPL) was not documented in the man md. Added brief info about PPL. Signed-off-by: Oleksandr Shchirskyi <oleksandr.shchirskyi@intel.com> Signed-off-by: Jes Sorensen <jsorensen@fb.com>
* Super1: allow RAID0 layout setting to be removed.NeilBrown2020-10-141-0/+13
| | | | | | | | | | | | | | | | Once the RAID0 layout has been set, the RAID0 array cannot be assembled on an older kernel which doesn't understand layouts. This is an intentional safety feature, but sometimes people need the ability to roll-back to a previously working configuration. So add "--update=layout-unspecified" to remove RAID0 layout information from the superblock. Running "--assemble --update=layout-unspecified" will cause the assembly the fail when run on a newer kernel, but will allow it to work on an older kernel. Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Jes Sorensen <jsorensen@fb.com>
* mdadm/md.4: update path to in-kernel-tree documentationWinston Weinert2020-08-071-1/+1
| | | | | | | | | Documentation/md.txt was renamed to Documentation/admin-guide/md.rst in linux commit 9d85025b0418163fae079c9ba8f8445212de8568 (Oct 26, 2016). Signed-off-by: Winston Weinert <winston@ml1.net> Signed-off-by: Jes Sorensen <jsorensen@fb.com>
* Assemble: add support for RAID0 layouts.NeilBrown2019-12-021-0/+7
| | | | | | | | | | | | | If you have a RAID0 array with varying sized devices on a kernel before 5.4, you cannot assembling it on 5.4 or later without explicitly setting the layout. This is now possible with --update=layout-original (For 3.13 and earlier kernels) or --update=layout-alternate (for 3.14 and later kernels) Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Jes Sorensen <jsorensen@fb.com>
* Create: add support for RAID0 layouts.NeilBrown2019-12-021-0/+14
| | | | | | | | | | | | | | Since Linux 5.4 a layout is needed for RAID0 arrays with varying device sizes. This patch makes the layout of an array visible (via --examine) and sets the layout on newly created arrays. --layout=dangerous can be used to avoid setting a layout so that they array can be used on older kernels. Tested-by: dann frazier <dann.frazier@canonical.com> Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Jes Sorensen <jsorensen@fb.com>
* mdadm/md.4: add the descriptions for bitmap sysfs nodesGuoqing Jiang2019-09-301-0/+69
| | | | | | | | | The sysfs nodes under bitmap are not recorded in md.4, add them based on md.rst and kernel source code. Cc: NeilBrown <neilb@suse.com> Signed-off-by: Guoqing Jiang <gqjiang@suse.com> Signed-off-by: Jes Sorensen <jsorensen@fb.com>
* mdadm/md.4: set page-length as 1000 to avoid warnings from grottyZhilong Liu2017-05-091-0/+1
| | | | | | | | | | | | | | "nroff" ("man") or ("tbl") needs a long page to avoid warnings from "grotty", set 'pl' as 1000 to fix the following issue. This command invokes by Makefile rule. linux-tjrh:~/mdadm # man -l md.4 > test grotty:<standard input> (<standard input>):5967: character above first line discarded ... ... Signed-off-by: Zhilong Liu <zlliu@suse.com> Signed-off-by: Jes Sorensen <jsorensen@fb.com>
* Add failfast support.NeilBrown2016-11-281-0/+54
| | | | | | | | | | | | | Allow per-device "failfast" flag to be set when creating an array or adding devices to an array. When re-adding a device which had the failfast flag, it can be removed using --nofailfast. failfast status is printed in --detail and --examine output. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
* mdadm: Add description of write journal to md.4Song Liu2015-10-221-0/+20
| | | | | | Signed-off-by: Song Liu <songliubraving@fb.com> Signed-off-by: Shaohua Li <shli@fb.com> Signed-off-by: NeilBrown <neilb@suse.com>
* Remove some trailing white spaceNeilBrown2015-07-021-3/+3
| | | | | | It looks ugly in my editor. Signed-off-by: NeilBrown <neilb@suse.de>
* md.4: replace "bad block log" with "bad block list"NeilBrown2014-08-071-4/+4
| | | | | | | Elsewhere we use the term "list", and it is more accurate. Logs are usually append-only. This list isn't. Signed-off-by: NeilBrown <neilb@suse.de>
* md.4: Make tables narrow enough to fit.NeilBrown2014-07-031-3/+3
| | | | | | | If we use "Dev" instead of "Device" on the wide tables, they fit better. Signed-off-by: NeilBrown <neilb@suse.de>
* revised the documentation of RAID10 layoutsChristoph Anton Mitterer2014-07-031-26/+321
| | | | | | | | * Completely revised the documentation of the RAID10 layouts, with examples for n2,f2,o2 with and odd and an even number of underlying devices. Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> Signed-off-by: NeilBrown <neilb@suse.de>
* align spelling of “RAID” and RAID levelsChristoph Anton Mitterer2013-07-101-8/+8
| | | | | | | | | * Aligned the spelling of “RAID” to use captial letters in all places. * Aligned the spelling of the RAID level names (LINEAR, RAID1, …) to use capital letters in all places, except for the string “faulty” in places where not the RAID level was meant. Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
* man pages: remove references to raidtools.NeilBrown2013-05-151-1/+0
| | | | | | raidtools is so ancient now that it is uninteresting. Signed-off-by: NeilBrown <neilb@suse.de>
* Trivial bugfix and spelling fixes.Michael Tokarev2012-10-211-1/+1
| | | | | | | | | And here's another trivial bugfix, now for spelling mistakes in various places, authred by Sergey Kirpichev (Cc'ed) and carried in debian mdadm package. Signed-off-by: NeilBrown <neilb@suse.de>
* Bad block logNeilBrown2012-10-031-0/+28
|
* md.4: two typos fixedBill Allaire2011-08-231-2/+2
| | | | | Signed-off-by: Bill Allaire <vger@bogoflop.com> Signed-off-by: NeilBrown <neilb@suse.de>
* md.4: Fixed typo.Bill Allaire2011-08-221-1/+1
| | | | | Signed-off-by: Bill Allaire <vger@bogoflop.com> Signed-off-by: NeilBrown <neilb@suse.de>
* md.4: fix possible typosNamhyung Kim2011-06-281-3/+3
| | | | | Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: NeilBrown <neilb@suse.de>
* Man page updates for new --grow options.NeilBrown2011-03-101-4/+10
| | | | | | Describe all the new ways that mdadm can reshape arrays. Signed-off-by: NeilBrown <neilb@suse.de>
* md.4: various improvements to new section on scrubbing.NeilBrown2010-01-291-22/+19
| | | | Signed-off-by: NeilBrown <neilb@suse.de>
* md.4: add section on scrubbing and mismatch counts.NeilBrown2010-01-281-0/+109
| | | | | | This relates to debian bug 405919 Signed-off-by: NeilBrown <neilb@suse.de>
* mdadm.8: Man page updatesNeilBrown2009-06-021-14/+66
| | | | General review and update of mdadm.8
* Merge branch 'master' into from-stableNeilBrown2008-08-071-1/+1
|\ | | | | | | | | | | | | Conflicts: Create.c Manage.c
| * Fix confusing usage in md.4 man page.Neil Brown2008-07-081-1/+1
| | | | | | | | | | | | "degraded write performance" could be confused with "write performance when degraded". It really means "reduced write performance", so say that.
* | Documentation fixup for stripe_cache_sizeDan Williams2008-07-191-6/+9
| | | | | | | | Signed-off-by: Dan Williams <dan.j.williams@intel.com>
* | Document preread_bypass_thresholdDan Williams2008-07-191-0/+9
|/ | | | Signed-off-by: Dan Williams <dan.j.williams@intel.com>
* Fix RAID acronym in man page.Neil Brown2008-05-051-2/+2
| | | | The 'D' in 'RAID' stands for 'DISKS' even it md supports other 'devices'.
* Fix possible bug with bitmap space allocation with v1.0 metadataNeil Brown2008-04-291-6/+6
| | | | | When adding a device to an array, make sure we don't reserve so much space for the bitmap that there isn't room for the data.
* Explain the read-balancing algorithm for RAID1 better in md.4Iustin Pop2007-09-111-0/+7
| | | | | | | | | | | From: Iustin Pop <iusty@k1024.org> There are many questions on the mailing list about the RAID1 read performance profile. This patch adds a new paragraph to the RAID1 section in md.4 that details what kind of speed-up one should expect from RAID1. Signed-off-by: Iustin Pop <iusty@k1024.org>
* Substantial corrections to man pages.Scott Weikart2007-07-131-47/+47
| | | | | | From: "Scott Weikart" <Scott.W@Benetech.org> Thanks Scott!
* Typo in man page: Multipath has an L ...Neil Brown2007-07-111-1/+1
|
* 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-2/+2
| | | | | | | | | From: Peter Samuelson <peter@p12n.org> do not hyphenate terms: "override", "therein", "overwrite", "superblock format". Signed-Off-By: Peter Samuelson <peter@p12n.org>
* Minor manpage fixesNeil Brown2007-05-081-2/+2
|
* Minor man page and comment fixesNeil Brown2006-10-091-1/+1
| | | | Thanks To: "Scott Weikart" <Scott.W@Benetech.org>
* Explicitly state GPL license in man pages.Neil Brown2006-08-071-0/+6
|
* Document usage of version0.91 superblock.Neil Brown2006-08-071-0/+8
|
* Support new offset layout for raid10Neil Brown2006-05-151-1/+9
| | | | | | Requires 2.6.18. Signed-off-by: Neil Brown <neilb@suse.de>
* Updates to md.4Neil Brown2006-03-301-13/+151
| | | | | | Particularly restiping and sysfs, but a few other bits too. Signed-off-by: Neil Brown <neilb@suse.de>
* Lots of little manpage updates.Neil Brown2005-08-251-7/+30
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add RAID10 and other stuff to md.4Neil Brown2005-08-251-22/+123
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Release 1.8.1 after some man page updates and other fixes.mdadm-1.11.1Neil Brown2005-06-081-19/+54
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* mdadm-1.8.0mdadm-1.8.0Neil Brown2004-11-011-0/+27
|
* mdadm-1.5.0mdadm-1.5.0Neil Brown2004-01-221-25/+37
|
* mdadm-1.3.0mdadm-1.3.0Neil Brown2003-07-291-1/+2
|