Skip to content

Commit 0dc5f46

Browse files
committed
doc/rados/operations: Fix unordered list in health-checks.rst
Fix missing empty line before an unordered list that caused it to be rendered wrong. Also, the sentences in each list item start with a capital case letter so add the missing full stop at the end. Signed-off-by: Ville Ojamo <[email protected]>
1 parent 5562407 commit 0dc5f46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/rados/operations/health-checks.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,11 @@ the cluster is provisioned with at least three Ceph Monitors and are using the
164164
``connectivity`` election strategy.
165165

166166
Network partitions are reported in two ways:
167+
167168
- As location-level netsplits (e.g., "Netsplit detected between dc1 and dc2") when
168-
all monitors in one location cannot communicate with all monitors in another location
169+
all monitors in one location cannot communicate with all monitors in another location.
169170
- As individual monitor netsplits (e.g., "Netsplit detected between mon.a and mon.d")
170-
when only specific monitors are disconnected across locations
171+
when only specific monitors are disconnected across locations.
171172

172173
The system prioritizes reporting at the highest topology level (``datacenter``, ``rack``, etc.)
173174
when possible, to better help operators identify infrastructure-level network issues.

0 commit comments

Comments
 (0)