Whitespace-only fixes. Translators, please ignore.

This commit is contained in:
Warren Block 2012-11-02 04:22:25 +00:00
parent dc068cb25d
commit 0ea049f633
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39910

View file

@ -855,8 +855,8 @@ mountroot&gt;</screen>
</authorgroup>
</sect1info>
<title><acronym>RAID</acronym>3 - Byte-level Striping with Dedicated
Parity</title>
<title><acronym>RAID</acronym>3 - Byte-level Striping with
Dedicated Parity</title>
<indexterm>
<primary>GEOM</primary>
@ -874,10 +874,10 @@ mountroot&gt;</screen>
<acronym>RAID</acronym>3 implementation will access all disks in
the array. Performance can be enhanced by using multiple
disk controllers. The <acronym>RAID</acronym>3 array provides a
fault tolerance of 1 drive, while providing a capacity of 1 - 1/n
times the total capacity of all drives in the array, where n is the
number of hard drives in the array. Such a configuration is
mostly suitable for storing data of larger sizes, e.g.,
fault tolerance of 1 drive, while providing a capacity of 1 -
1/n times the total capacity of all drives in the array, where n
is the number of hard drives in the array. Such a configuration
is mostly suitable for storing data of larger sizes, e.g.,
multimedia files.</para>
<para>At least 3 physical hard drives are required to build a
@ -888,7 +888,8 @@ mountroot&gt;</screen>
equal to 3, 5, 9, 17, etc. (2^n + 1).</para>
<sect2>
<title>Creating a Dedicated <acronym>RAID</acronym>3 Array</title>
<title>Creating a Dedicated <acronym>RAID</acronym>3
Array</title>
<para>In &os;, support for <acronym>RAID</acronym>3 is
implemented by the &man.graid3.8; <acronym>GEOM</acronym>
@ -930,7 +931,8 @@ mountroot&gt;</screen>
example uses three unpartitioned
<acronym>ATA</acronym> drives:
<devicename><replaceable>ada1</replaceable></devicename>
and <devicename><replaceable>ada2</replaceable></devicename>
and
<devicename><replaceable>ada2</replaceable></devicename>
for data, and
<devicename><replaceable>ada3</replaceable></devicename>
for parity.</para>
@ -973,8 +975,8 @@ Done.</screen>
<step>
<para>The <filename>geom_raid3.ko</filename> module must be
loaded before the array can be mounted. To automatically
load the kernel module during the system initialization, add
the following line to the
load the kernel module during the system initialization,
add the following line to the
<filename>/boot/loader.conf</filename> file:</para>
<programlisting>geom_raid3_load="YES"</programlisting>