sureshanaparti commented on issue #9416: URL: https://github.com/apache/cloudstack/issues/9416#issuecomment-2244450538
It seems the snapshots in the chain are marked as destroyed, but not removed. These will be removed by the storage garbage collector. So, maybe these are not counted in usage. Some related some ref below. https://github.com/apache/cloudstack/blob/54c8b71fb5452f25b2d9b1d4007ebe5b6a3fc085/engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/DefaultSnapshotStrategy.java#L364-L369 https://github.com/apache/cloudstack/blob/54c8b71fb5452f25b2d9b1d4007ebe5b6a3fc085/engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/DefaultSnapshotStrategy.java#L204-L210 @nxsbi Have you noticed any log like "_we will mark the snapshot as destroyed for future garbage collecting_"? Is the storage garbage cleanup enabled (setting: _storage.cleanup.enabled_)? -- 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]
