ScaleIO volume size not rounded, when created with a source
Bug #1788515 reported by
Xin Ye
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
New
|
Undecided
|
Unassigned |
Bug Description
This may be related to bug 1554777.
When creating a volume from a source (volume, snap, etc), the user can specify a new size that is not the multiply of 8GB. The volume is extended to the new size, and rounded up to 8GB in ScaleIO system, but not in the DB. This is because the volume.size attribute is not updated in extend_volume() method, as in create_volume() method.
Changed in cinder: | |
assignee: | nobody → Deepak Mourya (mourya007) |
tags: | added: drivers scaleio |
Changed in cinder: | |
assignee: | Deepak Mourya (mourya007) → nobody |
To post a comment you must log in.