]> git.proxmox.com Git - ceph.git/blame - ceph/doc/man/8/mount.fuse.ceph.rst
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / doc / man / 8 / mount.fuse.ceph.rst
CommitLineData
b32b8144
FG
1:orphan:
2
3====================================================
4 mount.fuse.ceph -- mount ceph-fuse from /etc/fstab.
5====================================================
6
7.. program:: mount.fuse.ceph
8
9Synopsis
10========
11
12| **mount.fuse.ceph** [-h] [-o OPTIONS [*OPTIONS* ...]]
13 device [*device* ...]
14 mountpoint [*mountpoint* ...]
15
16Description
17===========
18
19**mount.fuse.ceph** is a helper for mounting ceph-fuse from
20``/etc/fstab``.
21
22To use mount.fuse.ceph, add an entry in ``/etc/fstab`` like::
23
24 DEVICE PATH TYPE OPTIONS
25 none /mnt/ceph fuse.ceph ceph.id=admin,_netdev,defaults 0 0
26 none /mnt/ceph fuse.ceph ceph.name=client.admin,_netdev,defaults 0 0
27 none /mnt/ceph fuse.ceph ceph.id=myuser,ceph.conf=/etc/ceph/foo.conf,_netdev,defaults 0 0
28
29ceph-fuse options are specified in the ``OPTIONS`` column and must begin
11fdf7f2 30with '``ceph.``' prefix. This way ceph related fs options will be passed to
b32b8144
FG
31ceph-fuse and others will be ignored by ceph-fuse.
32
33Options
34=======
35
36.. option:: ceph.id=<username>
37
38 Specify that the ceph-fuse will authenticate as the given user.
39
40.. option:: ceph.name=client.admin
41
42 Specify that the ceph-fuse will authenticate as client.admin
43
44.. option:: ceph.conf=/etc/ceph/foo.conf
45
46 Sets 'conf' option to /etc/ceph/foo.conf via ceph-fuse command line.
47
48
49Any valid ceph-fuse options can be passed this way.
50
51Additional Info
52===============
53
54The old format /etc/fstab entries are also supported::
55
56 DEVICE PATH TYPE OPTIONS
57 id=admin /mnt/ceph fuse.ceph defaults 0 0
58 id=myuser,conf=/etc/ceph/foo.conf /mnt/ceph fuse.ceph defaults 0 0
59
60Availability
61============
62
63**mount.fuse.ceph** is part of Ceph, a massively scalable, open-source, distributed storage system. Please
64refer to the Ceph documentation at http://ceph.com/docs for more
65information.
66
67See also
68========
69
70:doc:`ceph-fuse <ceph-fuse>`\(8),
71:doc:`ceph <ceph>`\(8)