diff --git a/test/e2e/storage/framework/volume_resource.go b/test/e2e/storage/framework/volume_resource.go index 66b521692ec..6b578fcd776 100644 --- a/test/e2e/storage/framework/volume_resource.go +++ b/test/e2e/storage/framework/volume_resource.go @@ -121,6 +121,9 @@ func CreateVolumeResource(driver TestDriver, config *PerTestConfig, pattern Test VolumeAttributes: attributes, }, } + if pattern.FsType != "" { + r.VolSource.CSI.FSType = &pattern.FsType + } } default: framework.Failf("VolumeResource doesn't support: %s", pattern.VolType)