On Thu, May 19, 2011 at 4:12 AM, huang jun <hjwsm1989@xxxxxxxxx> wrote: > hi, all > i just encountered a problem about cfuse: > i mount cfsue successfully on /mnt by using > "cfuse -m 192.168.0.170:6789 /mnt" > but when i enter /mnt directory, it shows that: > [root@localhost mnt]# ll > ls: .: Transport endpoint is not connected This is a FUSE failure message that generally occurs when your userspace process (in this case cfuse) has exited (closed its connection to the FUSE kernel driver). does 'ceph -s' show that your ceph cluster is up and healthy? You may want to turn on client debugging to see why cfuse is exiting: http://ceph.newdream.net/wiki/Debugging > my cfuse client is on centos5, it kernel version is 2.6.18 > and OSD cluster is on debian5, 2.6.35 > i don't know whether it related to SimpleMessenger,so anyone can give > me some prompts? > > thanks! > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html