From: Harald Hoyer Date: Thu, 30 Mar 2017 07:03:31 +0000 (+0200) Subject: TEST: new rpcbind needs /run/rpcbind X-Git-Tag: 045~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3f37f3ccea3aa81fb49fdc69ecbb75b24ebc92d;p=thirdparty%2Fdracut.git TEST: new rpcbind needs /run/rpcbind --- diff --git a/test/TEST-20-NFS/server-init.sh b/test/TEST-20-NFS/server-init.sh index aa8af5300..b2b763b5d 100755 --- a/test/TEST-20-NFS/server-init.sh +++ b/test/TEST-20-NFS/server-init.sh @@ -30,6 +30,7 @@ mount -t rpc_pipefs sunrpc /var/lib/nfs/rpc_pipefs echo > /dev/watchdog [ -x /sbin/portmap ] && portmap echo > /dev/watchdog +mkdir -p /run/rpcbind [ -x /sbin/rpcbind ] && rpcbind echo > /dev/watchdog modprobe nfsd diff --git a/test/TEST-50-MULTINIC/server-init.sh b/test/TEST-50-MULTINIC/server-init.sh index 3a9c8cbf0..8a519fbaa 100755 --- a/test/TEST-50-MULTINIC/server-init.sh +++ b/test/TEST-50-MULTINIC/server-init.sh @@ -64,6 +64,7 @@ mount -t rpc_pipefs sunrpc /var/lib/nfs/rpc_pipefs >/dev/watchdog [ -x /sbin/portmap ] && portmap >/dev/watchdog +mkdir -p /run/rpcbind [ -x /sbin/rpcbind ] && rpcbind >/dev/watchdog modprobe nfsd diff --git a/test/TEST-70-BONDBRIDGETEAMVLAN/server-init.sh b/test/TEST-70-BONDBRIDGETEAMVLAN/server-init.sh index 9f45c4207..562feae61 100755 --- a/test/TEST-70-BONDBRIDGETEAMVLAN/server-init.sh +++ b/test/TEST-70-BONDBRIDGETEAMVLAN/server-init.sh @@ -81,6 +81,7 @@ mount -t rpc_pipefs sunrpc /var/lib/nfs/rpc_pipefs >/dev/watchdog [ -x /sbin/portmap ] && portmap >/dev/watchdog +mkdir -p /run/rpcbind [ -x /sbin/rpcbind ] && rpcbind >/dev/watchdog modprobe nfsd