Bug 1881929 - [DDF] We should add the command line version of this, because afaik there are things that can only be done with it.
Summary: [DDF] We should add the command line version of this, because afaik there are...
Keywords:
Status: NEW
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 13.0 (Queens)
Hardware: All
OS: All
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Documentation Team
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-23 12:16 UTC by Direct Docs Feedback
Modified: 2023-02-21 02:51 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-8386 0 None None None 2022-11-24 08:46:09 UTC

Description Direct Docs Feedback 2020-09-23 12:16:31 UTC
We should add the command line version of this, because afaik there are things that can only be done with it.

Following examples are from OSP13 and also apply to OSP16.

For example creating a volume from a glance image where the glance image was created by Nova for a Cinder volume during an instance snapshot.

This operation will only work if we are using microversion 3.46: cinder --os-volume-api-version 3.46 create --image-id  

And in microversion 3.47 we can pass a backup id (like we do with snapshots and images) to create a volume from a backup using the same create command:
cinder --os-volume-api-version 3.47 create --backup-id 

Passing backup in the create operation may not be supported in RHOSP, but the image definitely operation is.

Reported by: geguileo

https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/storage_guide/ch-cinder#annotations:d2f083fc-bfe8-4a1a-a6fc-7106249d2ef5


Note You need to log in before you can comment on or make changes to this bug.