mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix that fails to resize pvc of cinder volume.
This commit is contained in:
parent
0e9b1dd20f
commit
f2b0bb9073
@ -235,6 +235,7 @@ func (volumes *VolumesV3) getVolume(volumeID string) (Volume, error) {
|
||||
ID: volumeV3.ID,
|
||||
Name: volumeV3.Name,
|
||||
Status: volumeV3.Status,
|
||||
Size: volumeV3.Size,
|
||||
}
|
||||
|
||||
if len(volumeV3.Attachments) > 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user