@@ -528,13 +528,18 @@ Database
528
528
529
529
- Prints a report of the status of the replica set from the perspective of the primary.
530
530
531
+ * - :method:`db.printSecondaryReplicationInfo()`
532
+
533
+ - Prints the status of the replica set from the
534
+ perspective of the secondaries.
535
+
531
536
* - :method:`db.printShardingStatus()`
532
537
533
538
- Prints a report of the sharding configuration and the chunk ranges.
534
539
535
540
* - :method:`db.printSlaveReplicationInfo()`
536
541
537
- - Prints a report of the status of the replica set from the perspective of the secondaries.
542
+ - .. include:: /includes/deprecated-db.printSlaveReplicationInfo.rst
538
543
539
544
* - :method:`db.resetError()`
540
545
@@ -932,11 +937,17 @@ Replication
932
937
933
938
* - :method:`rs.printReplicationInfo()`
934
939
935
- - Prints a report of the status of the replica set from the perspective of the primary.
940
+ - Prints a formatted report of the replica set status from the
941
+ perspective of the primary.
942
+
943
+ * - :method:`rs.printSecondaryReplicationInfo()`
944
+
945
+ - Prints a formatted report of the replica set status from the
946
+ perspective of the secondaries.
936
947
937
948
* - :method:`rs.printSlaveReplicationInfo()`
938
949
939
- - Prints a report of the status of the replica set from the perspective of the secondaries.
950
+ - .. include:: /includes/deprecated-rs.printSlaveReplicationInfo.rst
940
951
941
952
* - :method:`rs.reconfig()`
942
953
0 commit comments