|
Last change
on this file was 740, checked in by Silvan Scherrer, 13 years ago |
|
Samba Server: update vendor to 3.6.0
|
|
File size:
925 bytes
|
| Line | |
|---|
| 1 | <samba:parameter name="log writeable files on exit"
|
|---|
| 2 | context="G"
|
|---|
| 3 | type="boolean"
|
|---|
| 4 | advanced="1" developer="0"
|
|---|
| 5 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|---|
| 6 | <description>
|
|---|
| 7 | <para>
|
|---|
| 8 | When the network connection between a CIFS client and Samba
|
|---|
| 9 | dies, Samba has no option but to simply shut down the server
|
|---|
| 10 | side of the network connection. If this happens, there is a
|
|---|
| 11 | risk of data corruption because the Windows client did not
|
|---|
| 12 | complete all write operations that the Windows application
|
|---|
| 13 | requested. Setting this option to "yes" makes smbd log with
|
|---|
| 14 | a level 0 message a list of all files that have been opened
|
|---|
| 15 | for writing when the network connection died. Those are the
|
|---|
| 16 | files that are potentially corrupted. It is meant as an aid
|
|---|
| 17 | for the administrator to give him a list of files to do
|
|---|
| 18 | consistency checks on.
|
|---|
| 19 | </para>
|
|---|
| 20 | </description>
|
|---|
| 21 |
|
|---|
| 22 | <value type="default">no</value>
|
|---|
| 23 | </samba:parameter>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.