From 24d327ba0fd0f6c9192bb77c4423d6864b5421e4 Mon Sep 17 00:00:00 2001 From: bubulle Date: Sun, 10 Jan 2010 17:48:14 +0000 Subject: merge upstream 3.4.4~dfsg git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@3218 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/manpages/vfs_fileid.8.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/htmldocs/manpages/vfs_fileid.8.html') diff --git a/docs/htmldocs/manpages/vfs_fileid.8.html b/docs/htmldocs/manpages/vfs_fileid.8.html index b1fe332111..82d35b192d 100644 --- a/docs/htmldocs/manpages/vfs_fileid.8.html +++ b/docs/htmldocs/manpages/vfs_fileid.8.html @@ -1,5 +1,5 @@ -vfs_fileid

Name

vfs_fileid — Generates file_id structs with unique device id values for - cluster setups

Synopsis

vfs objects = fileid

DESCRIPTION

This VFS module is part of the +vfs_fileid

Name

vfs_fileid — Generates file_id structs with unique device id values for + cluster setups

Synopsis

vfs objects = fileid

DESCRIPTION

This VFS module is part of the samba(7) suite.

Samba uses file_id structs to uniquely identify files for locking purpose. By default the file_id contains the device @@ -9,7 +9,7 @@ SMB_VFS_FILE_ID_CREATE() operation and generates the device number based on the configured algorithm (see the "fileid:algorithm" option). -

OPTIONS

fileid:algorithm = ALGORITHM

Available algorithms are fsname +

OPTIONS

fileid:algorithm = ALGORITHM

Available algorithms are fsname and fsid. The default value is fsname.

The fsname algorithm generates @@ -20,13 +20,13 @@

fileid:mapping = ALGORITHM

This option is the legacy version of the fileid:algorithm option, which was used in earlier versions of fileid mapping feature in custom Samba 3.0 versions. -

EXAMPLES

Usage of the fileid module with the +

EXAMPLES

Usage of the fileid module with the fsid algorithm:

         [global]
 	vfs objects = fileid
 	fileid:algorithm = fsid
-

VERSION

This man page is correct for version 3.2 of the Samba suite. -

AUTHOR

The original Samba software and related utilities +

VERSION

This man page is correct for version 3.2 of the Samba suite. +

AUTHOR

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.

-- cgit v1.2.3