Create QCOW2 Image of a Running Instance
Problem
- A running instance (i.e. a Windows or Linux VM) that has been customized or otherwise re-configured needs to be persisted into an image file to capture its current state.
Environment
- Platform9 Managed OpenStack - v4.0 and Higher
Procedure
- Stop the instance from either the UI or CLI.
- Take a snapshot of the running instance.
- List the images and identify the UUID of the snapshot using the name given during creation.
- Download the snapshot.
- Verify the format of the downloaded image.
- If the image format is not qcow2, convert it by referring to the OpenStack image conversion guide.
Was this page helpful?