Don't try to set pool limits on libvirt key

I figured a * wildcard would work, but no it doesn't. Libvirt needs
the ability to talk to any pool arbitrarily since PVC can create and
remove them at will.
This commit is contained in:
Joshua Boniface 2023-09-01 15:42:20 -04:00
parent 0352dd7f8f
commit d8e9b5353f
1 changed files with 1 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=*'
command: ceph auth get-or-create client.libvirt mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx'