Replies: 1 comment
-
|
@shwstppr, possibly the physical size is ideal for usage and billing, not for backups. Maybe we should create a total_chain_size for such scenarios? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When returning the physical size for a QCOW2 volume, which has a backing file (ROOT volumes especially), the size of the backing file is not considered.
What I get in the UI,

What I see in storage,
While the template can be backing for multiple ROOT volumes, shouldn't the physical size of each volume also include the backing file size?
In the above case, shouldn't it be 3.77G?
This could create issues when sizes are retrieved by any external systems, and while checking for resource limits for backups, etc.
Beta Was this translation helpful? Give feedback.
All reactions