File tree Expand file tree Collapse file tree 1 file changed +24
-10
lines changed Expand file tree Collapse file tree 1 file changed +24
-10
lines changed Original file line number Diff line number Diff line change @@ -617,16 +617,30 @@ average operations per second.
617
617
618
618
The replication status of the member.
619
619
620
- ========= =========================
621
- **Value** **Replication Type**
622
- --------- -------------------------
623
- PRI :term:`primary`
624
- SEC :term:`secondary`
625
- REC recovering
626
- UNK unknown
627
- RTR mongos process ("router")
628
- ARB :term:`arbiter`
629
- ========= =========================
620
+ .. list-table::
621
+ :header-rows: 1
622
+ :widths: 20 80
623
+
624
+ * - Value
625
+ - Replication Type
626
+
627
+ * - ``PRI``
628
+ - :term:`primary`
629
+
630
+ * - ``SEC``
631
+ - :term:`secondary`
632
+
633
+ * - ``REC``
634
+ - recovering
635
+
636
+ * - ``UNK``
637
+ - unknown
638
+
639
+ * - ``RTR``
640
+ - ``mongos`` process ("router")
641
+
642
+ * - ``ARB``
643
+ - :term:`arbiter`
630
644
631
645
632
646
Additional Information
You can’t perform that action at this time.
0 commit comments