[Pkg-ceph-commits] [ceph] 16/16: Install mount.fuse.ceph.8" man page

Dmitry Smirnov onlyjob at moszumanska.debian.org
Tue Mar 25 02:13:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch experimental
in repository ceph.

commit bf0e25f (experimental)
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Tue Mar 25 00:01:36 2014

    Install mount.fuse.ceph.8" man page
---
 debian/ceph-fuse.manpages    |  1 +
 debian/changelog             |  1 +
 debian/man/mount.fuse.ceph.8 | 30 ++++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/debian/ceph-fuse.manpages b/debian/ceph-fuse.manpages
new file mode 100644
index 0000000..e4c9c23
--- /dev/null
+++ b/debian/ceph-fuse.manpages
@@ -0,0 +1 @@
+debian/man/mount.fuse.ceph.8
diff --git a/debian/changelog b/debian/changelog
index c119054..fff9ae1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ ceph (0.78-2) experimental; urgency=low
   * Use symlinks to simplify installation of init.d and logrotate scripts.
   * Added retrospective changelog entry to mention new B-D "libblkid-dev".
   * Added "README.Debian" file with some hopefully useful notes.
+  * Added "mount.fuse.ceph.8" man page.
   * rules:
     + "dh --with" optimised.
     + set JAVAC to prevent FTBFS due to incorrect use of 'gcj', when detected.
diff --git a/debian/man/mount.fuse.ceph.8 b/debian/man/mount.fuse.ceph.8
new file mode 100644
index 0000000..7189365
--- /dev/null
+++ b/debian/man/mount.fuse.ceph.8
@@ -0,0 +1,30 @@
+.TH mount.fuse.ceph "8" "March 2014" "ceph-fuse" "User Commands"
+.SH NAME
+mount.fuse.ceph \- wrapper around ceph-fuse
+.SH DESCRIPTION
+Helper to mount ceph-fuse from /etc/fstab. To use, add an entry like:
+
+.nf
+#  DEVICE                                              PATH         TYPE      OPTIONS
+  mount.fuse.ceph#conf=/etc/ceph/ceph.conf,id=admin   /mnt/ceph     fuse     _netdev,noatime,allow_other     0    0
+  mount.fuse.ceph#conf=/etc/ceph/foo.conf,id=myuser   /mnt/ceph2    fuse     _netdev,noatime,allow_other     0    0
+.fi
+
+where the device field is a comma-separated list of options to pass on
+the command line.  The examples above, for example, specify that
+ceph-fuse will authenticated as client.admin and client.myuser
+(respectively), and the second example also sets the "conf" option to
+"/etc/ceph/foo.conf" via the ceph-fuse command line. Any valid
+ceph-fuse option can be passed in this way.
+
+.SH OPTIONS
+.TP 4
+\fB\-\-conf\fR
+path to ceph cponfiguration file, usually "/etc/ceph/ceph.conf"
+.TP 4
+\fB\-\-id\fR
+user name
+
+.SH SEE ALSO
+.TP
+\fBceph-fuse\fP(8)

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list