Fix error about missing volumeSpec for expansion during mount
This commit is contained in:
@@ -375,9 +375,8 @@ func TestExpandDuringMount(t *testing.T) {
|
||||
actualSize = pvc.Status.Capacity.Storage()
|
||||
}
|
||||
pluginResizeOpts := volume.NodeResizeOptions{
|
||||
VolumeSpec: vmt.VolumeSpec,
|
||||
NewSize: *desiredSize,
|
||||
OldSize: *actualSize,
|
||||
NewSize: *desiredSize,
|
||||
OldSize: *actualSize,
|
||||
}
|
||||
asow := newFakeActualStateOfWorld()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user