Known issues section creation

Some versions of libvirt contains a well-known bug

Change-Id: Iabe88675977bd997421107dfa1d40c071a9c24a2
Related-bug: #1518407
This commit is contained in:
Alexey Stepanov 2015-11-23 12:31:18 +03:00 committed by Olga Gusarenko
parent fb21eeee02
commit 5a29329f1f
1 changed files with 8 additions and 0 deletions

View File

@ -356,3 +356,11 @@ To upgrade 6.1 jobs, follow these steps:
* install `requirements <https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/requirements.txt>`_ of system tests
* if you are using system tests on CI, please configure your CI to use new Python venv, or export path to the new Python venv in the variable VENV_PATH:
export VENV_PATH=<path>/fuel-devops-venv-2.9
Known issues
------------
* Some versions of libvirt contain a bug that breaks QEMU virtual machine
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.