summaryrefslogtreecommitdiff
path: root/hosts/iroha
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-11-17 21:27:35 -0500
committerAndrew Opalach <andrew@akon.city> 2024-11-17 21:27:35 -0500
commit074a3eda14a4cf2032c114e061b45166a17fcfbb (patch)
tree943ffd623b832a9a92e43620eff6f96d262ed51b /hosts/iroha
parent69657cffd889bc353cbf8e83f12b46bc48f7321b (diff)
downloaddotfiles-074a3eda14a4cf2032c114e061b45166a17fcfbb.tar.gz
dotfiles-074a3eda14a4cf2032c114e061b45166a17fcfbb.tar.bz2
dotfiles-074a3eda14a4cf2032c114e061b45166a17fcfbb.zip
Increase NFS r/wsize, enable libvirtd
Diffstat (limited to 'hosts/iroha')
-rwxr-xr-xhosts/iroha/scripts/mount-nfs2
1 files changed, 1 insertions, 1 deletions
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