mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #109279 from pohly/fstype-csi-ephemeral
storage e2e: set fstype for CSI ephemeral inline volumes
This commit is contained in:
commit
108222ef72
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user