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:
parent
16003fb2f4
commit
ccff248315
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user