This commit is contained in:
gferg 2010-03-06 16:52:48 +00:00
parent b87b121fff
commit 1e025d723f
1 changed files with 45 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE linuxdoc system
[ <!ENTITY CurrentVer "1.1">
[ <!ENTITY CurrentVer "1.1.1">
<!ENTITY mdstat "<TT>/proc/mdstat</TT>">
<!ENTITY ftpkernel "<TT>ftp://ftp.fi.kernel.org/pub/linux</TT>">
<!ENTITY fstab "<TT>/etc/fstab</TT>">
@ -19,9 +19,12 @@
<TITLE>The Software-RAID HOWTO</TITLE>
<AUTHOR>Jakob &Oslash;stergaard <TT><htmlurl name="jakob@unthought.net" url="mailto:jakob@unthought.net"></TT>
and Emilio Bueso <TT><htmlurl name="bueso@vives.org" url="mailto:bueso@vives.org"></TT>
<DATE>v. &CurrentVer; 3rd of June 2004</DATE>
<DATE>v.&CurrentVer; 2010-03-06</DATE>
<ABSTRACT>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
This HOWTO describes how to use Software RAID under Linux. It
addresses a specific version of the Software RAID layer, namely the
0.90 RAID layer made by Ingo Molnar and others. This is the RAID layer
@ -37,6 +40,9 @@ those kernels.
<SECT>Introduction
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
This HOWTO describes the "new-style" RAID present in the 2.4 and 2.6
kernel series only. It does <EM>not</EM> describe the "old-style" RAID
functionality present in 2.0 and 2.2 kernels.
@ -277,6 +283,9 @@ the raidtools for your kernel.
<SECT>Why RAID?
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
There can be many good reasons for using RAID. A few are; the ability
to combine several physical disks into one larger "virtual" device,
performance improvements, and redundancy.
@ -394,6 +403,9 @@ management of it's contents</ITEM>
<SECT>Devices
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
Software RAID devices are so-called "block" devices, like ordinary
disks or disk partitions. A RAID device is "built" from a number of
other block devices - for example, a RAID-1 could be built from two
@ -465,6 +477,9 @@ layer just treats crashed devices as inactive parts of the filesystem.
<SECT>Hardware issues
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
This section will mention some of the hardware concerns involved when
running software RAID.
<P>
@ -627,7 +642,9 @@ mailing list.
<SECT>RAID setup
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
<SECT1>General setup
<P>
This is what you need for any of the RAID levels:
@ -1162,6 +1179,9 @@ number of very small files on it.
<SECT>Detecting, querying and testing
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
This section is about life with a software RAID system, that's
communicating with the arrays and tinkertoying them.
<P>
@ -1426,6 +1446,9 @@ name="FreshMeat"> should return a good number of matches.
<SECT>Tweaking, tuning and troubleshooting
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
<SECT1><TT>raid-level</TT> and <TT>raidtab</TT>
<P>
Some GNU/Linux distributions, like RedHat 8.0 and possibly others,
@ -2046,6 +2069,9 @@ pair to the bottom of the array description in the raidtab file.
<SECT>Reconstruction
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
If you have read the rest of this HOWTO, you should already have a pretty
good idea about what reconstruction of a degraded RAID involves. Let us
summarize:
@ -2116,6 +2142,9 @@ contact with.
<SECT>Performance
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
This section contains a number of benchmarks from a real-world system
using software RAID. There is some general information about benchmarking
software too.
@ -2284,6 +2313,9 @@ for file <TT>creat, stat, unlink</TT> operations.
<SECT>Related tools
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
While not described in this HOWTO, some useful tools for Software-RAID
systems have been developed.
<P>
@ -2319,6 +2351,9 @@ backup system.
<SECT>Partitioning RAID / LVM on RAID
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
RAID devices cannot be partitioned, like ordinary disks can. This can
be a real annoyance on systems where one wants to run, for example,
two disks in a RAID-1, but divide the system onto multiple different
@ -2415,10 +2450,11 @@ definitely a <EM>fairly simple</EM> solution which should be
considered for use on top of Software RAID. Read on in the LVM HOWTO
if you want to learn more about LVM.
<SECT>Credits
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<P>
The following people contributed to the creation of this
documentation:
<ITEMIZE>
@ -2446,8 +2482,10 @@ documentation:
Please submit corrections, suggestions etc. to the author. It's the
only way this HOWTO can improve.
<SECT>Changelog
<P>
<BF>This HOWTO is deprecated; the Linux RAID HOWTO is maintained as a wiki by the
linux-raid community at <htmlurl name="http://raid.wiki.kernel.org/" url="http://raid.wiki.kernel.org/"></BF>
<SECT1>Version 1.1
<P>
<ITEMIZE>
@ -2458,4 +2496,4 @@ only way this HOWTO can improve.
</ITEMIZE>
</ARTICLE>
</ARTICLE>