From 074a3eda14a4cf2032c114e061b45166a17fcfbb Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sun, 17 Nov 2024 21:27:35 -0500 Subject: Increase NFS r/wsize, enable libvirtd --- hosts/iroha/scripts/mount-nfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/iroha') diff --git a/hosts/iroha/scripts/mount-nfs b/hosts/iroha/scripts/mount-nfs index c794ee4..7e3b276 100755 --- a/hosts/iroha/scripts/mount-nfs +++ b/hosts/iroha/scripts/mount-nfs @@ -1,2 +1,2 @@ #! /usr/bin/env sh -sudo mount -t nfs4 -o noatime,nodiratime,rw,bg,hard,intr,rsize=16384,wsize=16384,tcp,timeo=600,retrans=2,nfsvers=4.1 moyo:$1 $2 +sudo mount -t nfs4 -o noatime,nodiratime,rw,bg,hard,intr,rsize=65536,wsize=65536,tcp,timeo=600,retrans=2,nfsvers=4.1 moyo:$1 $2 -- cgit v1.2.3-101-g0448