forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 1
CartesianConfigReference KVM kill_vm_gracefully.rst
Xu Tian edited this page Dec 30, 2016
·
1 revision
kill\_vm\_gracefully
====================
Description
-----------
Flags whether a graceful shutdown command should be sent to the VM guest
OS before attempting to either halt the VM at the hypervisor side
(sending an appropriate command to QEMU or even killing its process).
Of course, this is only valid when `kill\_vm `_
is set to 'yes'.
To force killing VMs without using a graceful shutdown command (such as
'shutdown -h now'):
::
kill_vm_gracefully = no
Defined On
----------
- `client/tests/kvm/base.cfg.sample `_
- `client/tests/kvm/guest-os.cfg.sample `_
- `client/tests/kvm/subtests.cfg.sample `_
- `client/tests/kvm/unittests.cfg.sample `_
Used By
-------
- `client/virt/virt\_env\_process.py `_
Referenced By
-------------
No other documentation currently references this configuration key.
See also
--------
- `kill\_vm `_
- `kill\_vm\_timeout `_
- `kill\_unresponsive\_vms `_