]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/mgr/administrator.rst
update sources to v12.1.1
[ceph.git] / ceph / doc / mgr / administrator.rst
index e636c80ed86385af4ab67e06cf1e01a5b9ec272d..d78a30a4d558fde1e1761822142729830a451212 100644 (file)
@@ -27,11 +27,12 @@ of ``ceph status``, which should now include a mgr status line::
 
 Client authentication
 ---------------------
+
 The manager is a new daemon which requires new CephX capabilities. If you upgrade
 a cluster from an old version of Ceph, or use the default install/deploy tools,
 your admin client should get this capability automatically. If you use tooling from
 elsewhere, you may get EACCES errors when invoking certain ceph cluster commands.
-To fix that, add a "mgr allow *" stanza to your client's cephx capabilities by
+To fix that, add a "mgr allow \*" stanza to your client's cephx capabilities by
 `Modifying User Capabilities`_.
 
 High availability
@@ -76,12 +77,6 @@ OPTION(mgr_module_path, OPT_STR, CEPH_PKGLIBDIR "/mgr") // where to load python
 :Type: String
 :Default: ``"<library dir>/mgr"``
 
-``mgr modules``
-
-:Description: List of python modules to load
-:Type: String
-:Default: ``"rest"`` (Load the REST API module only)
-
 ``mgr data``
 
 :Description: Path to load daemon data (such as keyring)
@@ -101,4 +96,4 @@ OPTION(mgr_module_path, OPT_STR, CEPH_PKGLIBDIR "/mgr") // where to load python
 :Type: Integer
 :Default: ``30``
 
-.. _Modifying User Capabilities: ../rados/operations/user-management#modify-user-capabilities
+.. _Modifying User Capabilities: ../../rados/operations/user-management/#modify-user-capabilities