Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
1.0 KB
|
Line | |
---|
1 | <samba:parameter name="dfree cache time"
|
---|
2 | context="S"
|
---|
3 | type="integer"
|
---|
4 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
---|
5 | <description>
|
---|
6 |
|
---|
7 | <para>
|
---|
8 | The <parameter moreinfo="none">dfree cache time</parameter> should only be used on systems where a problem
|
---|
9 | occurs with the internal disk space calculations. This has been known to happen with Ultrix, but may occur
|
---|
10 | with other operating systems. The symptom that was seen was an error of "Abort Retry Ignore" at the
|
---|
11 | end of each directory listing.
|
---|
12 | </para>
|
---|
13 |
|
---|
14 | <para>
|
---|
15 | This is a new parameter introduced in Samba version 3.0.21. It specifies in seconds the time that smbd will
|
---|
16 | cache the output of a disk free query. If set to zero (the default) no caching is done. This allows a heavily
|
---|
17 | loaded server to prevent rapid spawning of <smbconfoption name="dfree command"/> scripts increasing the load.
|
---|
18 | </para>
|
---|
19 |
|
---|
20 | <para>
|
---|
21 | By default this parameter is zero, meaning no caching will be done.
|
---|
22 | </para>
|
---|
23 |
|
---|
24 | </description>
|
---|
25 | <value type="example">60</value>
|
---|
26 | </samba:parameter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.