diff --git a/doc/source/admin/cephfs_driver.rst b/doc/source/admin/cephfs_driver.rst index 86cf3416fd..3603dad6ee 100644 --- a/doc/source/admin/cephfs_driver.rst +++ b/doc/source/admin/cephfs_driver.rst @@ -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" diff --git a/doc/source/configuration/shared-file-systems/drivers/cephfs-native-driver.rst b/doc/source/configuration/shared-file-systems/drivers/cephfs-native-driver.rst index 808c726ef8..52a809f72d 100644 --- a/doc/source/configuration/shared-file-systems/drivers/cephfs-native-driver.rst +++ b/doc/source/configuration/shared-file-systems/drivers/cephfs-native-driver.rst @@ -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"