Supports volume attach/detach in nova api
This bp is used to describe volume attach, detach support in nova api by adding create_
Drivers may need to invoke them to attach or detach volumes from nova instances.
In the implementation of Dell EMC Unity cross arrays volume migration, Unity driver will move lun from source Unity to target Unity.
In this scenario, volume is keep using, no new volume will be created. Driver will update provider_id, provider_location and host info once migration completed.
The in-use volume need to re-attach to nova instances to update connection info. Driver will call nova api to update or re-attach the volume.
Currently, cinder.
So create_
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Yong Huang
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Review
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Supports volume attach, detach in nova api
[SM] Volumes can't be removed and readded to running instances. This is not valid.