Merge pull request #109279 from pohly/fstype-csi-ephemeral
storage e2e: set fstype for CSI ephemeral inline volumes
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user