| 1 | .\" Title: vfs_prealloc
|
|---|
| 2 | .\" Author:
|
|---|
| 3 | .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
|
|---|
| 4 | .\" Date: 08/27/2008
|
|---|
| 5 | .\" Manual: System Administration tools
|
|---|
| 6 | .\" Source: Samba 3.2
|
|---|
| 7 | .\"
|
|---|
| 8 | .TH "VFS_PREALLOC" "8" "08/27/2008" "Samba 3\.2" "System Administration tools"
|
|---|
| 9 | .\" disable hyphenation
|
|---|
| 10 | .nh
|
|---|
| 11 | .\" disable justification (adjust text to left margin only)
|
|---|
| 12 | .ad l
|
|---|
| 13 | .SH "NAME"
|
|---|
| 14 | vfs_prealloc - preallocate matching files to a predetermined size
|
|---|
| 15 | .SH "SYNOPSIS"
|
|---|
| 16 | .HP 1
|
|---|
| 17 | vfs objects = prealloc
|
|---|
| 18 | .SH "DESCRIPTION"
|
|---|
| 19 | .PP
|
|---|
| 20 | This VFS module is part of the
|
|---|
| 21 | \fBsamba\fR(7)
|
|---|
| 22 | suite\.
|
|---|
| 23 | .PP
|
|---|
| 24 | The
|
|---|
| 25 | vfs_prealloc
|
|---|
| 26 | 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\.
|
|---|
| 27 | .PP
|
|---|
| 28 | This module is stackable\.
|
|---|
| 29 | .SH "OPTIONS"
|
|---|
| 30 | .PP
|
|---|
| 31 | prealloc:EXT = BYTES
|
|---|
| 32 | .RS 4
|
|---|
| 33 | Preallocate all files with the extension EXT to the size specified by BYTES\.
|
|---|
| 34 | .sp
|
|---|
| 35 | The following suffixes may be applied to BYTES:
|
|---|
| 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 | .\}
|
|---|
| 45 | K
|
|---|
| 46 | \- BYTES is a number of kilobytes
|
|---|
| 47 | .RE
|
|---|
| 48 | .sp
|
|---|
| 49 | .RS 4
|
|---|
| 50 | .ie n \{\
|
|---|
|
|---|