| 1 | '\" t
|
|---|
| 2 | .\" Title: vfs_ceph
|
|---|
| 3 | .\" Author: [see the "AUTHOR" section]
|
|---|
| 4 | .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
|---|
| 5 | .\" Date: 10/25/2016
|
|---|
| 6 | .\" Manual: System Administration tools
|
|---|
| 7 | .\" Source: Samba 4.4
|
|---|
| 8 | .\" Language: English
|
|---|
| 9 | .\"
|
|---|
| 10 | .TH "VFS_CEPH" "8" "10/25/2016" "Samba 4\&.4" "System Administration tools"
|
|---|
| 11 | .\" -----------------------------------------------------------------
|
|---|
| 12 | .\" * Define some portability stuff
|
|---|
| 13 | .\" -----------------------------------------------------------------
|
|---|
| 14 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 15 | .\" http://bugs.debian.org/507673
|
|---|
| 16 | .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|---|
| 17 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 18 | .ie \n(.g .ds Aq \(aq
|
|---|
| 19 | .el .ds Aq '
|
|---|
| 20 | .\" -----------------------------------------------------------------
|
|---|
| 21 | .\" * set default formatting
|
|---|
| 22 | .\" -----------------------------------------------------------------
|
|---|
| 23 | .\" disable hyphenation
|
|---|
| 24 | .nh
|
|---|
| 25 | .\" disable justification (adjust text to left margin only)
|
|---|
| 26 | .ad l
|
|---|
| 27 | .\" -----------------------------------------------------------------
|
|---|
| 28 | .\" * MAIN CONTENT STARTS HERE *
|
|---|
| 29 | .\" -----------------------------------------------------------------
|
|---|
| 30 | .SH "NAME"
|
|---|
| 31 | vfs_ceph \- Utilize features provided by CephFS
|
|---|
| 32 | .SH "SYNOPSIS"
|
|---|
| 33 | .HP \w'\ 'u
|
|---|
| 34 | vfs objects = ceph
|
|---|
| 35 | .SH "DESCRIPTION"
|
|---|
| 36 | .PP
|
|---|
| 37 | This VFS module is part of the
|
|---|
| 38 | \fBsamba\fR(8)
|
|---|
| 39 | suite\&.
|
|---|
| 40 | .PP
|
|---|
| 41 | The
|
|---|
| 42 | vfs_ceph
|
|---|
| 43 | VFS module exposes CephFS specific features for use by Samba\&.
|
|---|
| 44 | .PP
|
|---|
| 45 | 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\&.
|
|---|
| 46 | .PP
|
|---|
| 47 | This module can be combined with other modules, but it should be the last module in the
|
|---|
| 48 | vfs objects
|
|---|
| 49 | list\&. Modules added to this list to the right of the ceph entry may not have any effect at all\&.
|
|---|
| 50 | .SH "CONFIGURATION"
|
|---|
| 51 | .PP
|
|---|
| 52 | vfs_ceph
|
|---|
| 53 | requires that the underlying share path is a Ceph filesystem\&.
|
|---|
| 54 | .sp
|
|---|
| 55 | .if n \{\
|
|---|
| 56 | .RS 4
|
|---|
| 57 | .\}
|
|---|
| 58 | .nf
|
|---|
| 59 | \fI[share]\fR
|
|---|
| 60 | \m[blue]\fBvfs objects = ceph\fR\m[]
|
|---|
| 61 |
|
|---|
| 62 | .fi
|
|---|
| 63 | .if n \{\
|
|---|
| 64 | .RE
|
|---|
| 65 | .\}
|
|---|
| 66 | .SH "OPTIONS"
|
|---|
| 67 | .PP
|
|---|
| 68 | ceph:config_file = path
|
|---|
| 69 | .RS 4
|
|---|
| 70 | Allows one to define a ceph configfile to use\&. Empty by default\&.
|
|---|
| 71 | .sp
|
|---|
| 72 | Example: ceph:config_file = /etc/ceph/ceph\&.conf
|
|---|
| 73 | .RE
|
|---|
| 74 | .SH "VERSION"
|
|---|
| 75 | .PP
|
|---|
| 76 | This man page is correct for version 4\&.2\&.0 of the Samba suite\&.
|
|---|
| 77 | .SH "AUTHOR"
|
|---|
| 78 | .PP
|
|---|
| 79 | 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\&.
|
|---|