Skip to content

Commit

Permalink
Fix #1141053 Add missing fsid parameter
Browse files Browse the repository at this point in the history
According to Yan Gao, this parameter has been required since
SLE12 SP0. It was introduced by upstream in commit
ClusterLabs/resource-agents@38145eec4a6

(cherry picked from commit 8bfd5c3)
  • Loading branch information
tomschr committed Oct 8, 2019
1 parent 2825c63 commit f0e7d5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xml/art_sle_ha_nfs_quick.xml
Original file line number Diff line number Diff line change
Expand Up @@ -614,10 +614,11 @@ include /etc/drbd.d/*.res;</screen>
</para>
<screen>&prompt.crm.conf;<command>primitive</command> exportfs_work \
ocf:heartbeat:exportfs \
params <!--fsid=1 -->directory="/srv/nfs/work" \
params directory="/srv/nfs/work" \
options="rw,mountpoint" \
clientspec="&nfs-clientspec;" \
wait_for_leasetime_on_stop=true \
fsid=100 \
op monitor interval="30s"</screen>
</listitem>
<listitem>
Expand Down

0 comments on commit f0e7d5e

Please sign in to comment.