Bootable filter for listening volumes through cinder-cli.
Currently CLI does not support bootable filter option to select bootable volumes from existing volumes.
But cinder document specifies bootable as default option for volume_query.
This is possible on Horizon end to select only bootable volume's list while launching instance.
Refer https:/
Also in cinder-API documents, it is mentioned that bootable is default option to go ahead with selecting volumes.
https:/
So, its good time to support same behavior for cinder client as well.
We can get bootable/
cinder list --fields bootable | grep False
cinder list --fields bootable | grep True
But its good to have this kind of functionality on server end than client side.
Accumulative motivations for this feature are:
1. To list only bootable volumes from CLI to use with instances.
2. May be its preferable(
3. Also, In good softwares, linux level commands are not exposed to user to use on CLI prompt.
Need to check with openstack if this kind of behavior exists or it's all open to user.
4. Its kind of overhead to handle this kind of things at client end.
Blueprint information
- Status:
- Complete
- Approver:
- Sean McGinnis
- Priority:
- Undefined
- Drafter:
- Sheel Rana
- Direction:
- Approved
- Assignee:
- Sheel Rana
- Definition:
- Approved
- Series goal:
- Accepted for mitaka
- Implementation:
-
Implemented
- Milestone target:
- None
- Started by
- Sheel Rana
- Completed by
- Sheel Rana
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
In python-cinderclient
Addressed by: https:/
Bootable filter for listening volumes from CLI
In Cinder
Addressed by: https:/
Bootable filter for listening volumes from CLI