summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index f471f77d..b7344c05 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,18 @@ export TF_ACC=1
go test ./...
```
+## Known Problems
+
+* There is a [bug in libvirt](https://bugzilla.redhat.com/show_bug.cgi?id=1293804) that seems to be causing
+ problems to unlink volumes. Tracked [here](https://github.com/dmacvicar/terraform-provider-libvirt/issues/6).
+
+ If you see something like:
+
+ ```console
+ cannot unlink file '/var/lib/libvirt/images/XXXXXXXXXXXX': Permission denied
+ ```
+ It is probably related.
+
## Author
* Duncan Mac-Vicar P. <dmacvicar@suse.de>