fix: NFS mount optimieren (hard, 1M rsize, NFSv4, attr-cache)
This commit is contained in:
parent
d1586a65b7
commit
d51fd491c9
1 changed files with 1 additions and 1 deletions
|
|
@ -46,5 +46,5 @@ volumes:
|
|||
driver: local
|
||||
driver_opts:
|
||||
device: :/volume1/nas
|
||||
o: addr=192.168.7.100,nolock,soft,rw
|
||||
o: addr=192.168.7.100,nolock,hard,rw,rsize=1048576,wsize=1048576,noatime,nodiratime,nfsvers=4,acregmin=10,acregmax=60,acdirmin=60,acdirmax=600
|
||||
type: nfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue