Merge "Add information about usage of external snapshots"

This commit is contained in:
Jenkins 2015-12-14 15:56:10 +00:00 committed by Gerrit Code Review
commit e0289a2116
1 changed files with 16 additions and 1 deletions

View File

@ -236,6 +236,21 @@ libvirt, defaults is =fuel_system_test=)
export VENV_PATH=<path>/fuel-devops-venv
If you want to use separated files for snapshots you need to use libvirtd in version >= 1.2.12
and set env variable. This change will switch snapshots created by libvirt from internal
to external mode.
.. code-block:: bash
export SNAPSHOTS_EXTERNAL=true
.. note:: External snapshots by default uses ~/.devops/snap directory to store memory dumps.
If you want to use other directory you can set SNAPSHOTS_EXTERNAL_DIR variable.
.. code-block:: bash
export SNAPSHOTS_EXTERNAL_DIR=~/.devops/snap
Alternatively, you can edit this file to set them as a default values
.. code-block:: bash
@ -363,4 +378,4 @@ Known issues
XML. You can see this when tests crush with a *libvirt: QEMU Driver error:
unsupported configuration: host doesn't support invariant TSC*. See: `Bug 1133155 <https://bugzilla.redhat.com/show_bug.cgi?id=1133155>`_.
Workaround: upgrade libvirt to the latest version.
Workaround: upgrade libvirt to the latest version.