| [134] | 1 | .\" Title: vfs_commit
|
|---|
| 2 | .\" Author:
|
|---|
| 3 | .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
|---|
| [135] | 4 | .\" Date: 05/28/2008
|
|---|
| [134] | 5 | .\" Manual: System Administration tools
|
|---|
| 6 | .\" Source: Samba 3.0
|
|---|
| 7 | .\"
|
|---|
| [135] | 8 | .TH "VFS_COMMIT" "8" "05/28/2008" "Samba 3\.0" "System Administration tools"
|
|---|
| [134] | 9 | .\" disable hyphenation
|
|---|
| 10 | .nh
|
|---|
| 11 | .\" disable justification (adjust text to left margin only)
|
|---|
| 12 | .ad l
|
|---|
| [39] | 13 | .SH "NAME"
|
|---|
| 14 | vfs_commit - flush dirty data at specified intervals
|
|---|
| 15 | .SH "SYNOPSIS"
|
|---|
| [44] | 16 | .HP 1
|
|---|
| 17 | vfs objects = commit
|
|---|
| [39] | 18 | .SH "DESCRIPTION"
|
|---|
| 19 | .PP
|
|---|
| 20 | This VFS module is part of the
|
|---|
| 21 | \fBsamba\fR(7)
|
|---|
| [134] | 22 | suite\.
|
|---|
| [39] | 23 | .PP
|
|---|
| 24 | The
|
|---|
| [44] | 25 | vfs_commit
|
|---|
| [134] | 26 | VFS module keeps track of the amount of data written to a file and synchronizes it to disk when a specified amount accumulates\.
|
|---|
| [39] | 27 | .PP
|
|---|
| [44] | 28 | vfs_commit
|
|---|
| [134] | 29 | is useful in two circumstances\. First, if you have very precious data, the impact of unexpected power loss can be minimized by a small commit:dthresh value\. Secondly, write performance can be improved on some systems by flushing file data early and at regular intervals\.
|
|---|
| [39] | 30 | .PP
|
|---|
| [134] | 31 | This module is stackable\.
|
|---|
| [39] | 32 | .SH "OPTIONS"
|
|---|
| 33 | .PP
|
|---|
| 34 | commit:dthresh = BYTES
|
|---|
| [134] | 35 | .RS 4
|
|---|
| 36 | Synchronize file data each time the specified number of bytes has been written\.
|
|---|
| [39] | 37 | .sp
|
|---|
| |
|---|