Skip to content

Commit

Permalink
M #-: COLD_MIGRATE_MODE clarification (OpenNebula#2774)
Browse files Browse the repository at this point in the history
(cherry picked from commit 89bd2b3)
  • Loading branch information
mkutouski authored and tinova committed Nov 30, 2023
1 parent 1c0d938 commit dacb173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The Scheduler configuration file is in ``/etc/one/sched.conf`` on the Front-end
* ``MAX_DISPATCH``: Maximum number of Virtual Machines actually dispatched to a host in each scheduling action (Default: 30)
* ``MAX_HOST``: Maximum number of Virtual Machines dispatched to a given host in each scheduling action (Default: 1)
* ``LIVE_RESCHEDS``: Rescheduling VMs performs migrations as ``1`` - live, ``0`` - cold.
* ``COLD_MIGRATE_MODE``: Defines mode of cold VM migration. Options ``0`` - save, ``1`` - poweroff, ``2`` - poweroff hard. See :ref:`one.vm.migrate <one_vm_migrate>`.
* ``COLD_MIGRATE_MODE``: Defines mode of cold VM migration. Options ``0`` - save, ``1`` - poweroff, ``2`` - poweroff hard. Please, note that parameter is taken into account for actions initiated by the scheduler but not users (e.g. migration commands instantiated by user from Sunstone or command line interface will ignore that parameter). See :ref:`one.vm.migrate <one_vm_migrate>`.
* ``MEMORY_SYSTEM_DS_SCALE``: This factor scales the VM usage of the system DS with the memory size. This factor can be use to make the scheduler consider the overhead of checkpoint files (*system_ds_usage = system_ds_usage + memory_system_ds_scale * memory*).
* ``DIFFERENT_VNETS``: When set (``YES``) the NICs of a VM will be forced to be in different Virtual Networks.

Expand Down

0 comments on commit dacb173

Please sign in to comment.