Problems mounting the ceph-FS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



While trying to execute these steps in the ceph users guide, I get libceph errors 

no secret set (for auth_x protocol)

error -22 on auth protocol 2 init

Also, when providing the authentication keys (Step #3 below), I get the following error:

bad option at secretfile=admin.secret

Any ideas where I could be going wrong? The health check reports OK.


Mount Ceph FS as a kernel driver.

sudo mkdir /mnt/mycephfs
sudo mount -t ceph {ip-address-of-monitor}:6789:/ /mnt/mycephfs

The Ceph Storage Cluster uses authentication by default. Specify a user name and the secretfile you created in the Create a Secret File section. For example:

sudo mount -t ceph 192.168.0.1:6789:/ /mnt/mycephfs -o name=admin,secretfile=admin.secret
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux