0

Due to this problem, my friend found the Open Fusion repo that included the ceph.

ceph-fuse is installed without problem:

# ceph -v
ceph version 0.27.1 (commit:44900d4c13f02913b3347cac3e1dc33632d5b8ff)
You have new mail in /var/spool/mail/root

But I got the following error when mounting:

# cfuse -m 192.168.2.13:6789 /mnt/ceph/
 ** WARNING: Ceph is still under heavy development, and is only suitable for **
 **          testing and review.  Do not trust it with important data.       **
cfuse[8431]: starting ceph client
terminate called after throwing an instance of 'ceph::buffer::end_of_buffer'
  what():  buffer::end_of_buffer
*** Caught signal (Aborted) **
 in thread 0x2b0745b53940
*** Caught signal (Aborted) **
 in thread 0x2b0745b53940
 ceph version 0.27.1 (commit:44900d4c13f02913b3347cac3e1dc33632d5b8ff)
 1: cfuse [0x58d411]
 2: /lib64/libpthread.so.0 [0x33dde0eca0]
 3: (gsignal()+0x35) [0x33dce302c5]
 4: (abort()+0x110) [0x33dce31d70]
 5: (__gnu_cxx::__verbose_terminate_handler()+0x114) [0x33edcbed94]
 6: /usr/lib64/libstdc++.so.6 [0x33edcbce46]
 7: /usr/lib64/libstdc++.so.6 [0x33edcbce73]
 8: /usr/lib64/libstdc++.so.6 [0x33edcbcf71]
 9: (ceph::buffer::list::iterator::copy(unsigned int, char*)+0x177) [0x4703d7]
 10: (MDSMap::decode(ceph::buffer::list::iterator&)+0x723) [0x4d3bd3]
 11: (Client::handle_mds_map(MMDSMap*)+0x218) [0x486938]
 12: (Client::ms_dispatch(Message*)+0x3f0) [0x4b44b0]
 13: (SimpleMessenger::dispatch_entry()+0x655) [0x45c5d5]
 14: (SimpleMessenger::DispatchThread::entry()+0x1f) [0x45265f]
 15: /lib64/libpthread.so.0 [0x33dde0683d]
 16: (clone()+0x6d) [0x33dced503d]
 ceph version 0.27.1 (commit:44900d4c13f02913b3347cac3e1dc33632d5b8ff)
 1: cfuse [0x58d411]
 2: /lib64/libpthread.so.0 [0x33dde0eca0]
 3: (gsignal()+0x35) [0x33dce302c5]
 4: (abort()+0x110) [0x33dce31d70]
 5: (__gnu_cxx::__verbose_terminate_handler()+0x114) [0x33edcbed94]
 6: /usr/lib64/libstdc++.so.6 [0x33edcbce46]
 7: /usr/lib64/libstdc++.so.6 [0x33edcbce73]
 8: /usr/lib64/libstdc++.so.6 [0x33edcbcf71]
 9: (ceph::buffer::list::iterator::copy(unsigned int, char*)+0x177) [0x4703d7]
 10: (MDSMap::decode(ceph::buffer::list::iterator&)+0x723) [0x4d3bd3]
 11: (Client::handle_mds_map(MMDSMap*)+0x218) [0x486938]
 12: (Client::ms_dispatch(Message*)+0x3f0) [0x4b44b0]
 13: (SimpleMessenger::dispatch_entry()+0x655) [0x45c5d5]
 14: (SimpleMessenger::DispatchThread::entry()+0x1f) [0x45265f]
 15: /lib64/libpthread.so.0 [0x33dde0683d]
 16: (clone()+0x6d) [0x33dced503d]
cfuse[8400]: mount failed: Numerical argument out of domain

Has anyone familiar with Ceph? What can I do now?

Community
  • 1
  • 1
quanta
  • 3,960
  • 4
  • 40
  • 75

1 Answers1

0

First off, that is an ancient version of ceph (0.60.0 just released, and 0.56.4 is the current stable version).

If you didn't actually set up a Ceph cluster I'm guessing that while the packages may be installed the cluster isn't actually functional. I'd take a look at 'ceph -s' and see if you get a 'HEALTH OK' type message.