Skip to content

Commit

Permalink
Update devel-vmm.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmontero authored Nov 21, 2024
1 parent 69b479f commit d8b6a35
Showing 1 changed file with 1 addition and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,59 +54,6 @@ You can also provide an alternative script name for local execution, by default
These arguments are specified in the :ref:`oned.conf file <oned_conf>`, ``arguments`` variable:

.. code::
VM_MAD = [
name = "kvm",
executable = "one_vmm_exec",
arguments = "-t 15 -r 0 -l migrate,save kvm",
default = "vmm_exec/vmm_exec_kvm.conf",
...
Each driver can define a list of supported actions for :ref:`imported VMs <import_wild_vms>`. The complete list of actions is:

.. _devel_actions:

- migrate
- live-migrate
- shutdown
- shutdown-hard
- undeploy
- undeploy-hard
- hold
- release
- stop
- suspend
- resume
- delete
- delete-recreate
- reboot
- reboot-hard
- resched
- unresched
- poweroff
- poweroff-hard
- disk-attach
- disk-detach
- nic-attach
- nic-detach
- disk-snapshot-create
- disk-snapshot-delete
- disk-snapshot-rename
- disk-snapshot-revert
- disk-resize
- disk-saveas
- resize
- update
- updateconf
- snapshot-create
- snapshot-delete
- snapshot-revert
- recover
- retry

These supported actions are specified in the :ref:`oned.conf file <oned_conf>`, ``imported_vms_actions`` variable:

.. code::
VM_MAD = [
Expand All @@ -118,8 +65,7 @@ These supported actions are specified in the :ref:`oned.conf file <oned_conf>`,
type = "kvm",
keep_snapshots = "no",
live_resize = "yes",
support_shareable = "yes",
imported_vms_actions = "shutdown,shutdown-hard,hold,release,suspend,resume,delete,reboot,reboot-hard,resched,unresched,disk-attach,disk-detach,nic-attach,nic-detach,snap-create,snap-delete"
support_shareable = "yes",
]
The hypervisor may preserve system snapshots across power on/off cycles and live migrations, in that case you can set ``keep_snapshots`` variable to ``yes``.
Expand Down

0 comments on commit d8b6a35

Please sign in to comment.