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

M #-: Accept 'booted' reason on older libvirt

This commit is contained in:
Jan Orel 2020-05-22 10:35:13 +02:00
parent 783ec5c1bd
commit 29ba4174ef
No known key found for this signature in database
GPG Key ID: C7B901ABAF4CFF1B

View File

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