Project

General

Profile

Documentation #3672

doc: how to mount ceph-fuse from fstab

Added by Josh Durgin over 11 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Labels (FS):
Pull request ID:

Description

There's a new mount helper in bobtail for this. It contains these comments:

# Helper to mount ceph-fuse from /etc/fstab.  To use, add an entry
# like:
#
# # DEVICE                           PATH         TYPE        OPTIONS
# id=admin                           /mnt/ceph    fuse.ceph   defaults   0 0
# id=myuser,conf=/etc/ceph/foo.conf  /mnt/ceph2   fuse.ceph   defaults   0 0
#
# 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 can be passed in this way.

Associated revisions

Revision 381ad24d (diff)
Added by John Wilkins almost 11 years ago

doc: Added fuse syntax to the fstab doc.

fixes: #3672

Signed-off-by: John Wilkins <>

History

#1 Updated by John Wilkins over 11 years ago

  • Assignee set to John Wilkins

#2 Updated by John Wilkins almost 11 years ago

  • Status changed from New to Resolved

#3 Updated by Dmitry Smirnov about 10 years ago

On Debian only the following (sample) works with ceph-fuse-0.72.2-1:

/etc/fstab:

mount.fuse.ceph#conf=/etc/ceph/ceph.conf,id=admin      /mnt/ceph      fuse      _netdev,noatime,allow_other      0    0

#4 Updated by John Spray over 7 years ago

  • Project changed from Ceph to CephFS
  • Category deleted (11)

Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse category from the ceph project

Also available in: Atom PDF