fix: NFS mount optimieren (hard, 1M rsize, NFSv4, attr-cache)

This commit is contained in:
sascha 2026-04-27 22:09:04 +02:00
parent b9eea5510d
commit 01be26d19e

View file

@ -42,5 +42,5 @@ volumes:
driver: local driver: local
driver_opts: driver_opts:
device: :/volume1/nas device: :/volume1/nas
o: addr=192.168.6.100,nolock,soft,rw o: addr=192.168.6.100,nolock,hard,rw,rsize=1048576,wsize=1048576,noatime,nodiratime,nfsvers=4,acregmin=10,acregmax=60,acdirmin=60,acdirmax=600
type: nfs type: nfs