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_prealloc.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_PREALLOC" 8 "" "" ""
     1.\"     Title: vfs_prealloc
     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_PREALLOC" "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_prealloc - preallocate matching files to a predetermined size
     
    2820This VFS module is part of the
    2921\fBsamba\fR(7)
    30 suite.
     22suite\.
    3123.PP
    3224The
    3325vfs_prealloc
    34 VFS module preallocates files to a specified size each time a new file is created. This is useful in environments where files are of a predetermined size will be written to a disk subsystem where extending file allocations is expensive.
     26VFS module preallocates files to a specified size each time a new file is created\. This is useful in environments where files are of a predetermined size will be written to a disk subsystem where extending file allocations is expensive\.
    3527.PP
    36 This module is stackable.
     28This module is stackable\.
    3729.SH "OPTIONS"
    3830.PP
    3931prealloc:EXT = BYTES
    40 .RS 3n
    41 Preallocate all files with the extension EXT to the size specified by BYTES.
     32.RS 4
     33Preallocate all files with the extension EXT to the size specified by BYTES\.
    4234.sp
    4335The following suffixes may be applied to BYTES:
    44 .RS 3n
    45 .TP 3n
    46 \(bu
     36.sp
     37.RS 4
     38.ie n \{\
     39\h'-04'\(bu\h'+03'\c
     40.\}
     41.el \{\
     42.sp -1
     43.IP \(bu 2.3
     44.\}
    4745K
    48 - BYTES is a number of kilobytes
    49 .TP 3n
    50 \(bu
     46\- BYTES is a number of kilobytes
     47.RE
     48.sp
     49.RS 4
     50.ie n \{\
     51\h'-04'\(bu\h'+03'\c
     52.\}
     53.el \{\
     54.sp -1
     55.IP \(bu 2.3
     56.\}
    5157M
    52 - BYTES is a number of megabytes
    53 .TP 3n
    54 \(bu
     58\- BYTES is a number of megabytes
     59.RE
     60.sp
     61.RS 4
     62.ie n \{\
     63\h'-04'\(bu\h'+03'\c
     64.\}
     65.el \{\
     66.sp -1
     67.IP \(bu 2.3
     68.\}
    5569G
    56 - BYTES is a number of gigabytes
     70\- BYTES is a number of gigabytes
     71.sp
    5772.RE
    5873.RE
     
    6075.PP
    6176A process writes TIFF files to a Samba share, and the is known these files will almost always be around 4 megabytes (4194304 bytes):
    62 
     77.sp
     78.RS 4
    6379.nf
    64 
    6580        \fI[frames]\fR
    66         path = /data/frames
    67         vfs objects = prealloc
    68         prealloc:tiff = 4M
    69 
     81        \fIpath = /data/frames\fR
     82        \fIvfs objects = prealloc\fR
     83        \fIprealloc:tiff = 4M\fR
    7084.fi
     85.RE
    7186.SH "CAVEATS"
    7287.PP
    7388vfs_prealloc
    74 is not supported on all platforms and filesystems. Currently only XFS filesystems on Linux and IRIX are supported.
     89is not supported on all platforms and filesystems\. Currently only XFS filesystems on Linux and IRIX are supported\.
    7590.SH "VERSION"
    7691.PP
    77 This man page is correct for version 3.0.25 of the Samba suite.
     92This man page is correct for version 3\.0\.25 of the Samba suite\.
    7893.SH "AUTHOR"
    7994.PP
    80 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.
    81 
     95The 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.