Add image_id as parameter to clone_image
Registered by
Navneet
The clone_image method in VolumeDriver has volume and image_location as input parameters. This method also needs to have image_id as one of the inputs for clone_image implementations so as to use it in efficient cloning in scenarios where its required to introspect internal stores or catalogue for a particular image before performing efficient clone for it. Hence image_id needs to be added as additional param to clone_image method.
Blueprint information
- Status:
- Complete
- Approver:
- John Griffith
- Priority:
- Low
- Drafter:
- Navneet
- Direction:
- Needs approval
- Assignee:
- Navneet
- Definition:
- New
- Series goal:
- Accepted for havana
- Implementation:
- Implemented
- Milestone target:
- 2013.2
- Started by
- Navneet
- Completed by
- John Griffith
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Clone_image method added image_id as parameter.
(?)