Thanks, now I get a different error:

mount error 12 = cannot allocate memory.

My ceph-client and the storage cluster are at the same version, though I'm
running the client inside a VM (VirtualBox)...with 1536M of RAM space, with
an 8GB hard disk. Shouldn't this be sufficient?

P.S. Maybe you could update the page here:
http://ceph.com/docs/master/start/quick-cephfs/#create-a-secret-file, to
install ceph-fs-common & ceph-fuse (for fuse clients)

Thanks,
Hari



On Tue, Jul 16, 2013 at 10:07 AM, Gregory Farnum <[email protected]> wrote:

> 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 <[email protected]>
> 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
> > [email protected]
> > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> >
>
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to