Merge "Adds missing caps for mgr in cephfs configuration"

This commit is contained in:
Zuul 2021-01-22 21:15:14 +00:00 committed by Gerrit Code Review
commit 42b709e446
2 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,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"