Feature #351
Image hook should not be executed in deleted images
Status: | Closed | Start date: | 09/17/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Core & System | |||
Target version: | - | |||
Resolution: | duplicate | Pull request: |
Description
The image hook is executed each time a VirtualMachine gets into DONE state.
It should not be executed in deleted images.
Adding a new REASON depending on the command that gets the VM into DONE could be a solution.
Related issues
Associated revisions
History
#1 Updated by Javi Fontan over 10 years ago
- Target version deleted (
Release 2.0)
#2 Updated by Carsten Friedrich over 10 years ago
If "saveas" is no longer done on "delete" there must be another fail-save way to get "saveas" executed from any state a VM can get into after issuing "saveas". I think currently "delete" is the only command that forces a VM into the "done" state from any possible state.
#3 Updated by Ruben S. Montero over 10 years ago
- Status changed from New to Closed
- Resolution set to duplicate
This logic will be developed as part of issue #489