Hi everyone,
Thank you for clearing up the issue with the kernel not containing the ceph.ko or rbd.ko modules (and I take that thank you back from the guy who said "oh, you need to load it with modprobe!" because he didn't see that I got the error I sent you from modprobe...)
Anyway, I upgraded to the new kernel WITH those modules, and now I'm trying to load the CephFS again with the following command (from the wiki):
mount -t ceph 10.81.2.100:6789:/ /mnt/mycephfs
which gives me this:
mount error 22 = Invalid argument
a little searching led me to add the following options:Thank you for clearing up the issue with the kernel not containing the ceph.ko or rbd.ko modules (and I take that thank you back from the guy who said "oh, you need to load it with modprobe!" because he didn't see that I got the error I sent you from modprobe...)
Anyway, I upgraded to the new kernel WITH those modules, and now I'm trying to load the CephFS again with the following command (from the wiki):
mount -t ceph 10.81.2.100:6789:/ /mnt/mycephfs
which gives me this:
mount error 22 = Invalid argument
mount -t ceph 10.81.2.100:6789:/ /mnt/mycephfs -o name=admin,secret=`ceph-authtool -p /etc/ceph/ceph.keyring`
mount error 5 = Input/output error
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com