summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDuncan Mac-Vicar P <dmacvicar@gmail.com>2016-06-29 10:13:01 +0200
committerGitHub <noreply@github.com>2016-06-29 10:13:01 +0200
commit9b89e23d2a861e73bdefef4ae3f9bac48c519395 (patch)
treece4c261dc357f64ddc5619bb14cd6b4c55a67a2a /README.md
parent74e613c8dbd73266334319bd547df337050ca8c4 (diff)
parent22f096d94f2480a678c388cb2d8eff91425ed13d (diff)
downloadterraform-provider-libvirt-9b89e23d2a861e73bdefef4ae3f9bac48c519395.tar
terraform-provider-libvirt-9b89e23d2a861e73bdefef4ae3f9bac48c519395.tar.gz
Merge pull request #38 from moio/patch-2
README: add documentation for known problem
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 72160bdd..49e412af 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,8 @@ go test ./...
```
It is probably related and fixed in libvirt 1.3.3 (already available in openSUSE Tumbleweed).
+* On Ubuntu distros SELinux is enforced by qemu even if it is disabled globally, this might cause unexpected `Could not open '/var/lib/libvirt/images/<FILE_NAME>': Permission denied` errors. Double check that `security_driver = "none"` is uncommented in `/etc/libvirt/qemu.conf` and issue `sudo systemctl restart libvirt-bin` to restart the daemon.
+
## Author
* Duncan Mac-Vicar P. <dmacvicar@suse.de>