Project

General

Profile

Actions

Documentation #3796

closed

FUSE mount documentation needs some corrections for v0,56x

Added by Anonymous over 11 years ago. Updated about 11 years ago.

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

0%

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

Description

The FUSE instructions need to be updated for v0.56 and later

currently:

http://ceph.com/docs/master/cephfs/fuse/

"If cephx authentication is on, ceph-fuse will retrieve the name and secret from the key ring automatically."

But now cephx is on by default. If cephx is enabled, the client must have both the ceph.keyring and a modified ceph.conf file saved on the CLIENT'S /etc/ceph directory.

So for a client to mount a cluster via fuse:
1) install ceph-fuse
2) $ sudo mkdir /etc/ceph
3) $ ssh cat /etc/ceph/ceph.keyring | sudo tee /etc/ceph/ceph.keyring
4) $ echo "auth supported=cephx" | sudo tee /etc/ceph/ceph.conf
5) $ sudo mkdir /home/usernname/cephfs
6) $ sudo ceph-fuse -m 192.168.0.1:6789 /home/username/cephfs

Actions

Also available in: Atom PDF