Commit f2b0bb90 authored by Tardis Xu's avatar Tardis Xu

Fix that fails to resize pvc of cinder volume.

parent 0e9b1dd2
...@@ -235,6 +235,7 @@ func (volumes *VolumesV3) getVolume(volumeID string) (Volume, error) { ...@@ -235,6 +235,7 @@ func (volumes *VolumesV3) getVolume(volumeID string) (Volume, error) {
ID: volumeV3.ID, ID: volumeV3.ID,
Name: volumeV3.Name, Name: volumeV3.Name,
Status: volumeV3.Status, Status: volumeV3.Status,
Size: volumeV3.Size,
} }
if len(volumeV3.Attachments) > 0 { if len(volumeV3.Attachments) > 0 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment