mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-22 17:57:46 +03:00
bug #313: Correct wrong state "pend" to "pending"
This commit is contained in:
parent
eb50a56592
commit
6baa875679
@ -49,11 +49,11 @@ class EC2QueryServer < CloudServer
|
||||
'susp' => :pending,
|
||||
'done' => :terminated,
|
||||
'fail' => :terminated,
|
||||
'prol' => :pend,
|
||||
'prol' => :pending,
|
||||
'boot' => :running,
|
||||
'runn' => :running,
|
||||
'migr' => :running,
|
||||
'save' => :pend,
|
||||
'save' => :pending,
|
||||
'epil' => :shutdown,
|
||||
'shut' => :shutdown,
|
||||
'fail' => :terminated,
|
||||
|
Loading…
x
Reference in New Issue
Block a user