mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-08 02:15:27 +00:00
Enable CSI e2e tests for volume expansion
This commit is contained in:
@@ -221,7 +221,6 @@ var (
|
||||
DefaultFsDynamicPVAllowExpansion = TestPattern{
|
||||
Name: "Dynamic PV (default fs)(allowExpansion)",
|
||||
VolType: DynamicPV,
|
||||
BindingMode: storagev1.VolumeBindingWaitForFirstConsumer,
|
||||
AllowExpansion: true,
|
||||
}
|
||||
// BlockVolModeDynamicPVAllowExpansion is TestPattern for "Dynamic PV (block volmode)(allowExpansion)"
|
||||
@@ -229,7 +228,6 @@ var (
|
||||
Name: "Dynamic PV (block volmode)(allowExpansion)",
|
||||
VolType: DynamicPV,
|
||||
VolMode: v1.PersistentVolumeBlock,
|
||||
BindingMode: storagev1.VolumeBindingWaitForFirstConsumer,
|
||||
AllowExpansion: true,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user