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<http://ceph.com/docs/master/start/quick-cephfs/#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
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com