1
0
Fork 0
mirror of https://code.forgejo.org/infrastructure/documentation synced 2024-11-14 17:21:52 +00:00

force nfs version 4

It is equivalent to -t nfs4 except there is no way to specify this
on mount and it has to be done via options
This commit is contained in:
Earl Warren 2024-10-17 14:23:19 +02:00
parent 3f79d6d365
commit 644faf989e
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -896,6 +896,7 @@ spec:
storageClassName: nfs
mountOptions:
- noatime
- nfsvers=4.2
volumeMode: Filesystem
---
apiVersion: v1