1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

bug #1165: when a VM is paused the new state is unknown (xen and kvm)

This commit is contained in:
Javi Fontan 2012-04-02 21:59:51 +02:00
parent 16003fb2f4
commit ccff248315

View File

@ -172,7 +172,7 @@ private
when *%w{running blocked shutdown dying idle}
'a'
when 'paused'
'p'
'-'
when 'crashed'
'e'
else
@ -242,7 +242,7 @@ module XEN
when *%w{r b s d}
'a'
when 'p'
'p'
'-'
when 'c'
'e'
else