Scroll to navigation

MOUNT.FUSE.CEPH(8) Ceph MOUNT.FUSE.CEPH(8)

NAME

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

SYNOPSIS

mount.fuse.ceph [-h] [-o OPTIONS [OPTIONS ...]]
device [device ...]
mountpoint [mountpoint ...]

DESCRIPTION

mount.fuse.ceph is a helper for mounting ceph-fuse from /etc/fstab.

To use mount.fuse.ceph, add an entry in /etc/fstab like:

DEVICE    PATH        TYPE        OPTIONS
none      /mnt/ceph   fuse.ceph   ceph.id=admin,_netdev,defaults  0 0
none      /mnt/ceph   fuse.ceph   ceph.name=client.admin,_netdev,defaults  0 0
none      /mnt/ceph   fuse.ceph   ceph.id=myuser,ceph.conf=/etc/ceph/foo.conf,_netdev,defaults  0 0


ceph-fuse options are specified in the OPTIONS column and must begin with 'ceph.' prefix. This way ceph related fs options will be passed to ceph-fuse and others will be ignored by ceph-fuse.

OPTIONS

Specify that the ceph-fuse will authenticate as the given user.

Specify that the ceph-fuse will authenticate as client.admin

Sets 'conf' option to /etc/ceph/foo.conf via ceph-fuse command line.

Any valid ceph-fuse options can be passed this way.

ADDITIONAL INFO

The old format /etc/fstab entries are also supported:

DEVICE                              PATH        TYPE        OPTIONS
id=admin                            /mnt/ceph   fuse.ceph   defaults   0 0
id=myuser,conf=/etc/ceph/foo.conf   /mnt/ceph   fuse.ceph   defaults   0 0


AVAILABILITY

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

SEE ALSO

ceph-fuse(8), ceph(8)

COPYRIGHT

2010-2024, Inktank Storage, Inc. and contributors. Licensed under Creative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)

April 10, 2024 dev