Damans227 commented on issue #11356: URL: https://github.com/apache/cloudstack/issues/11356#issuecomment-4034177092
@abh1sar @DaanHoogland Looks like, CloudStack already blocks destructive operations during a runing job (e.g. VM destroy/migration/reinstall, all are blocked during volume snapshots: [UserVmManagerImpl.java:3540](https://github.com/apache/cloudstack/blob/4.22/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java#L3540), [7327](https://github.com/apache/cloudstack/blob/4.22/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java#L7327), [8796](https://github.com/apache/cloudstack/blob/4.22/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java#L8796), [9882](https://github.com/apache/cloudstack/blob/4.22/server/src/main/java/com/cloud/vm/UserVmManagerImpl.java#L9882)). Will follow the same fix for backups too for consistency reasons. -- 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]
