[nova] Fix missing blacklist permission.
The cephx keys are missing a default permission to allow to see blacklisted clients. This permission ensures that in the event of a client crash (kill -9/hard shutdown/power outage) the client can re-connect and write to any devices after reboot. Closes-Bug: 1773449 Change-Id: I44d3982233f892d2c0ce3b9964194d8098453978 Signed-off-by: Jorge Niedbalski <jorge.niedbalski@linaro.org>
This commit is contained in:
parent
5beece2503
commit
48e9898abd
@ -252,7 +252,7 @@ nova_pool_pgp_num: "{{ ceph_pool_pgp_num }}"
|
||||
nova_hw_disk_discard: "unmap"
|
||||
|
||||
ceph_client_nova_keyring_caps:
|
||||
mon: 'allow r'
|
||||
mon: 'allow r, allow command "osd blacklist"'
|
||||
osd: >-
|
||||
allow class-read object_prefix rbd_children,
|
||||
allow rwx pool={{ ceph_cinder_pool_name }},
|
||||
|
Loading…
Reference in New Issue
Block a user