Feature #167
Add a "on done" hook
Status: | Closed | Start date: | 10/27/2009 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Ruben S. Montero | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 1.4 | |||
Resolution: | fixed | Pull request: |
Description
Let OpenNebula to execute a hook when a VM reaches the done
state.
Associated revisions
Added the on done hook (#167)
git-svn-id: http://svn.opennebula.org/one/trunk@900 3034c82b-c49b-4eb3-8279-a7acafdc01c0
History
#1 Updated by Ruben S. Montero over 11 years ago
- Target version set to Release 1.4
#2 Updated by Jaime Melis over 11 years ago
- Status changed from New to Closed
- Resolution set to fixed
The on "done" hook has been added and tested. The hooks are succesfully executed when deleting or shutting down the VM.
Note that the hooks are executed immediately, therefore we suggest the possibility of adding a sleep in the hooks to wait for the VM to get shutdown by the hypervisor.