From 597bbfef40b7171a3a4e331c6ac00628b7c638d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Thu, 5 Feb 2015 15:59:52 +0100 Subject: [PATCH] vfs: Add a brief vfs_ceph manpage. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugzilla.samba.org/show_bug.cgi?id=11088 Guenther Signed-off-by: Günther Deschner --- docs-xml/manpages/vfs_ceph.8.xml | 106 +++++++++++++++++++++++++++++++++++++++ docs-xml/wscript_build | 1 + 2 files changed, 107 insertions(+) create mode 100644 docs-xml/manpages/vfs_ceph.8.xml diff --git a/docs-xml/manpages/vfs_ceph.8.xml b/docs-xml/manpages/vfs_ceph.8.xml new file mode 100644 index 0000000..8eda8f3 --- /dev/null +++ b/docs-xml/manpages/vfs_ceph.8.xml @@ -0,0 +1,106 @@ + + + + + + vfs_ceph + 8 + Samba + System Administration tools + 4.2 + + + + + vfs_ceph + + Utilize features provided by CephFS + + + + + + vfs objects = ceph + + + + + DESCRIPTION + + This VFS module is part of the + samba + 8 suite. + + + The vfs_ceph VFS module exposes + CephFS specific features for use by Samba. + + + + Ceph is a distributed network file system designed to provide + excellent performance, reliability, and scalability. This is a + shared library allowing applications to access a Ceph + distributed file system via a POSIX-like interface. + + + + This module is stackable, provided ceph lies in the bottom + of the stack. + + + + + CONFIGURATION + + + vfs_ceph requires that the underlying share + path is a Ceph filesystem. + + + + + ceph + + + + + OPTIONS + + + + + ceph:config_file = path + + + Allows to define a ceph configfile to use. Empty by default. + + + Example: ceph:config_file = + /etc/ceph/ceph.conf + + + + + + + + + + VERSION + + + This man page is correct for version 4.2.0 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. + + + + diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index 4060021..66da399 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -53,6 +53,7 @@ manpages=''' manpages/vfs_cacheprime.8 manpages/vfs_cap.8 manpages/vfs_catia.8 + manpages/vfs_ceph.8 manpages/vfs_commit.8 manpages/vfs_crossrename.8 manpages/vfs_default_quota.8 -- 2.1.0