diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-09-28 11:55:37 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-09-28 11:55:37 -0400 |
commit | 7754d298916e3e5722b664acf489ed0662b47155 (patch) | |
tree | 49ff13fa23803c864861957dc27292134ba92b4b /README_libvirt.md | |
parent | 30f055111898dc1743f73bd0f8a018a40e58cf6d (diff) | |
parent | 71b3ea3b3c62781c8306a0e88d21139994fde3fa (diff) | |
download | openshift-7754d298916e3e5722b664acf489ed0662b47155.tar.gz openshift-7754d298916e3e5722b664acf489ed0662b47155.tar.bz2 openshift-7754d298916e3e5722b664acf489ed0662b47155.tar.xz openshift-7754d298916e3e5722b664acf489ed0662b47155.zip |
Merge pull request #613 from jaryn/patch-1
Fix bullets in libvirt readme
Diffstat (limited to 'README_libvirt.md')
-rw-r--r-- | README_libvirt.md | 7 |
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: |