Skip to content

Commit

Permalink
Remove fsid
Browse files Browse the repository at this point in the history
No longer needed in 15 SP6

jsc#PED-7425
  • Loading branch information
tahliar committed Jan 16, 2024
1 parent 845c274 commit 393874e
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions xml/article_nfs_storage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -645,23 +645,14 @@ include /etc/drbd.d;</screen>
</para>
<screen>&prompt.crm.conf;<command>primitive exportfs-nfs exportfs \
params directory="/srv/nfs/share" \
options="rw,mountpoint" clientspec="192.168.1.0/24" fsid=101 \</command><co xml:id="co-exportfs-fsid"/>
<command>op monitor interval=30s timeout=90s</command><co xml:id="co-exportfs-monitor-timeout"/></screen>
<calloutlist>
<callout arearefs="co-exportfs-fsid">
<para>
The <literal>fsid</literal> must be unique for each NFS export resource.
</para>
</callout>
<callout arearefs="co-exportfs-monitor-timeout">
<para>
The value of <literal>op monitor timeout</literal> must be higher
than the value of <literal>stonith-timeout</literal>. To find the
<literal>stonith-timeout</literal> value, run <command>crm configure show</command>
and look under the <literal>property</literal> section.
</para>
</callout>
</calloutlist>
options="rw,mountpoint" clientspec="192.168.1.0/24" \
op monitor interval=30s timeout=90s</command></screen>
<para>
The value of <literal>op monitor timeout</literal> must be higher
than the value of <literal>stonith-timeout</literal>. To find the
<literal>stonith-timeout</literal> value, run <command>crm configure show</command>
and look under the <literal>property</literal> section.
</para>
<important>
<title>Do not set <literal>wait_for_leasetime_on_stop=true</literal></title>
<para>
Expand Down Expand Up @@ -879,7 +870,7 @@ include /etc/drbd.d;</screen>
</para>
<screen>&prompt.crm.conf;<command>primitive exportfs-nfs2 exportfs \
params directory="/srv/nfs/share2" \
options="rw,mountpoint" clientspec="192.168.1.0/24" fsid=102 \
options="rw,mountpoint" clientspec="192.168.1.0/24" \
op monitor interval=30s timeout=90s</command></screen>
</step>
<step>
Expand Down

0 comments on commit 393874e

Please sign in to comment.