fix: NFS mount optimieren (hard, 1M rsize, NFSv4, attr-cache)
This commit is contained in:
parent
b9eea5510d
commit
01be26d19e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue