From 644faf989e8d5f458c4129aff537b5fdf368dd72 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 17 Oct 2024 14:23:19 +0200 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f63078..ff96053 100644 --- a/README.md +++ b/README.md @@ -896,6 +896,7 @@ spec: storageClassName: nfs mountOptions: - noatime + - nfsvers=4.2 volumeMode: Filesystem --- apiVersion: v1