From 3358d5a7cae1c2a99495c38069531fc87fe22b24 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 16 May 2011 13:30:26 +0200 Subject: s3: Document gpfs:syncio Autobuild-User: Volker Lendecke Autobuild-Date: Mon May 16 15:00:40 CEST 2011 on sn-devel-104 --- docs-xml/manpages-3/vfs_gpfs.8.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/vfs_gpfs.8.xml b/docs-xml/manpages-3/vfs_gpfs.8.xml index 5f89ffac77..a6b31240ee 100644 --- a/docs-xml/manpages-3/vfs_gpfs.8.xml +++ b/docs-xml/manpages-3/vfs_gpfs.8.xml @@ -276,6 +276,26 @@ + + gpfs:syncio = [yes|no] + + This parameter makes Samba open all files with O_SYNC. + This triggers optimizations in GPFS for workloads that + heavily share files. + + Following is the behaviour of Samba for different + values: + + + yesOpen files with O_SYNC + + no (default)Open files as + normal Samba would do + + + + + -- cgit