Skip to content

Commit 867558f

Browse files
committed
DOCSP-5525 update NFS mount params
1 parent a7b99c4 commit 867558f

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
@@ -509,8 +509,8 @@ sufficient performance to support a MongoDB deployment.
509509

510510
.. _production-nfs:
511511

512-
Remote Filesystems
513-
``````````````````
512+
Remote Filesystems (NFS)
513+
````````````````````````
514514

515515
With the WiredTiger storage engine, WiredTiger objects may be stored on
516516
remote file systems if the remote file system conforms to ISO/IEC
@@ -519,7 +519,17 @@ than local file systems, using a remote file system for storage may
519519
degrade performance.
520520

521521
If you decide to use NFS, add the following NFS options to your
522-
``/etc/fstab`` file: ``bg``, ``nolock``, and ``noatime``.
522+
``/etc/fstab`` file:
523+
524+
- ``bg``
525+
- ``hard``
526+
- ``nolock``
527+
- ``noatime``
528+
- ``nointr``
529+
530+
Depending on your kernel version, some of these values may already be
531+
set as the default. Consult your platform's documentation for more
532+
information.
523533

524534
Separate Components onto Different Storage Devices
525535
``````````````````````````````````````````````````

0 commit comments

Comments
 (0)