[one-users] VM status numerical codes.
Carlos Martín Sánchez
cmartin at opennebula.org
Wed Oct 19 02:17:00 PDT 2011
Hi,
I'd say the code is actually the most up to date documentation :)
We will include a table in the xml-rpc documentation, meanwhile this is from
VirtualMachine.h
/**
* Global Virtual Machine state
*/
enum VmState
{
INIT = 0,
PENDING = 1,
HOLD = 2,
ACTIVE = 3,
STOPPED = 4,
SUSPENDED = 5,
DONE = 6,
FAILED = 7
};
/**
* Virtual Machine state associated to the Life-cycle Manager
*/
enum LcmState
{
LCM_INIT = 0,
PROLOG = 1,
BOOT = 2,
RUNNING = 3,
MIGRATE = 4,
SAVE_STOP = 5,
SAVE_SUSPEND = 6,
SAVE_MIGRATE = 7,
PROLOG_MIGRATE = 8,
PROLOG_RESUME = 9,
EPILOG_STOP = 10,
EPILOG = 11,
SHUTDOWN = 12,
CANCEL = 13,
FAILURE = 14,
CLEANUP = 15,
UNKNOWN = 16
};
There are two levels, the LCM state must be ignored unless the VM is ACTIVE
(3).
Regards.
--
Carlos Martín, MSc
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org <http://www.opennebula.org/> | cmartin at opennebula.org
On Wed, Oct 5, 2011 at 8:01 PM, Gian Uberto Lauri <saint at eng.it> wrote:
> Hello there.
>
> I need to understand the VM status in an OCA reply. I know I can read
> the code, namely this snippet from VirtualMachine.rb and see what's
> the index of the label shown by the onevm list command, but is there a
> more authoritative definition ? Code changes:).
>
> The same question holds for the Life Cycle :).
>
>
> --
> ing. Gian Uberto Lauri
> Ricercatore / Reasearcher
> Laboratorio Ricerca e Sviluppo / Research & Development Lab.
> Area Calcolo Distribuito / Distributed Computation Area
>
> GianUberto.Lauri at eng.it
>
> Engineering Ingegneria Informatica spa
> Corso Stati Uniti 23/C, 35127 Padova (PD)
>
> Tel. +39-049.8283.571 | main(){printf(&unix["\021%six\012\0"],
> Fax +39-049.8283.569 | (unix)["have"]+"fun"-0x60);}
> Skype: gian.uberto.lauri | David Korn, AT&T Bell Labs
> http://www.eng.it | ioccc best One Liner,
> 1987
> _______________________________________________
> Users mailing list
> Users at lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20111019/0704afce/attachment-0003.htm>
More information about the Users
mailing list