From 00a66c90061993219cafce75a048a9ce266c0728 Mon Sep 17 00:00:00 2001 From: andf-mongodb Date: Tue, 13 Apr 2021 16:11:27 -0400 Subject: [PATCH] DOCSP-5525 update NFS mount params --- source/administration/production-notes.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/source/administration/production-notes.txt b/source/administration/production-notes.txt index cd2c4729248..ed76c472c78 100644 --- a/source/administration/production-notes.txt +++ b/source/administration/production-notes.txt @@ -520,8 +520,8 @@ sufficient performance to support a MongoDB deployment. .. _production-nfs: -Remote Filesystems -`````````````````` +Remote Filesystems (NFS) +```````````````````````` With the WiredTiger storage engine, WiredTiger objects may be stored on 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 degrade performance. If you decide to use NFS, add the following NFS options to your -``/etc/fstab`` file: ``bg``, ``nolock``, and ``noatime``. +``/etc/fstab`` file: + +- ``bg`` +- ``hard`` +- ``nolock`` +- ``noatime`` +- ``nointr`` + +Depending on your kernel version, some of these values may already be +set as the default. Consult your platform's documentation for more +information. Separate Components onto Different Storage Devices ``````````````````````````````````````````````````