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

@ -706,7 +706,7 @@ mirror/gm0 COMPLETE ada1 (ACTIVE)
<title>BIOS Settings</title> <title>BIOS Settings</title>
<para>BIOS settings may have to be changed to boot from one <para>BIOS settings may have to be changed to boot from one
of the new mirrored drives. Either mirror drive can be of the new mirrored drives. Either mirror drive can be
used for booting. As components of a mirror, they contain used for booting. As components of a mirror, they contain
identical data.</para> identical data.</para>
</sect4> </sect4>
@ -807,7 +807,7 @@ mountroot&gt;</screen>
<screen>&prompt.root; <userinput>gmirror forget gm0</userinput></screen> <screen>&prompt.root; <userinput>gmirror forget gm0</userinput></screen>
<para>Any old metadata should be <link <para>Any old metadata should be <link
linkend="GEOM-mirror-metadata">cleared from the replacement linkend="GEOM-mirror-metadata">cleared from the replacement
disk</link>. Then the disk, <devicename>ada4</devicename> disk</link>. Then the disk, <devicename>ada4</devicename>
for this example, is inserted into the mirror:</para> for this example, is inserted into the mirror:</para>
@ -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>