Add 'allow *' to getting ceph mds keyring
* Sometimes getting/creating ceph mds keyring fails, similar to https://tracker.ceph.com/issues/16255 Change-Id: I47587cbeb8be0e782c13ba7f40367409e2daa8a8
This commit is contained in:
parent
53ea3fe4af
commit
4e3054b5da
@ -58,7 +58,7 @@ ceph_debug: "{{ openstack_logging_debug }}"
|
||||
ceph_tcmalloc_tc_bytes: "134217728"
|
||||
|
||||
ceph_client_admin_keyring_caps:
|
||||
mds: "allow"
|
||||
mds: "allow *"
|
||||
mon: "allow *"
|
||||
osd: "allow *"
|
||||
mgr: "allow *"
|
||||
@ -69,7 +69,7 @@ ceph_client_mgr_keyring_caps:
|
||||
mds: 'allow *'
|
||||
|
||||
ceph_client_mds_keyring_caps:
|
||||
mds: 'allow '
|
||||
mds: 'allow *'
|
||||
osd: 'allow *'
|
||||
mon: 'allow rwx'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user