Fix NFS related CI failures

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2024-02-18 17:24:59 -05:00
parent 8a0147c882
commit ec394ec53d
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
1.3
1.4

View File

@ -74,6 +74,8 @@ function stop()
exit 0
}
# rpc.statd has issues with very high ulimits
ulimit -n 65535
trap stop TERM