mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
doc/cephadm/operations: document 'ceph orch daemon rotate-key'
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
ae45f1ec37
commit
772e4265bd
@ -87,6 +87,21 @@ file but will not trigger a restart of the daemon.
|
|||||||
ceph orch daemon reconfig <name>
|
ceph orch daemon reconfig <name>
|
||||||
|
|
||||||
|
|
||||||
|
Rotating a daemon's authenticate key
|
||||||
|
------------------------------------
|
||||||
|
|
||||||
|
All Ceph and gateway daemons in the cluster have a secret key that is used to connect
|
||||||
|
to and authenticate with the cluster. This key can be rotated (i.e., replaced with a
|
||||||
|
new key) with the following command:
|
||||||
|
|
||||||
|
.. prompt:: bash #
|
||||||
|
|
||||||
|
ceph orch daemon rotate-key <name>
|
||||||
|
|
||||||
|
For MDS, OSD, and MGR daemons, this does not require a daemon restart. For other
|
||||||
|
daemons, however (e.g., RGW), the daemon may be restarted to switch to the new key.
|
||||||
|
|
||||||
|
|
||||||
Ceph daemon logs
|
Ceph daemon logs
|
||||||
================
|
================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user