1MOUNT.FUSE.CEPH(8)                   Ceph                   MOUNT.FUSE.CEPH(8)
2
3
4

NAME

6       mount.fuse.ceph - mount ceph-fuse from /etc/fstab.
7

SYNOPSIS

9       mount.fuse.ceph [-h] [-o OPTIONS [OPTIONS ...]]
10       device [device ...]
11       mountpoint [mountpoint ...]
12
13

DESCRIPTION

15       mount.fuse.ceph is a helper for mounting ceph-fuse from /etc/fstab.
16
17       To use mount.fuse.ceph, add an entry in /etc/fstab like:
18
19          DEVICE    PATH        TYPE        OPTIONS
20          none      /mnt/ceph   fuse.ceph   ceph.id=admin,_netdev,defaults  0 0
21          none      /mnt/ceph   fuse.ceph   ceph.name=client.admin,_netdev,defaults  0 0
22          none      /mnt/ceph   fuse.ceph   ceph.id=myuser,ceph.conf=/etc/ceph/foo.conf,_netdev,defaults  0 0
23
24       ceph-fuse  options  are  specified in the OPTIONS column and must begin
25       with 'ceph.' prefix. This way ceph related fs options will be passed to
26       ceph-fuse and others will be ignored by ceph-fuse.
27

OPTIONS

29       ceph.id=<username>
30              Specify that the ceph-fuse will authenticate as the given user.
31
32       ceph.name=client.admin
33              Specify that the ceph-fuse will authenticate as client.admin
34
35       ceph.conf=/etc/ceph/foo.conf
36              Sets  'conf'  option to /etc/ceph/foo.conf via ceph-fuse command
37              line.
38
39       Any valid ceph-fuse options can be passed this way.
40

ADDITIONAL INFO

42       The old format /etc/fstab entries are also supported:
43
44          DEVICE                              PATH        TYPE        OPTIONS
45          id=admin                            /mnt/ceph   fuse.ceph   defaults   0 0
46          id=myuser,conf=/etc/ceph/foo.conf   /mnt/ceph   fuse.ceph   defaults   0 0
47

AVAILABILITY

49       mount.fuse.ceph is part of Ceph,  a  massively  scalable,  open-source,
50       distributed  storage  system. Please refer to the Ceph documentation at
51       https://docs.ceph.com for more information.
52

SEE ALSO

54       ceph-fuse(8), ceph(8)
55
57       2010-2022, Inktank Storage, Inc. and contributors. Licensed under  Cre‐
58       ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
59
60
61
62
63dev                              Oct 18, 2022               MOUNT.FUSE.CEPH(8)
Impressum