@@ -570,13 +570,13 @@ Storage Node Watchdog
570570
571571.. note:: Available only in MongoDB Enterprise. Not available on macOS.
572572
573- The :ref:` Storage Node Watchdog <storage-node-watchdog>` monitors the
573+ The Storage Node Watchdog monitors the
574574filesystems used by MongoDB to detect unresponsive conditions.
575575
576- The :ref:` Storage Node Watchdog <storage-node-watchdog>` can be enabled with
576+ The Storage Node Watchdog can be enabled with
577577the :parameter:`watchdogPeriodSeconds` parameter on a :binary:`~bin.mongod`.
578578
579- When enabled, the :ref:` Storage Node Watchdog <storage-node-watchdog>`
579+ When enabled, the Storage Node Watchdog
580580monitors the following directories:
581581
582582* The :option:`--dbpath <mongod --dbpath>` directory
@@ -586,15 +586,15 @@ monitors the following directories:
586586* The directory of :option:`--auditPath <mongod --auditPath>` file
587587
588588If 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
590590:binary:`~bin.mongod` and exits with a status code of 61. If the
591591:binary:`~bin.mongod` is serving as the :term:`primary`, terminating initiates
592592:term:`failover` allowing another member to become primary.
593593
594594Once a :binary:`~bin.mongod` has terminated, it may not be possible to cleanly
595595restart it on the *same* machine.
596596
597- The maximum time the :ref:` Storage Node Watchdog <storage-node-watchdog>` can
597+ The maximum time the Storage Node Watchdog can
598598take to detect an unresponsive filesystem and terminate is nearly *twice* the
599599value of :parameter:`watchdogPeriodSeconds`.
600600
0 commit comments