From f4e92a93c0284a1cf081e3a5736e14d3fa78c8f9 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Wed, 1 Nov 2023 03:35:23 +0000 Subject: [PATCH] test: set identical xfs file system in e2e test fix --- test/e2e/dynamic_provisioning_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/dynamic_provisioning_test.go b/test/e2e/dynamic_provisioning_test.go index 8d9875080f..d96cdbf07e 100644 --- a/test/e2e/dynamic_provisioning_test.go +++ b/test/e2e/dynamic_provisioning_test.go @@ -547,7 +547,7 @@ func (t *dynamicProvisioningTestSuite) defineTests(isMultiZone bool) { Cmd: convertToPowershellorCmdCommandIfNecessary("echo 'hello world' > /mnt/test-1/data"), Volumes: t.normalizeVolumes([]testsuites.VolumeDetails{ { - FSType: "ext4", + FSType: "xfs", ClaimSize: "10Gi", VolumeMount: testsuites.VolumeMountDetails{ NameGenerate: "test-volume-", @@ -585,7 +585,7 @@ func (t *dynamicProvisioningTestSuite) defineTests(isMultiZone bool) { pod := testsuites.PodDetails{ Volumes: t.normalizeVolumes([]testsuites.VolumeDetails{ { - FSType: "ext4", + FSType: "xfs", ClaimSize: "10Gi", VolumeMount: testsuites.VolumeMountDetails{ NameGenerate: "test-volume-",