X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fdoc%2Fmgr%2Fadministrator.rst;h=d78a30a4d558fde1e1761822142729830a451212;hb=224ce89bce8186937e77bdbda572a650953f8c23;hp=e636c80ed86385af4ab67e06cf1e01a5b9ec272d;hpb=06dae762bfef1ba116dc58483c7b68b733d853e0;p=ceph.git diff --git a/ceph/doc/mgr/administrator.rst b/ceph/doc/mgr/administrator.rst index e636c80ed..d78a30a4d 100644 --- a/ceph/doc/mgr/administrator.rst +++ b/ceph/doc/mgr/administrator.rst @@ -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: ``"/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