From 46b9e7e13f71b6a0864dc59da09bd7f7a76d5fab Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 9 Dec 2005 03:47:05 +0000 Subject: Reformat source files, move 'default' info into body text. (This used to be commit f62f7a9f76a606ef3faecdd7a25803d461d6c924) --- docs/smbdotconf/misc/dfreecachetime.xml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'docs/smbdotconf/misc/dfreecachetime.xml') diff --git a/docs/smbdotconf/misc/dfreecachetime.xml b/docs/smbdotconf/misc/dfreecachetime.xml index 4c03861cf9..2a8805e948 100644 --- a/docs/smbdotconf/misc/dfreecachetime.xml +++ b/docs/smbdotconf/misc/dfreecachetime.xml @@ -5,22 +5,23 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> - The dfree cache time - should only be used on systems where a problem occurs with the - internal disk space calculations. This has been known to happen - with Ultrix, but may occur with other operating systems. The - symptom that was seen was an error of "Abort Retry - Ignore" at the end of each directory listing. + + The dfree cache time should only be used on systems where a problem + occurs with the internal disk space calculations. This has been known to happen with Ultrix, but may occur + with other operating systems. The symptom that was seen was an error of "Abort Retry Ignore" at the + end of each directory listing. + + + + This is a new parameter introduced in Samba version 3.0.21. It specifies in seconds the time that smbd will + cache the output of a disk free query. If set to zero (the default) no caching is done. This allows a heavily + loaded server to prevent rapid spawning of scripts increasing the load. + - This is a new parameter introduced in Samba version 3.0.21. - It specifies in seconds the time that smbd will cache the output - of a disk free query. If set to zero (the default) no caching is - done. This allows a heavily loaded server to prevent rapid spawning - of scripts increasing the load. + + By default this parameter is zero, meaning no caching will be done. -By default this parameter is zero, meaning no caching - will be done. dfree cache time = 60 -- cgit