forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 1
CartesianConfigReference KVM kill_unresponsive_vms.rst
Xu Tian edited this page Dec 30, 2016
·
1 revision
kill\_unresponsive\_vms
=======================
Description
-----------
Configures whether VMs that are running, but do not have a responsive
session (for example via SSH), should be destroyed (of course, not
`gracefully `_) during post processing.
This behavior is enabled by default. To turn it off and leave
unresponsive VMs lying around (usually **not** recommended):
::
kill_unresponsive_vms = no
Defined On
----------
- `client/tests/kvm/base.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\_vm\_gracefully `_