Skip to content

Commit 4860a43

Browse files
committed
DOCSP-5525 update NFS mount params
1 parent fa90894 commit 4860a43

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

source/administration/production-notes.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,8 @@ sufficient performance to support a MongoDB deployment.
520520

521521
.. _production-nfs:
522522

523-
Remote Filesystems
524-
``````````````````
523+
Remote Filesystems (NFS)
524+
````````````````````````
525525

526526
With the WiredTiger storage engine, WiredTiger objects may be stored on
527527
remote file systems if the remote file system conforms to ISO/IEC
@@ -530,7 +530,17 @@ than local file systems, using a remote file system for storage may
530530
degrade performance.
531531

532532
If you decide to use NFS, add the following NFS options to your
533-
``/etc/fstab`` file: ``bg``, ``nolock``, and ``noatime``.
533+
``/etc/fstab`` file:
534+
535+
- ``bg``
536+
- ``hard``
537+
- ``nolock``
538+
- ``noatime``
539+
- ``nointr``
540+
541+
Depending on your kernel version, some of these values may already be
542+
set as the default. Consult your platform's documentation for more
543+
information.
534544

535545
Separate Components onto Different Storage Devices
536546
``````````````````````````````````````````````````

0 commit comments

Comments
 (0)