Difference between revisions of "stoney conductor: VM States"

From stoney cloud
Jump to: navigation, search
[unchecked revision][unchecked revision]
(References)
(References)
Line 615: Line 615:
 
==References==
 
==References==
 
<references>
 
<references>
<ref name=LaterTechnicalClarificationNeeded>Should be implementable, but clarification needed on how it works.</ref>
+
<ref name=LaterTechnicalClarificationNeeded>Later. Should be implementable, but clarification needed on how it works.</ref>
<ref name=LaterRestrictionsRequired>Function can be made available partially (for example: memory adjustments possible, disk not).</ref>
+
<ref name=LaterRestrictionsRequired>Later. Function can be made available partially (for example: memory adjustments possible, disk not).</ref>
 
</references>
 
</references>
  
 
[[Category:stoney conductor]][[Category: Lean Provisioning]]
 
[[Category:stoney conductor]][[Category: Lean Provisioning]]

Revision as of 10:35, 28 November 2013

Naming of VM states (the second state is only needed for special cases).

Virtual Machines

Naming of VM states (the second state is only needed for special cases), valid for VMs:

No. Status Run Action Action Explanation
Start Shutdown Power off Migrate Edit Delete Use Users Groups
1 Stopped x x x x x x
2 Stopped, streaming [5.1 %] x (x) [1] (x) [2] (x) [1] technically paused
3 Stopped, backing up
4 Stopped, backing up
5 Stopped, migrating Same state for the vm being migrated to a node and away from a node.
6 Starting Technically changing state from stopped or paused to running.
7 Starting, streaming [5.1 %]
8 Paused, backing up technically migrating to file
9 Paused, migrating the vm is being migrated to this node
10 Running
11 Running, backing up Technically merging, retaining or streaming (sstProvisioningMode).
12 Running, streaming [5.1 %]
13 Running, migrating The vm is being migrated away from this node.
14 Shutting down
15 Powering off
16 Deleting

Possible future states:

  • Crashed (when vm should be running, but there isn't a QEMU process around)
  • Frozen or Non responding (requires QEMU guest agent or a watch dog)

Future editing:

  • Certain values like disk, cpu and memory will be able to be changed, even if the vm is running.

Tool-Tips:

  • "stopped, streaming (without the percent status)": Show streaming information with vm-name(s) and percent status.
  • Save text of Tool-Tips in language files.

VM Templates

Naming of VM states (the second state is only needed for special cases), valid for VM Templates:

No. Status Run Action Action Explanation
start shutdown destroy migrate edit delete toggle use persistent dynamic
1 Stopped x x x x x x x
2 Stopped, streaming After clicking "+" a list of all the vms (sstDisplayName) should appear with [5.1 %].
3 Stopped, backing up
4 Stopped, migrating Same state for the vm being migrated to a node and away from a node.
5 Stopped, first installation If sstVirtualMachineMode is set to first installation.
6 Stopped, maintenance mode If sstVirtualMachineMode is set to maintenance mode.
7 Starting Technically changing state from stopped to running.
8 Paused, backing up Technically migrating to file.
9 Paused, migrating The vm is being migrated to this node.
10 Running
11 Running, backing up Technically merging, retaining, streaming.
12 Running, migrating The vm is being migrated away from this node.
13 Running, first installation If sstVirtualMachineMode is set to first installation.
14 Running, maintenance mode If sstVirtualMachineMode is set to maintenance mode.
15 Shutting down
16 Powering off
17 Deleting
18 Do not use If sstVirtualMachineMode does not exist.

References

  1. 1.0 1.1 Later. Should be implementable, but clarification needed on how it works.
  2. Later. Function can be made available partially (for example: memory adjustments possible, disk not).