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?
How to Identify Ephemeral vs Boot-From-Volume Instances in OpenStack
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
In OpenStack, instances may be provisioned with either an ephemeral storage or persistent (volume) storage. How can the two be differentiated and filtered accordingly among currently-provisioned instances within a Platform9 Managed OpenStack environment?
Environment
- Platform9 Managed OpenStack - All Versions
- Nova
Procedure
Clarity UI
- In Clarity UI, navigate to the Instances tab.
- Ensure that "attached volumes" is shown as an active column. If not, click on the cog icon and add it to the active columns.

Screen_Shot_2020-11-05_at_2.01.18_PM.png
- Inspect the instances view. Boot from volume instances will show an attached volume, whereas ephemeral instances will not.

Screen_Shot_2020-11-05_at_1_56_32_PM.png
OpenStack CLI
- Query the list of instances, (optionally) filtered by host – selecting any where the "Image" value is populated, indicating they are ephemeral and not boot from volume.
xxxxxxxxxxopenstack server list --all-projects --host=[HOST_UUID] -f json | jq -r '.[] | select(.Image != "").ID'Note: To select boot from volume instances, change '!=' to '==' and the opposite results would be shown.
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