Skip to content

Commit f1c4cfc

Browse files
committed
typo(docs/managing_deis): fix typo in recovering Ceph quorum
1 parent 8decd79 commit f1c4cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/managing_deis/recovering-ceph-quorum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To recover from Ceph quorum loss:
3434
#. Update ``/deis/store/monSetupLock`` to point to the healthy monitor -- note that this isn't strictly necessary, as this value is only used if wiping clean and starting a fresh cluster from scratch with no data, but it's good cleanup
3535
#. Start the healthy monitor and use the admin socket to get the current state of the cluster.
3636
#. Given the cluster state as the monitor sees it, use `monmaptool`_ to manually remove stale monitor entries from the monmap (i.e. ``monmaptool --rm mon.<hostname> --clobber /etc/ceph/monmap``)
37-
#. Stop the healty moitor and use ``deis-store-admin`` to inject the prepared monmap into the monitor with ``ceph-mon -i <hostname> --inject-monmap /etc/ceph/monmap``
37+
#. Stop the healthy monitor and use ``deis-store-admin`` to inject the prepared monmap into the monitor with ``ceph-mon -i <hostname> --inject-monmap /etc/ceph/monmap``
3838
#. Start the monitor and ensure it achieves quorum by itself (use ``ceph -s`` and/or query mon_status on the admin socket)
3939
#. Start the other monitors and ensure they connect
4040
#. Start the OSDs with ``deisctl start store-daemon``

0 commit comments

Comments
 (0)