From 39548c2e373e45db77e712d11c3720f7a1a13e7d Mon Sep 17 00:00:00 2001 From: clime Date: Sat, 16 May 2020 22:07:40 +0200 Subject: [PATCH] add note about problems with default vagrant file ownership --- beaker-tests/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/beaker-tests/README.md b/beaker-tests/README.md index bbc4318..0b20b2f 100644 --- a/beaker-tests/README.md +++ b/beaker-tests/README.md @@ -52,3 +52,12 @@ Or ``` to switch to CentOS-8/epel-8 virtual machine. + +NOTES: + +If you encounter vagrant error like: `Call to virDomainCreateWithFlags failed: Cannot access storage file '/root/.local/share/libvirt/images/dist-git_dist-git.img' (as uid:107, gid:107): Permission denied`, add the following into `/etc/libvirt/qemu.conf`. + +``` +user=root +group=root +```