]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: Fix unordered list in health-checks.rst 63320/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 16 May 2025 08:26:56 +0000 (15:26 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 16 May 2025 08:26:56 +0000 (15:26 +0700)
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 <14869000+bluikko@users.noreply.github.com>
doc/rados/operations/health-checks.rst

index 5bd0ca070bf3608ab03658063808f5e6bde311d2..7231d9c1a35cb149b6394f8c52040a866f2ffd83 100644 (file)
@@ -164,10 +164,11 @@ the cluster is provisioned with at least three Ceph Monitors and are using the
 ``connectivity`` election strategy.
 
 Network partitions are reported in two ways:
+
 - As location-level netsplits (e.g., "Netsplit detected between dc1 and dc2") when
-  all monitors in one location cannot communicate with all monitors in another location
+  all monitors in one location cannot communicate with all monitors in another location.
 - As individual monitor netsplits (e.g., "Netsplit detected between mon.a and mon.d")
-  when only specific monitors are disconnected across locations
+  when only specific monitors are disconnected across locations.
 
 The system prioritizes reporting at the highest topology level (``datacenter``, ``rack``, etc.)
 when possible, to better help operators identify infrastructure-level network issues.