January 2019
Intermediate to advanced
606 pages
15h 1m
English
In order for our client to have access to Ceph FS, we need to configure the client for accessing the cluster and mounting Ceph FS. Let's review how this is done:
root@client-node1 # uname -r
# mkdir /mnt/cephfs
# ceph auth get-key client.cephfs
Syntax: # mount -t ceph <monitor _IP:Monitor_port>:/ <mount_point_name> -o name=admin,secret=<admin_user_key>
# mount -t ceph ...
Read now
Unlock full access