Skip to content

Commit

Permalink
Corrections from the tech review
Browse files Browse the repository at this point in the history
  • Loading branch information
fsundermeyer committed Nov 13, 2023
1 parent 34b9d46 commit a624268
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions xml/storage_nfs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
<listitem>
<para>
<literal>*.department1.&exampledomain;</literal>: only exports
to clients on the *.department1.&exampledomain; network
to clients on the *.department1.&exampledomain; domain
</para>
</listitem>
<listitem>
Expand Down Expand Up @@ -909,7 +909,7 @@ nfs4mount -fstype=nfs4 server2:/</screen>
<para>
Refer to <xref linkend="sec-nfs-import"/> to start. Most of the
configuration is done by the NFSv4 server. For pNFS, the only
difference is to add the <option>minorversion</option> option and the
difference is to add the <option>nfsvers</option> option and the
metadata server <replaceable>MDS_SERVER</replaceable> to your
<command>mount</command> command:
</para>
Expand Down Expand Up @@ -954,11 +954,10 @@ firewall-cmd --reload</screen>
</para>
<para>
No additional firewall configuration on the client side is needed when
using NFS 4. Make sure your client explicitly request NFS
<literal>4.1</literal> or <literal>4.2</literal> by using the option
<option>nfsvers</option> when mounting NFS shares, e.g.:
using NFSv4. By default mount defaults to the highest supported
NFS version, so if your client supports NFSv4, shares will
automatically be mounted as version 4.2.
</para>
<screen>&prompt.sudo;mount -t nfs4 -o nfsvers=4.2 <replaceable>MDS_SERVER</replaceable> <replaceable>MOUNTPOINT</replaceable></screen>
</sect2>
<sect2 xml:id="nfs-firewall-nfsv3">
<title>NFS 3</title>
Expand Down Expand Up @@ -1064,7 +1063,7 @@ firewall-cmd --reload</screen>
<listitem>
<para>
On &productname; <systemitem
class="daemon">nfsd</systemitem> is already configured to
class="daemon">mountd</systemitem> is already configured to
run on a static port.
</para>
<informaltable>
Expand Down

0 comments on commit a624268

Please sign in to comment.