Adds missing caps for mgr in cephfs configuration
Adds a missing cap to access mgr and be able to list subvolumegroups and subvolumes in a cephfs volume Change-Id: Ie9849ed875b996cf33aeb296f258ec84c8b720ef Closes-Bug: #1907467
This commit is contained in:
parent
d8dab2d077
commit
ba3275e9ba
@ -148,6 +148,7 @@ to use:
|
||||
ceph auth get-or-create client.manila -o manila.keyring \
|
||||
mds 'allow *' \
|
||||
osd 'allow rw' \
|
||||
mgr 'allow r' \
|
||||
mon "$MON_CAPS"
|
||||
|
||||
|
||||
|
@ -100,6 +100,7 @@ Systems service to use:
|
||||
ceph auth get-or-create client.manila -o manila.keyring \
|
||||
mds 'allow *' \
|
||||
osd 'allow rw' \
|
||||
mgr 'allow r' \
|
||||
mon "$MON_CAPS"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user