|
Last change
on this file was 203, checked in by Herwig Bauernfeind, 16 years ago |
|
Missing 3.2.2 client and HOWTO files
|
|
File size:
958 bytes
|
| Line | |
|---|
| 1 | <samba:parameter name="sync always"
|
|---|
| 2 | context="S"
|
|---|
| 3 | type="boolean"
|
|---|
| 4 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|---|
| 5 | <description>
|
|---|
| 6 | <para>This is a boolean parameter that controls
|
|---|
| 7 | whether writes will always be written to stable storage before
|
|---|
| 8 | the write call returns. If this is <constant>no</constant> then the server will be
|
|---|
| 9 | guided by the client's request in each write call (clients can
|
|---|
| 10 | set a bit indicating that a particular write should be synchronous).
|
|---|
| 11 | If this is <constant>yes</constant> then every write will be followed by a <command moreinfo="none">fsync()
|
|---|
| 12 | </command> call to ensure the data is written to disk. Note that
|
|---|
| 13 | the <parameter moreinfo="none">strict sync</parameter> parameter must be set to
|
|---|
| 14 | <constant>yes</constant> in order for this parameter to have
|
|---|
| 15 | any affect.</para>
|
|---|
| 16 | </description>
|
|---|
| 17 |
|
|---|
| 18 | <related>strict sync</related>
|
|---|
| 19 |
|
|---|
| 20 | <value type="default">no</value>
|
|---|
| 21 | </samba:parameter>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.