Hi Dennis... We use ceph-fuse in 10.2.2 and we saw two main issues with it
immediately after upgrading from Infernalis to Jewel. In our case, we are enabling ceph-fuse in a heavily used Linux
cluster, and our users complained about the mount points becoming
unavailable some time after their applications start up. https://github.com/ceph/ceph/pull/10027 and once that was fixed, we sawhttp://tracker.ceph.com/issues/16610 There is a long ML thread with the subject 'ceph-fuse segfaults ( jewel 10.2.2)' on the topic. At the end, RH staff proposed some patches which we applied (we recompile ceph ourselves) and which resolved the issues we saw. You should run ceph-fuse in debug mode to actually check what segfaults you may have, and if it is a similar problem. You can do that by mounting ceph-fuse with nohup and the '-d'. Something like: nohup ceph-fuse --id mount_user -k <path to you key> -m <mon ip>:6789 -d -r /cephfs /coepp/cephfs > /path/to/some/log 2>&1 & If you want an even bigger log level, you should set 'debug client = 20' in your /etc/ceph/ceph.conf before mounting. Cheers Goncalo On 08/24/2016 10:28 PM, Dennis Kramer
(DT) wrote:
Hi all, -- Goncalo Borges Research Computing ARC Centre of Excellence for Particle Physics at the Terascale School of Physics A28 | University of Sydney, NSW 2006 T: +61 2 93511937 |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com