@@ -570,13 +570,13 @@ Storage Node Watchdog
570
570
571
571
.. note:: Available only in MongoDB Enterprise. Not available on macOS.
572
572
573
- The :ref:` Storage Node Watchdog <storage-node-watchdog>` monitors the
573
+ The Storage Node Watchdog monitors the
574
574
filesystems used by MongoDB to detect unresponsive conditions.
575
575
576
- The :ref:` Storage Node Watchdog <storage-node-watchdog>` can be enabled with
576
+ The Storage Node Watchdog can be enabled with
577
577
the :parameter:`watchdogPeriodSeconds` parameter on a :binary:`~bin.mongod`.
578
578
579
- When enabled, the :ref:` Storage Node Watchdog <storage-node-watchdog>`
579
+ When enabled, the Storage Node Watchdog
580
580
monitors the following directories:
581
581
582
582
* The :option:`--dbpath <mongod --dbpath>` directory
@@ -586,15 +586,15 @@ monitors the following directories:
586
586
* The directory of :option:`--auditPath <mongod --auditPath>` file
587
587
588
588
If any of the filesystems containing these directories become unresponsive,
589
- the :ref:` Storage Node Watchdog <storage-node-watchdog>` terminates the
589
+ the Storage Node Watchdog terminates the
590
590
:binary:`~bin.mongod` and exits with a status code of 61. If the
591
591
:binary:`~bin.mongod` is serving as the :term:`primary`, terminating initiates
592
592
:term:`failover` allowing another member to become primary.
593
593
594
594
Once a :binary:`~bin.mongod` has terminated, it may not be possible to cleanly
595
595
restart it on the *same* machine.
596
596
597
- The maximum time the :ref:` Storage Node Watchdog <storage-node-watchdog>` can
597
+ The maximum time the Storage Node Watchdog can
598
598
take to detect an unresponsive filesystem and terminate is nearly *twice* the
599
599
value of :parameter:`watchdogPeriodSeconds`.
600
600
0 commit comments