summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-12-22 21:01:07 +0000
committerrwatson <rwatson@FreeBSD.org>2001-12-22 21:01:07 +0000
commitd3e16e2a5910fecdb1d7ee80d1a4fdc12771925b (patch)
tree1250fbe6477434251b58bd3e972a442990e1506e /share
parentb69626984d597e8e8e6f921794d3f369001e20a6 (diff)
downloadFreeBSD-src-d3e16e2a5910fecdb1d7ee80d1a4fdc12771925b.zip
FreeBSD-src-d3e16e2a5910fecdb1d7ee80d1a4fdc12771925b.tar.gz
o Softupdates is now enabled by default on non-root file systems. Update
language about softupdates to reference this fact, as well as slightly moderate the "recommend Softupdates for use on all filesystems" to "most filesystems" so as to be consistent with what sysinstall selects.
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/tuning.714
1 files changed, 9 insertions, 5 deletions
diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7
index a3cf6cd..2b4b9d9 100644
--- a/share/man/man7/tuning.7
+++ b/share/man/man7/tuning.7
@@ -266,13 +266,15 @@ with
softupdates can be turned on using the
.Fl U
option to
-.Xr newfs 8 ) .
+.Xr newfs 8 ,
+and
+.Xr sysinstall 8
+will typically enable softupdates automatically for non-root filesystems).
Softupdates drastically improves meta-data performance, mainly file
creation and deletion.
-We recommend enabling softupdates on all of your
-filesystems.
-There are two downsides to softupdates that you should be
-aware of.
+We recommend enabling softupdates on most filesystems; however, there
+are two limitations to softupdates that you should be aware of when
+determining whether to use softupdates on a filesystem.
First, softupdates guarantees filesystem consistency in the
case of a crash but could very easily be several seconds (even a minute!)
behind updating the physical disk.
@@ -288,6 +290,8 @@ can run it out of space and cause the update to fail.
A number of run-time
.Xr mount 8
options exist that can help you tune the system.
+For this reason, softupdates will not be enabled on the root file system
+during a typicaly install.
The most obvious and most dangerous one is
.Cm async .
Don't ever use it, it is far too dangerous.
OpenPOWER on IntegriCloud