From f0e7d5efc1bb5a0e05b67c029f18be0e317cffcb Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Tue, 8 Oct 2019 10:12:52 +0200 Subject: [PATCH] Fix #1141053 Add missing fsid parameter According to Yan Gao, this parameter has been required since SLE12 SP0. It was introduced by upstream in commit https://github.com/ClusterLabs/resource-agents/commit/38145eec4a6 (cherry picked from commit 8bfd5c30659385caf84e9c1a21a3611fe8afb484) --- xml/art_sle_ha_nfs_quick.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml/art_sle_ha_nfs_quick.xml b/xml/art_sle_ha_nfs_quick.xml index 4cabff695..8ceaf0b06 100644 --- a/xml/art_sle_ha_nfs_quick.xml +++ b/xml/art_sle_ha_nfs_quick.xml @@ -614,10 +614,11 @@ include /etc/drbd.d/*.res; &prompt.crm.conf;primitive exportfs_work \ ocf:heartbeat:exportfs \ - params 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"