mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +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,
|
VolumeAttributes: attributes,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
if pattern.FsType != "" {
|
||||||
|
r.VolSource.CSI.FSType = &pattern.FsType
|
||||||
|
}
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
framework.Failf("VolumeResource doesn't support: %s", pattern.VolType)
|
framework.Failf("VolumeResource doesn't support: %s", pattern.VolType)
|
||||||
|
Loading…
Reference in New Issue
Block a user