test/e2e/storage: use relatime for checking NFS options
Signed-off-by: Antonio Murdaca <runcom@redhat.com> Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
parent
ebdc25a80e
commit
fc80120a0f
@ -88,7 +88,7 @@ func InitNFSDriver() TestDriver {
|
|||||||
SupportedFsType: sets.NewString(
|
SupportedFsType: sets.NewString(
|
||||||
"", // Default fsType
|
"", // Default fsType
|
||||||
),
|
),
|
||||||
SupportedMountOption: sets.NewString("proto=tcp", "nosuid"),
|
SupportedMountOption: sets.NewString("proto=tcp", "relatime"),
|
||||||
RequiredMountOption: sets.NewString("vers=4.1"),
|
RequiredMountOption: sets.NewString("vers=4.1"),
|
||||||
IsPersistent: true,
|
IsPersistent: true,
|
||||||
IsFsGroupSupported: false,
|
IsFsGroupSupported: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user