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