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:
Jose Castro Leon 2020-12-09 16:15:27 +01:00 committed by Victoria Martinez de la Cruz
parent d8dab2d077
commit ba3275e9ba
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"