When createing a volume from an image - nova leaves the volume name empty
Bug #1224972 reported by
Nikola Đipanov
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Opinion
|
Wishlist
|
Unassigned | ||
OpenStack Compute (nova) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
When a block device with source=image, dest=volume to nova instance boot, nova will instruct Cinder to create the volume, however it will not set any name. It would be helpful to set a descriptive name so that the user knows where the volume came from.
Changed in nova: | |
importance: | Undecided → Wishlist |
tags: | added: volumes |
Changed in nova: | |
assignee: | nobody → Nikola Đipanov (ndipanov) |
Changed in nova: | |
status: | New → Triaged |
Changed in nova: | |
assignee: | Nikola Đipanov (ndipanov) → sandhya (sandhya-ganapathy) |
Changed in cinder: | |
assignee: | nobody → sandhya (sandhya-ganapathy) |
Changed in cinder: | |
status: | New → In Progress |
Changed in cinder: | |
importance: | Undecided → Wishlist |
Changed in nova: | |
status: | Triaged → In Progress |
Changed in cinder: | |
assignee: | Sandhya Ganapathy (sandhya-ganapathy) → nobody |
Changed in nova: | |
assignee: | Sandhya Ganapathy (sandhya-ganapathy) → nobody |
assignee: | nobody → Sandhya Ganapathy (sandhya-ganapathy) |
Changed in nova: | |
assignee: | Sandhya Ganapathy (sandhya-ganapathy) → nobody |
status: | Incomplete → Invalid |
Changed in nova: | |
assignee: | nobody → Feodor Tersin (ftersin) |
status: | Invalid → In Progress |
Changed in nova: | |
assignee: | nobody → Feodor Tersin (ftersin) |
status: | Confirmed → In Progress |
To post a comment you must log in.
Hello,
Would the fix for this bug be better handled if it is done at the cinder level? If the request to create a volume comes without a name, a default (image or vol name from which it is created - this is how horizon behaves) name can be given and volume creation can be done.
Thanks.