abh1sar opened a new issue, #14019: URL: https://github.com/apache/cloudstack/issues/14019
### problem `KvmFileBasedStorageVmSnapshotStrategy.deleteVMSnapshot` transitions the VM snapshot to `Expunging` during delete but doesn't transition it to `Error` state in case of exception or timeout `VMSnapshotManagerImpl.hasActiveVMSnapshotTasks` counts `Expunging` as work in progress, so operations like reboot and snapshot operations are blocked. ### versions 4.22 ### The steps to reproduce the bug 1. Take a disk-only VM snapshot. 2. Write lots of data to the VM 3. set commands.timeout=MergeDiskOnlyVmSnapshotCommand=20 4. Delete the snapshot. ... ### What to do about it? Snapshot state should transition to Error in case of timeout -- 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]
