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 Calculate Cinder's Provisioned Ratio
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
You want to calculate the provisioned ratio for a Cinder Host in terms of the scheduler's capacity_filter. Helpful in scenarios where Cinder Pool is exceeding the max_over_subscription_ratio.
The ratio of provisioned capacity over total capacity 1.01 has exceeded the maximum over subscription ratio 1.00 on host UUID@Backend#IP:/cinder.Environment
- Platform9 Managed OpenStack - All versions
- Cinder
Answer
xxxxxxxxxxprovisioned_ratio = ((backend_state.provisioned_capacity_gb + requested_size) / total)For example:
- Consider a Cinder Host to have allocated_capacity_gb of 6740 GB and total_capacity_gb equal to 6881.28 GB. This information can be retrieved using the following command.
# cinder get-pools --detail| allocated_capacity_gb | 6740| max_over_subscription_ratio | 1.0| total_capacity_gb | 6881.28- Let us consider a volume to be provisioned/migrated to be of size 200 GB.
- The provisioned ratio calculated is to be 1.01 which higher than the subscription ratio of 1.0.
xxxxxxxxxxprovisioned ratio = (( 6740 + 200 ) / 6881.28 ) = 1.01VariableType 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