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:
Antonio Murdaca 2018-10-25 18:02:13 +02:00 committed by Antonio Murdaca
parent ebdc25a80e
commit fc80120a0f

View File

@ -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,