#430 openQA sysadmin guide: add note about qemu capability issue
Merged by kevin. Opened by adamwill.
adamwill/infra-docs-fpo openqa-tap-capabilities  into  master

Download 430.patch

We currently have to give the qemu executable a special capability
for the tap tests to work. Updating the qemu packages wipes this
capability, then all the tap tests start failing. You have to run
the playbook again to re-set the capability. Document this.

I tried to find a way to use the qemu bridge helper to avoid the
need for the capability, but could not.

Signed-off-by: Adam Williamson awilliam@redhat.com

Looks fine, but as a solution how about using libdnf actions plugin to always re-add the capability on qemu upgrades?

see roles/mod_wsgi for how we have it restart httpd on mod_wsgi using hosts when python updates.

Pull-Request has been merged by kevin

Metadata