Managed OpenStack
Latest
Frequently Asked Questions
Solution
How To
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Create QCOW2 Image of a Running Instance
Copy Markdown
Open in ChatGPT
Open in Claude
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.
xxxxxxxxxx$ openstack server stop [instance UUID]- Take a snapshot of the running instance.
xxxxxxxxxx$ openstack server image create --name [snapshot name] [instance UUID]- List the images and identify the UUID of the snapshot using the name given during creation.
xxxxxxxxxx$ openstack image list- Download the snapshot.
xxxxxxxxxx# glance image-download --file [FILE] [snapshot UUID]- Verify the format of the downloaded image.
xxxxxxxxxx# qemu-img info [FILE]- If the image format is not qcow2, convert it by referring to the OpenStack image conversion guide.
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message