~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to doc/man/8/ceph-fuse.rst

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=========================================
 
2
 ceph-fuse -- FUSE-based client for ceph
 
3
=========================================
 
4
 
 
5
.. program:: ceph-fuse
 
6
 
 
7
Synopsis
 
8
========
 
9
 
 
10
| **ceph-fuse** [ -m *monaddr*:*port* ] *mountpoint* [ *fuse options* ]
 
11
 
 
12
 
 
13
Description
 
14
===========
 
15
 
 
16
**ceph-fuse** is a FUSE (File system in USErspace) client for Ceph
 
17
distributed file system. It will mount a ceph file system (specified
 
18
via the -m option for described by ceph.conf (see below) at the
 
19
specific mount point.
 
20
 
 
21
The file system can be unmounted with::
 
22
 
 
23
        fusermount -u mountpoint
 
24
 
 
25
or by sending ``SIGINT`` to the ``ceph-fuse`` process.
 
26
 
 
27
 
 
28
Options
 
29
=======
 
30
 
 
31
Any options not recognized by ceph-fuse will be passed on to libfuse.
 
32
 
 
33
.. option:: -d
 
34
 
 
35
   Detach from console and daemonize after startup.
 
36
 
 
37
.. option:: -c ceph.conf, --conf=ceph.conf
 
38
 
 
39
   Use *ceph.conf* configuration file instead of the default
 
40
   ``/etc/ceph/ceph.conf`` to determine monitor addresses during startup.
 
41
 
 
42
.. option:: -m monaddress[:port]
 
43
 
 
44
   Connect to specified monitor (instead of looking through ceph.conf).
 
45
 
 
46
.. option:: -r root_directory
 
47
 
 
48
   Use root_directory as the mounted root, rather than the full Ceph tree.
 
49
 
 
50
 
 
51
Availability
 
52
============
 
53
 
 
54
**ceph-fuse** is part of the Ceph distributed file system. Please refer to
 
55
the Ceph wiki at http://ceph.newdream.net/wiki for more information.
 
56
 
 
57
 
 
58
See also
 
59
========
 
60
 
 
61
fusermount(8),
 
62
:doc:`ceph <ceph>`\(8)