From: Alexander A. <akh...@ri...> - 2014-03-26 13:20:07
|
Hi All ! Please help me to fix a problem. On one of my mfs-client host I have a strange behavior of mounted FS. After some time of doing mfsmount files/directoryes under mounting point becomes unavailable: # ls /moosefs/mnt/ ls: /moosefs/mnt/: Socket is not connected # df -h /moosefs/mnt Filesystem Size Used Avail Capacity Mounted on /dev/fuse0 0B 0B 0B 100% /moosefs/mnt I am not a really UNIX guru and unfortunately have no idea how to deal with this trouble :-( In logs I found only this: Mar 26 16:05:40 myhostname kernel: pid 22997 (mfsmount), uid 0: exited on signal 6 ps really shows no mfsmount process running. My environment: # uname -a FreeBSD myhostname 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Mar 13 12:11:24 MSK 2014 anri@myhostname:/usr/obj/usr/src/sys/ROGOZIN amd64 # cat /etc/sysctl.conf kern.coredump=0 kern.init_shutdown_timeout=200 kern.shutdown.kproc_shutdown_wait=120 kern.maxfiles=2000000000 kern.maxfilesperproc=1000000 kern.ipc.somaxconn=1024 net.inet.tcp.msl=40000 # mfsmount -V MFS version 1.6.27 FUSE library version: 2.9.3 mount_fusefs [fuse4bsd] version: 0.3.9-pre1 Mount string /usr/local/bin/mfsmount /moosefs/mnt -H 192.168.106.1 -o mfsnice=-2,mfspassword=12345,mfscachemode=NEVER,mfswritecachesize=0,mfsattrcacheto=0,mfsentrycacheto=0,mfsdirentrycacheto=0,mfsioretries=50 Thanks for any help! wbr Alexander Akhobadze |