mirror of
https://github.com/ceph/ceph
synced 2025-01-19 09:32:00 +00:00
Merge pull request #25797 from falcon78921/wip-doc-37793
doc: updated Ceph documentation links Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
33a72c1537
@ -30,7 +30,7 @@ Code Documentation
|
||||
C and C++ can be documented with Doxygen_, using the subset of Doxygen
|
||||
markup supported by Breathe_.
|
||||
|
||||
.. _Doxygen: http://www.stack.nl/~dimitri/doxygen/
|
||||
.. _Doxygen: http://www.doxygen.nl/
|
||||
.. _Breathe: https://github.com/michaeljones/breathe
|
||||
|
||||
The general format for function documentation is::
|
||||
|
@ -1,3 +1,5 @@
|
||||
.. _user-management:
|
||||
|
||||
=================
|
||||
User Management
|
||||
=================
|
||||
|
@ -37,7 +37,7 @@ Cephx Notes
|
||||
|
||||
When `cephx`_ is enabled (it is by default), you must specify a user name or ID
|
||||
and a path to the keyring containing the corresponding key for the user. See
|
||||
`User Management`_ for details. You may also add the ``CEPH_ARGS`` environment
|
||||
:ref:`User Management <user-management>` for details. You may also add the ``CEPH_ARGS`` environment
|
||||
variable to avoid re-entry of the following parameters. ::
|
||||
|
||||
rbd --id {user-ID} --keyring=/path/to/secret [commands]
|
||||
@ -302,7 +302,6 @@ For example::
|
||||
|
||||
|
||||
.. _cephx: ../../rados/configuration/auth-config-ref/
|
||||
.. _User Management: ../../operations/user-management
|
||||
.. _QEMU: ../qemu-rbd/
|
||||
.. _OpenStack: ../rbd-openstack/
|
||||
.. _CloudStack: ../rbd-cloudstack/
|
||||
|
Loading…
Reference in New Issue
Block a user