Skip to content

Commit f133318

Browse files
committed
DOCSP-5525 update NFS mount params
1 parent f17390c commit f133318

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

511511
.. _production-nfs:
512512

513-
Remote Filesystems
514-
``````````````````
513+
Remote Filesystems (NFS)
514+
````````````````````````
515515

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

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

531541
Separate Components onto Different Storage Devices
532542
``````````````````````````````````````````````````

0 commit comments

Comments
 (0)