mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
add note about problems with default vagrant file ownership
This commit is contained in:
parent
4706a01553
commit
39548c2e37
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue