kanagarajb0720 opened a new issue, #11551: URL: https://github.com/apache/cloudstack/issues/11551
The snapshots are configured to be stored on **Primary Storage**. However, when attempting to create a snapshot, CloudStack still performs validation against the **Secondary Storage resource limits**. For example: * If we have a 10GB volume and attempt to create a snapshot without sufficient secondary storage quota for the domain, the snapshot creation fails. * This behavior is inconsistent, as the snapshot is supposed to be stored in Primary Storage and should not depend on secondary storage quota validation. <img width="327" height="203" alt="Image" src="https://github.com/user-attachments/assets/0d88e475-850c-4aa5-ac8b-ab90f6ef9605" /> This seems to be an issue in the snapshot workflow where quota checks are incorrectly applied to secondary storage, even when primary storage is used for Snapshot. -- 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]
