summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/misc/dfreecommand.xml
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-10-19 21:06:01 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:10 -0500
commit7f17d203139ec1fbd54aefbf3f013827c15d1e31 (patch)
tree2437683d08f40d185db201c41c8c80e71dfe3b06 /docs/smbdotconf/misc/dfreecommand.xml
parentb09481cea876fbe813f1fad620b1ce0f69ef28bb (diff)
downloadsamba-7f17d203139ec1fbd54aefbf3f013827c15d1e31.tar.gz
samba-7f17d203139ec1fbd54aefbf3f013827c15d1e31.tar.bz2
samba-7f17d203139ec1fbd54aefbf3f013827c15d1e31.zip
Change dfree command to be a share level parameter.
Add docs for dfree cache time. Jeremy. (This used to be commit 16a4f358dbb9a6a12d6c4727612e88dcb14de921)
Diffstat (limited to 'docs/smbdotconf/misc/dfreecommand.xml')
-rw-r--r--docs/smbdotconf/misc/dfreecommand.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/smbdotconf/misc/dfreecommand.xml b/docs/smbdotconf/misc/dfreecommand.xml
index 4a9de5c84d..be5f00aabd 100644
--- a/docs/smbdotconf/misc/dfreecommand.xml
+++ b/docs/smbdotconf/misc/dfreecommand.xml
@@ -1,5 +1,5 @@
<samba:parameter name="dfree command"
- context="G"
+ context="S"
type="string"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
@@ -11,12 +11,19 @@
with Ultrix, but may occur with other operating systems. The
symptom that was seen was an error of &quot;Abort Retry
Ignore&quot; at the end of each directory listing.</para>
-
+
<para>This setting allows the replacement of the internal routines to
calculate the total disk space and amount available with an external
routine. The example below gives a possible script that might fulfill
this function.</para>
+ <para>In Samba version 3.0.21 this parameter has been changed to be
+ a per-share parameter, and in addition the parameter
+ <smbconfoption name="dfree cache time"/>dfree cache time was added
+ to allow the output of this script to be cached for systems under
+ heavy load.
+ </para>
+
<para>The external program will be passed a single parameter indicating
a directory in the filesystem being queried. This will typically consist
of the string <filename moreinfo="none">./</filename>. The script should return two