Correct bug with libvirt permissions

This commit is contained in:
2019-06-21 11:40:53 -04:00
parent f5ec3968c3
commit eed7339578
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,3 @@
---
- name: create Libvirt keyring
command: ceph auth get-or-create client.libvirt mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=pvc*'
command: ceph auth get-or-create client.libvirt mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=*'