Skip to content

Commit 5ed2145

Browse files
committed
DOCSP-5525 update NFS mount params
1 parent c599479 commit 5ed2145

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

540540
.. _production-nfs:
541541

542-
Remote Filesystems
543-
``````````````````
542+
Remote Filesystems (NFS)
543+
````````````````````````
544544

545545
With the MMAPv1 storage engine, the Network File System protocol (NFS)
546546
is not recommended as you may see performance problems when both the
@@ -555,7 +555,17 @@ than local file systems, using a remote file system for storage may
555555
degrade performance.
556556

557557
If you decide to use NFS, add the following NFS options to your
558-
``/etc/fstab`` file: ``bg``, ``nolock``, and ``noatime``.
558+
``/etc/fstab`` file:
559+
560+
- ``bg``
561+
- ``hard``
562+
- ``nolock``
563+
- ``noatime``
564+
- ``nointr``
565+
566+
Depending on your kernel version, some of these values may already be
567+
set as the default. Consult your platform's documentation for more
568+
information.
559569

560570
Separate Components onto Different Storage Devices
561571
``````````````````````````````````````````````````

0 commit comments

Comments
 (0)