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

M #-: Accept 'staring up' reason on older libvirt

This commit is contained in:
Ruben S. Montero 2020-05-21 16:52:07 +02:00 committed by GitHub
commit 425e662edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,6 +261,7 @@ class Domain < BaseDomain
'pmsuspended' => 'SUSPENDED',
'paused' => {
'migrating' => 'RUNNING',
'starting up' => 'RUNNING',
'I/O error' => 'FAILURE',
'watchdog' => 'FAILURE',
'crashed' => 'FAILURE',