Amitay

You did not add "|| true" to the statd-callout invocation of nfsconf like  you did in nfs-linux-kernel-callout.

Regards,
Jim

On 7/27/2020 3:07 AM, Amitay Isaacs wrote:
+# If NFS_HOSTNAME not set then try to pull it out of /etc/nfs.conf
+if [ -z "$NFS_HOSTNAME" ] && type nfsconf >/dev/null 2>&1 ; then
+       NFS_HOSTNAME=$(nfsconf --get statd name)
+fi


Reply via email to