diff options
author | Ryan Leaf <ryan@ryanleaf.org> | 2015-10-13 15:25:19 -0400 |
---|---|---|
committer | Ryan Leaf <ryan@ryanleaf.org> | 2015-10-13 15:25:19 -0400 |
commit | dda7f2fd52302a9c0f4b6b0120184c16823ac989 (patch) | |
tree | 38215df9dc6cff9abbad38da02f9388b4c29f5c4 | |
parent | a3531efc4cbe6d514666c5c52a6971749f5f3379 (diff) | |
download | openshift-dda7f2fd52302a9c0f4b6b0120184c16823ac989.tar.gz openshift-dda7f2fd52302a9c0f4b6b0120184c16823ac989.tar.bz2 openshift-dda7f2fd52302a9c0f4b6b0120184c16823ac989.tar.xz openshift-dda7f2fd52302a9c0f4b6b0120184c16823ac989.zip |
'setfacl ...' works on Fedora 22 and solves a permissions issue
Issue with the lenaic master qcow image (docs mention Arch currently).
-rw-r--r-- | README_libvirt.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_libvirt.md b/README_libvirt.md index 3f8bbb5f0..18ec66f2a 100644 --- a/README_libvirt.md +++ b/README_libvirt.md @@ -75,7 +75,7 @@ In order to fix that issue, you have several possibilities: * accessible by the qemu user. * Grant the qemu user access to the storage pool. -On Arch: +On Arch or Fedora 22+: ``` setfacl -m g:kvm:--x ~ |