nxsbi commented on issue #9416: URL: https://github.com/apache/cloudstack/issues/9416#issuecomment-2245853426
Hello, Yes the storage.cleanup.enabled = True You are correct in that the snapshot is marked as Destroyed, but snapshot_store_ref still shows it as Ready. But keep in mind that this is part of a chain, so it cannot be deleted until it reaches the snapshot.delta.max = 7 + Keep 3 The "Destroyed" is set based on "Keep X snapshots" that is set by users. In the usage side of it, it does not list the Destroyed snapshot. What I am saying is that logical "Destroyed" makes sense from user perspective, but not from usage perspective. In Usage perspective, it should show all the chain vhd files as USAGE. Example below - Whats happening is that (in example below) on Jul 25, usage would only show 500 + 8 + 11 = 519 GB, where as in reality it is using (1096 GB ===500+25+33+10+9+11+8+500. What I am asking is that it should show the 1096 GB as used. It may be helpful to show on UI to the users that the snapshot is base or incremental.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
