mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Merge pull request #103659 from tsmetana/k8s-nfs-ipv6-test-fail
e2e: Fix NFS options test for IPv6
This commit is contained in:
commit
11fb95b354
@ -104,7 +104,7 @@ func InitNFSDriver() storageframework.TestDriver {
|
|||||||
SupportedFsType: sets.NewString(
|
SupportedFsType: sets.NewString(
|
||||||
"", // Default fsType
|
"", // Default fsType
|
||||||
),
|
),
|
||||||
SupportedMountOption: sets.NewString("proto=tcp", "relatime"),
|
SupportedMountOption: sets.NewString("relatime"),
|
||||||
RequiredMountOption: sets.NewString("vers=4.1"),
|
RequiredMountOption: sets.NewString("vers=4.1"),
|
||||||
Capabilities: map[storageframework.Capability]bool{
|
Capabilities: map[storageframework.Capability]bool{
|
||||||
storageframework.CapPersistence: true,
|
storageframework.CapPersistence: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user