1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-24 17:49:28 +03:00

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

This commit is contained in:
Ruben S. Montero
2020-05-22 11:36:07 +02:00
committed by GitHub

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',