doc: fix typo in cephadm host management

This commit is contained in:
Brian_P 2021-11-29 14:13:17 +00:00 committed by GitHub
parent 602cbea5ed
commit 22ca9ce373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ Maintenance Mode
Place a host in and out of maintenance mode (stops all Ceph daemons on host)::
ceph orch host maintenance enter <hostname> [--force]
ceph orch host maintenace exit <hostname>
ceph orch host maintenance exit <hostname>
Where the force flag when entering maintenance allows the user to bypass warnings (but not alerts)