summaryrefslogtreecommitdiffstats
path: root/README_libvirt.md
diff options
context:
space:
mode:
authorJaroslav Henner <jhenner@redhat.com>2015-09-25 13:16:03 +0200
committerJaroslav Henner <jhenner@redhat.com>2015-09-25 13:16:03 +0200
commit71b3ea3b3c62781c8306a0e88d21139994fde3fa (patch)
tree4ea3de53f548ac08ff384e575c0b6cbb18616d9b /README_libvirt.md
parent34465b6edd45ea34b98563cd772cb28eb2265bde (diff)
downloadopenshift-71b3ea3b3c62781c8306a0e88d21139994fde3fa.tar.gz
openshift-71b3ea3b3c62781c8306a0e88d21139994fde3fa.tar.bz2
openshift-71b3ea3b3c62781c8306a0e88d21139994fde3fa.tar.xz
openshift-71b3ea3b3c62781c8306a0e88d21139994fde3fa.zip
Fix bullets in libvirt readme
Diffstat (limited to 'README_libvirt.md')
-rw-r--r--README_libvirt.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README_libvirt.md b/README_libvirt.md
index 60af0ac88..1a710ff3b 100644
--- a/README_libvirt.md
+++ b/README_libvirt.md
@@ -68,7 +68,12 @@ If your `$HOME` is world readable, everything is fine. If your `$HOME` is privat
error: Cannot access storage file '$HOME/libvirt-storage-pool-openshift/lenaic-master-216d8.qcow2' (as uid:99, gid:78): Permission denied
```
-In order to fix that issue, you have several possibilities:* set `libvirt_storage_pool_path` inside `playbooks/libvirt/openshift-cluster/launch.yml` and `playbooks/libvirt/openshift-cluster/terminate.yml` to a directory: * backed by a filesystem with a lot of free disk space * writable by your user; * accessible by the qemu user.* Grant the qemu user access to the storage pool.
+In order to fix that issue, you have several possibilities:
+ * set `libvirt_storage_pool_path` inside `playbooks/libvirt/openshift-cluster/launch.yml` and `playbooks/libvirt/openshift-cluster/terminate.yml` to a directory:
+ * backed by a filesystem with a lot of free disk space
+ * writable by your user;
+ * accessible by the qemu user.
+ * Grant the qemu user access to the storage pool.
On Arch: