...
Info |
---|
|
Create Volume from Snapshot
If the instance was booted from a volume and you want to store the root disk in the image repository:
Via Horizon Dashboard
- Go to Project → Compute → Volumes → Snapshots.
- Find the snapshot and select Create Volume from the action menu.
- Provide a name for the volume and confirm.
Via CLI
Code Block |
---|
openstack volume create --snapshot <snapshot_id> <volume_name> |