JoaoJandre opened a new pull request, #11455: URL: https://github.com/apache/cloudstack/pull/11455
### Description This PR updates the error message shown when no snapshot strategy is found. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [X] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) - [ ] build/CI - [ ] test (unit or integration test code) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [X] Minor #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [ ] Minor - [ ] Trivial ### How Has This Been Tested? I created a disk-only VM snapshot using the KvmFileBasedStorageVmSnapshotStrategy and then tried to create a volume snapshot. I got the following error, as expected: ``` Failed to create snapshot due to unsupported operation: Unable to find a snapshot strategy to create snapshot [Snapshot {"id":541,"name":"t1_DATA-295_20250815133205","state":"Allocated","uuid":"7a7e0b5e-3aa0-4a50-84d3-d62446950938","version":"2.2","volumeId":317}] of volume [7663349b-c3f7-4e71-bef3-8a87352cae40]. Please check the logs. ``` -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org