Re: CEPHFS mount error !!!

2013-02-07 Thread Dan Mick
On 02/07/2013 03:05 AM, femi anjorin wrote: Hi ... I am now testing cephfs on an ubuntu client before going back to centos. A quick question about this command: mount -t ceph 192.168.0.1:6789:/ /mnt/mycephfs -o name=admin,secretfile=/etc/ceph/admin.secret ? mount -t ceph 192.168.0.1:6789:/ /mn

Re: CEPHFS mount error !!!

2013-02-07 Thread femi anjorin
Hi ... I am now testing cephfs on an ubuntu client before going back to centos. A quick question about this command: mount -t ceph 192.168.0.1:6789:/ /mnt/mycephfs -o name=admin,secretfile=/etc/ceph/admin.secret ? mount -t ceph 192.168.0.1:6789:/ /mnt/mycephfs -o name=ceph,secretfile=/etc/ceph/cep

Re: CEPHFS mount error !!!

2013-02-06 Thread Dimitri Maziuk
On 2/6/2013 5:54 AM, Dennis Jacobfeuerborn wrote: ... To mount cephfs like that you need to have kernel support. As the Linux kernel on CentOS 6.3 is version 2.6.32 and Ceph support wasn't added until 2.6.34, you need to compile your own kernel. The better alternative is probably to install a

Re: CEPHFS mount error !!!

2013-02-06 Thread Dennis Jacobfeuerborn
On 02/06/2013 08:24 AM, Jens Kristian Søgaard wrote: > Hi, > >> No I didnt build my kernel. > > This is the problem. You need to do that on CentOS 6.3. > >> But the client machine which i want to use to access the storage >> 'using CEPHFS' is the one giving this error... this client machine > >

Re: CEPHFS mount error !!!

2013-02-05 Thread Jens Kristian Søgaard
Hi, No I didnt build my kernel. This is the problem. You need to do that on CentOS 6.3. But the client machine which i want to use to access the storage 'using CEPHFS' is the one giving this error... this client machine To mount cephfs like that you need to have kernel support. As the Linu

Re: CEPHFS mount error !!!

2013-02-05 Thread femi anjorin
No I didnt build my kernel. CentOS was working fine on the system and yum install was used to install ceph. i followed the instruction on this link http://ceph.com/docs/master/install/rpm/. and it installed fine but i dont why the cephfs isnt working. The storage cluster is working fine with all

Re: CEPHFS mount error !!!

2013-02-05 Thread Dan Mick
Yes; as Martin said last night, you don't have the ceph module. Did you build your own kernel? See http://ceph.com/docs/master/install/os-recommendations/#linux-kernel On 02/05/2013 09:37 PM, femi anjorin wrote: Linux 2.6.32-279.19.1.el6.x86_64 x86_64 CentOS 6.3 Pls can somebody help ... This

CEPHFS mount error !!!

2013-02-05 Thread femi anjorin
Linux 2.6.32-279.19.1.el6.x86_64 x86_64 CentOS 6.3 Pls can somebody help ... This command not working on CentOS 6.3 mount -t ceph 172.16.0.25:6789:/ /mnt/mycephfs -o name=admin,secret=AQCqnw9RmBPpOBAAeJjkIgKGYvyRGlekTpUPog== FATAL: Module ceph not found. mount.ceph: modprobe failed, exit

Re: CEPH HEALTH NOT OK ...CEPHFS mount error !!!

2013-02-05 Thread Martin B Nielsen
Looks like you don't have the module installed. Can you check your kernel config have: CONFIG_CEPH_FS=m You can check on debian/ubuntu with: cat /boot/config-`uname -r` | grep CONFIG_CEPH_FS Which distro/kernel are you using? Cheers, Martin On Tue, Feb 5, 2013 at 1:49 PM, femi anjorin wrote:

Re: CEPH HEALTH NOT OK ...CEPHFS mount error !!!

2013-02-05 Thread femi anjorin
Hi ... Thanks. i set --debug ms = 0. The result is HEALTH_OK ...but i get an error when trying to setup an client access to the cluster CEPHFS!!! I tried setting up another server which should act as client..