Re: Interactive responsiveness under heavy I/O load
Alfred Perlstein <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel,gmane.os.netbsd.general,gmane.os.netbsd.devel.performance |
|---|---|
| Message-ID | <[email protected]> |
* Johan A. van Zanten <[email protected]> [040126 12:13] wrote: > > John Goerzen <[email protected]> wrote: > > > > Have I stumbled across the reason softdep is not enabled by default, or > > is there some other logic behind this? > > My understanding of how soft dependencies works is that file system > metadata is cached in memory for a short period of time (like 20 > seconds?), which means it's at risk (of being lost) if the machine were to > loose power. The mount man page also says that it's gone through "moderate > to heavy testing, but should still be used with care." That's the same as with any other filesystem that has safe meta data handling, journalling systems included. Your data is not guaranteed to be there unless you fsync it. -- - Alfred Perlstein - Research Engineering Development Inc. - email: [email protected] cell: 408-480-4684