From 393874eaa0f4993f209f48758512a04b6a1792f5 Mon Sep 17 00:00:00 2001 From: Tahlia Richardson <3069029+tahliar@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:22:02 +1000 Subject: [PATCH] Remove fsid No longer needed in 15 SP6 jsc#PED-7425 --- xml/article_nfs_storage.xml | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/xml/article_nfs_storage.xml b/xml/article_nfs_storage.xml index 3ce8ecbc..466054ff 100644 --- a/xml/article_nfs_storage.xml +++ b/xml/article_nfs_storage.xml @@ -645,23 +645,14 @@ include /etc/drbd.d; &prompt.crm.conf;primitive exportfs-nfs exportfs \ params directory="/srv/nfs/share" \ - options="rw,mountpoint" clientspec="192.168.1.0/24" fsid=101 \ - op monitor interval=30s timeout=90s - - - - The fsid must be unique for each NFS export resource. - - - - - The value of op monitor timeout must be higher - than the value of stonith-timeout. To find the - stonith-timeout value, run crm configure show - and look under the property section. - - - + options="rw,mountpoint" clientspec="192.168.1.0/24" \ + op monitor interval=30s timeout=90s + + The value of op monitor timeout must be higher + than the value of stonith-timeout. To find the + stonith-timeout value, run crm configure show + and look under the property section. + Do not set <literal>wait_for_leasetime_on_stop=true</literal> @@ -879,7 +870,7 @@ include /etc/drbd.d; &prompt.crm.conf;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