You don't have mount.ceph installed, and there's some translation that
needs to be done in userspace before the kernel sees the mount which
isn't happening. On Debian it's in the ceph-fs-common package.
-Greg
Software Engineer #42 @ http://inktank.com | http://ceph.com


On Tue, Jul 16, 2013 at 10:02 AM, Hariharan Thantry <than...@gmail.com> wrote:
> 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@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to