Cinder does not check physical volume before execution of Ivextend
Bug #1556881 reported by
Sheel Rana
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Cinder-Volume does not check available space of physical volume before execution of Ivcreate at the time of snapshot creation, Ivextend at the time of Volume resizing.
There will be error in operation, but it will be displayed as. CREATING without sending notification to user.
Changed in cinder: | |
importance: | Undecided → Medium |
assignee: | nobody → Sheel Rana (ranasheel2000) |
Changed in cinder: | |
assignee: | Sheel Rana (ranasheel2000) → nobody |
Changed in cinder: | |
assignee: | nobody → haobing1 (haobing1) |
Changed in cinder: | |
assignee: | haobing1 (haobing1) → nobody |
To post a comment you must log in.
This problem exists because the request for volume creation does not pass through scheduler.
All these tasks are handled by scheduler to check available size and all.
So, it would be ok to pass these requests through scheduler.
This will solve the issue in optimized way.