Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/manpages/vfs_commit.8

    r44 r134  
    1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
    2 .de Sh \" Subsection
    3 .br
    4 .if t .Sp
    5 .ne 5
    6 .PP
    7 \fB\\$1\fR
    8 .PP
    9 ..
    10 .de Sp \" Vertical space (when we can't use .PP)
    11 .if t .sp .5v
    12 .if n .sp
    13 ..
    14 .de Ip \" List item
    15 .br
    16 .ie \\n(.$>=3 .ne \\$3
    17 .el .ne 3
    18 .IP "\\$1" \\$2
    19 ..
    20 .TH "VFS_COMMIT" 8 "" "" ""
     1.\"     Title: vfs_commit
     2.\"    Author:
     3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
     4.\"      Date: 05/21/2008
     5.\"    Manual: System Administration tools
     6.\"    Source: Samba 3.0
     7.\"
     8.TH "VFS_COMMIT" "8" "05/21/2008" "Samba 3\.0" "System Administration tools"
     9.\" disable hyphenation
     10.nh
     11.\" disable justification (adjust text to left margin only)
     12.ad l
    2113.SH "NAME"
    2214vfs_commit - flush dirty data at specified intervals
     
    2820This VFS module is part of the
    2921\fBsamba\fR(7)
    30 suite.
     22suite\.
    3123.PP
    3224The
    3325vfs_commit
    34 VFS module keeps track of the amount of data written to a file and synchronizes it to disk when a specified amount accumulates.
     26VFS module keeps track of the amount of data written to a file and synchronizes it to disk when a specified amount accumulates\.
    3527.PP
    3628vfs_commit
    37 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.
     29is 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\.
    3830.PP
    39 This module is stackable.
     31This module is stackable\.
    4032.SH "OPTIONS"
    4133.PP
    4234commit:dthresh = BYTES
    43 .RS 3n
    44 Synchronize file data each time the specified number of bytes has been written.
     35.RS 4
     36Synchronize file data each time the specified number of bytes has been written\.
    4537.sp
    4638The following suffixes may be applied to BYTES:
    47 .RS 3n
    48 .TP 3n
    49 \(bu
     39.sp
     40.RS 4
     41.ie n \{\
     42\h'-04'\(bu\h'+03'\c
     43.\}
     44.el \{\
     45.sp -1
     46.IP \(bu 2.3
     47.\}
    5048K
    51 - BYTES is a number of kilobytes
    52 .TP 3n
    53 \(bu
     49\- BYTES is a number of kilobytes
     50.RE
     51.sp
     52.RS 4
     53.ie n \{\
     54\h'-04'\(bu\h'+03'\c
     55.\}
     56.el \{\
     57.sp -1
     58.IP \(bu 2.3
     59.\}
    5460M
    55 - BYTES is a number of megabytes
    56 .TP 3n
    57 \(bu
     61\- BYTES is a number of megabytes
     62.RE
     63.sp
     64.RS 4
     65.ie n \{\
     66\h'-04'\(bu\h'+03'\c
     67.\}
     68.el \{\
     69.sp -1
     70.IP \(bu 2.3
     71.\}
    5872G
    59 - BYTES is a number of gigabytes
     73\- BYTES is a number of gigabytes
     74.sp
    6075.RE
    6176.RE
     
    6378.PP
    6479Synchronize the file data on the [precious] share after every 512 kilobytes (524288 bytes) of data is written:
    65 
     80.sp
     81.RS 4
    6682.nf
    67 
    6883        \fI[precious]\fR
    69         path = /data/precious
    70         vfs objects = commit
    71         commit:dthresh = 512K
    72 
     84        \fIpath = /data/precious\fR
     85        \fIvfs objects = commit\fR
     86        \fIcommit:dthresh = 512K\fR
    7387.fi
     88.RE
    7489.SH "CAVEATS"
    7590.PP
    7691On some systems, the data synchronization performed by
    7792commit
    78 may reduce performance.
     93may reduce performance\.
    7994.SH "VERSION"
    8095.PP
    81 This man page is correct for version 3.0.25 of the Samba suite.
     96This man page is correct for version 3\.0\.25 of the Samba suite\.
    8297.SH "AUTHOR"
    8398.PP
    84 The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
    85 
     99The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\.
Note: See TracChangeset for help on using the changeset viewer.