On Sun, Jan 17, 2016 at 6:34 PM, James Gallagher
<james.np.gallag...@gmail.com> wrote:
> Hi,
>
> I'm looking to implement the CephFS on my Firefly release (v0.80) with an
> XFS native file system, but so far I'm having some difficulties. After
> following the ceph/qsg and creating a storage cluster, I have the following
> topology
>
> admin node - mds/mon
>                    osd1
>                    osd2
>
> Ceph health is OK, ceph -s shows
>
> monmap e1: 1 mons at {node1=192.168.43.129:6789/0}, election epoch 2, quorum
> 0 node 1
> msdmap e6: 1/1/1 up {0=node1=up:active}
> osdmap e10: 2osds: 2 up, 2 in
> active + clean and so on
>
> However, unfortunately when I use the guide here:
>
> http://docs.ceph.com/docs/master/cephfs/kernel/
>
> and try the command
>
> sudo mount -t ceph 192.168.43.129:6789:/ /mnt/mycephfs -o
> name=admin-node,secretfile=admin.secret
>
> where admin-node=hostname of admin node and where admin.secret is the string
> taken from ceph.client.admin.keyring without the unnecessary bits

name is the name of the user, not the hostname.  If you didn't create
a custom user, doing secret=<secret key> is enough.

Thanks,

                Ilya
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to