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 topologyadmin node - mds/monosd1osd2Ceph health is OK, ceph -s showsmonmap e1: 1 mons at {node1=192.168.43.129:6789/0}, election epoch 2, quorum 0 node 1msdmap e6: 1/1/1 up {0=node1=up:active}osdmap e10: 2osds: 2 up, 2 inactive + clean and so onHowever, unfortunately when I use the guide here:and try the commandsudo mount -t ceph 192.168.43.129:6789:/ /mnt/mycephfs -o name=admin-node,secretfile=admin.secretwhere admin-node=hostname of admin node and where admin.secret is the string taken from ceph.client.admin.keyring without the unnecessary bitsI then get:mount: wrong fs type, bad option, bad superblock on 192.168.43.129:6789missing codepage or helper program or ...for several filesystems e.g. nfs cifsneed a /sbin./mount.type helper programThis leads me to believe that there is a problem with XFS, but this is supported with this version of Ceph so I don't really know anymore.When I try the commandsudo mount -t ceph 192.168.43.129:6789:/ /mnt/mycephfs -o name=admin-node,secret={secretkey}I get libceph: auth method x error -1mount: permission deniedand when I trysudo mount -t ceph 192.168.43.129:6789:/ /mnt/mycephfsI getno secret set ...error -22 on auth protocol 2 initthen the whole mount: wrong fs type, bad option jargon againAny ideas?
What kernel are you running? What's the content of your admin.secret file?
-Greg
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com