Fix up a few style errors, reword a little and change the

warning into a note.

Submitted by:	gavin
Discussed with:	cvs-doc
This commit is contained in:
Remko Lodder 2009-08-13 06:17:08 +00:00
parent 1cdd85dab9
commit 3aa60364d6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34610

View file

@ -201,9 +201,9 @@ vfs.zfs.vdev.cache.size="5M"</programlisting>
<para>The remainder of this document assumes three
<acronym>SCSI</acronym> disks are available, and their device names
are <devicename><replaceable>da0</replaceable></devicename>,
<devicename><replaceable>da1</replaceable></devicename>
<devicename><replaceable>da1</replaceable></devicename>
and <devicename><replaceable>da2</replaceable></devicename>.
Users of <acronym>IDE</acronym> hardware may use the
Users of <acronym>IDE</acronym> hardware may use the
<devicename><replaceable>ad</replaceable></devicename>
devices in place of <acronym>SCSI</acronym> hardware.</para>
@ -350,13 +350,13 @@ example/data 17547008 0 17547008 0% /example/data</screen>
<screen>&prompt.root; <userinput>zpool create storage raidz da0 da1 da2</userinput></screen>
<warning><para>&sun; recommends that the amount of devices used in a
<acronym>RAID</acronym>-Z configuration is 3-9. If your needs
<note><para>&sun; recommends that the amount of devices used in a
<acronym>RAID</acronym>-Z configuration is between three and nine. If your needs
call for a single pool to consist of 10 disks or more, consider
breaking it up into smaller <acronym>RAID</acronym>-z groups. If
you only have 2 disks, and still require redundancy, consider using
the <acronym>ZFS</acronym> mirror feature. See the &man.zpool.8;
manual page for more details.</para></warning>
breaking it up into smaller <acronym>RAID</acronym>-Z groups. If
you only have two disks and still require redundancy, consider using
a <acronym>ZFS</acronym> mirror instead. See the &man.zpool.8;
manual page for more details.</para></note>
<para>The <literal>storage</literal> zpool should have been
created. This may be verified by using the &man.mount.8; and