Bug #44
Xen shutdown leaves machines in halt state
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 1.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
After successfully sending shutdown command to xen 3.2 VM's they are left in shutdown state (halted), consuming memory. After shutdown the should be taken off xen management and all its resources freed.
History
#1 Updated by Javi Fontan over 12 years ago
- Resolution set to fixed
Bug fixed in r186. Now shutdown command waits until the machine is done, destroys it and waits 4 seconds to let xen free its resources.