1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-14 01:57:24 +03:00
Carlos Martín 6d3e9f4fcf Feature #3654: Transitions to migrate VMs in poweroff
(cherry picked from commit 783775471eae90759b9ca74431415551b2b83495)
(cherry picked from commit 07015c349ffe6ca2d6d0afa08c2f4091f7b23513)
2015-04-22 19:41:24 +02:00
..
2012-07-10 14:38:02 +02:00

These .dot files are graphviz[1] DOT language graphs.

The complete state diagram uses the internal names for all the LifeCycleManager states, and the transitions triggered by the onevm commands. It is intended to be consulted by developers.

The simplified diagram uses a smaller number of state names. These names are the ones used by onevm list, e.g. prolog, prolog_migrate and prolog_resume are all presented as "prol". It is intended as a reference for end-users.

To generate png files, use the following commands:
dot -Tpng states-complete.dot -o states-complete.png
dot -Tpng states-simple.dot -o states-simple.png

dot -Tpng image-persistent.dot -o image-persistent.png
dot -Tpng image-nonpersistent.dot -o image-nonpersistent.png

[1] http://www.graphviz.org/