mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
doc: fix sphinx warnings
fix `Inline literal start-string without end-string` warnings. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
707a2f77c4
commit
c5f3d4db5e
@ -164,9 +164,9 @@ cluster, for example a cluster where the monitors cannot form a
|
||||
quorum.
|
||||
|
||||
|
||||
#. Stop all ``ceph-mon'' daemons on all monitor hosts.::
|
||||
#. Stop all ``ceph-mon`` daemons on all monitor hosts. ::
|
||||
|
||||
ssh {mon-host}
|
||||
ssh {mon-host}
|
||||
service ceph stop mon || stop ceph-mon-all
|
||||
# and repeat for all mons
|
||||
|
||||
@ -199,10 +199,10 @@ quorum.
|
||||
|
||||
#. Start only the surviving monitors.
|
||||
|
||||
#. Verify the monitors form a quorum (``ceph -s'').
|
||||
#. Verify the monitors form a quorum (``ceph -s``).
|
||||
|
||||
#. You may wish to archive the removed monitors' data directory in
|
||||
``/var/lib/ceph/mon'' in a safe location, or delete it if you are
|
||||
``/var/lib/ceph/mon`` in a safe location, or delete it if you are
|
||||
confident the remaining monitors are healthy and are sufficiently
|
||||
redundant.
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 05da5930f3a130c4dea879a85a26f2c8ac7465c4
|
||||
Subproject commit 6ca7befb55767784a447a5daddd09e387ec92bd3
|
Loading…
Reference in New Issue
Block a user