Add set-bootable command.
Bootable Status is set to "True" automatically when user create a volume from a image.
But user have to set bootable status manually under the following situations.
1.When user create a empty volume and install os in volume like this.
$ cinder create 10
$ nova boot --image [image_uuid(iso format)] --flavor 1 \
--block-
2.When user create a bootable volume from instance.
http://
So I'm envisioning to add bootable option like this.
$ cinder set-bootable [volume_uuid] [True|False]
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Hiroyuki Eguchi
- Direction:
- Needs approval
- Assignee:
- Hiroyuki Eguchi
- Definition:
- Approved
- Series goal:
- None
- Implementation:
-
Implemented
- Milestone target:
- None
- Started by
- Hiroyuki Eguchi
- Completed by
- Hiroyuki Eguchi
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Add bootable option to cinder create command for users who create a bootable volume manually.