Enhance extend volume workflow in generic share driver
The generic share driver uses cinder volumes to provide share storage.
Currently, while extending a share, we call cinder extend API to extend the volume.
Since the volume is attached to the server, we first detach the volume, extend it, and attach it again to the share server[1].
This is time consuming and issues multiple API calls to Cinder (even taking a performance hit for unmapping and again mapping the volume device ).
Cinder has the functionality to extend in-use volumes from microversion 3.42[2] and most of the cinder backends do support it[3].
This has been already implemented in the glance cinder store use case[4] and is a performance improvement over the previous workflow.
[1] https:/
[2] https:/
[3] https:/
[4] https:/
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Rajat Dhasmana
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by