Fix some igor warnings:
- Indentations - Replace spaces with tabs - Fix a repeated word: it it -> it is
This commit is contained in:
parent
c6e3e11b17
commit
7d0cc33a0e
1 changed files with 8 additions and 8 deletions
|
@ -1921,10 +1921,10 @@ mypool/usr/home sharesmb off local</screen>
|
|||
<screen>&prompt.root; <userinput> zfs set sharenfs=on <replaceable>mypool/usr/home</replaceable></userinput></screen>
|
||||
|
||||
<para>It is also possible to set additional options for sharing
|
||||
datasets through <acronym>NFS</acronym>, such as
|
||||
<option>-alldirs</option>, <option>-maproot</option> and
|
||||
<option>-network</option>. To set additional options to a
|
||||
dataset shared through NFS, enter:</para>
|
||||
datasets through <acronym>NFS</acronym>, such as
|
||||
<option>-alldirs</option>, <option>-maproot</option> and
|
||||
<option>-network</option>. To set additional options to a
|
||||
dataset shared through NFS, enter:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput> zfs set sharenfs="-alldirs,-maproot=<replaceable>root</replaceable>,-network=<replaceable>192.168.1.0/24</replaceable>" <replaceable>mypool/usr/home</replaceable></userinput></screen>
|
||||
</sect3>
|
||||
|
@ -2029,8 +2029,8 @@ mypool/var/tmp@my_recursive_snapshot 0 - 152K -</screen>
|
|||
<command>zfs list</command>. <option>-t all</option>
|
||||
displays both file systems and snapshots.</para>
|
||||
|
||||
<para>Snapshots are not mounted directly, so no path is shown in
|
||||
the <literal>MOUNTPOINT</literal> column. There is no
|
||||
<para>Snapshots are not mounted directly, so no path is shown
|
||||
in the <literal>MOUNTPOINT</literal> column. There is no
|
||||
mention of available disk space in the
|
||||
<literal>AVAIL</literal> column, as snapshots cannot be
|
||||
written to after they are created. Compare the snapshot
|
||||
|
@ -3565,11 +3565,11 @@ vfs.zfs.vdev.cache.size="5M"</programlisting>
|
|||
the pool unbootable. Likewise, you should not
|
||||
use an entire disk as part of a mirror or
|
||||
<acronym>RAID-Z</acronym> vdev. These are
|
||||
because it it impossible to reliably determine
|
||||
because it is impossible to reliably determine
|
||||
the size of an unpartitioned disk at boot time
|
||||
and because there's no place to put in boot
|
||||
code.</para>
|
||||
</caution>
|
||||
</caution>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue