我在尝试启动glusterfs client的时候使用了debug模式记录日志文件,以下是该日子描述的提示信息
2008-12-26 10:15:27 D [glusterfs.c:128:fuse_graph] glusterfs: setting option mount-point to /data/test
2008-12-26 10:15:27 D [xlator.c:115:xlator_set_type] xlator: attempt to load file /usr/http/glusterfs/lib/ glusterfs/1.3.12/xlator/mount/fuse.so
2008-12-26 10:15:27 E [xlator.c:120:xlator_set_type] xlator: dlopen(/usr/http/glusterfs/lib/glusterfs/1.3. 12/xlator/mount/fuse.so): libfuse.so.2: cannot open shared object file: No such file or directory
TLA Repo Revision: glusterfs--mainline--2.5--patch-797
Time : 2008-12-26 10:15:27
Signal Number : 11
/usr/http/glusterfs/sbin/glusterfsd -f /usr/http/glusterfs/client.vol -l /data/c.log -L DEBUG /data/test
/lib/tls/libc.so.6[0x6c0918]
/lib/tls/libc.so.6(__libc_start_main+0xd3)[0x6addf3]
[glusterfs][0x8049559]
---------
明显我在启动client前,我已将fuse模块载入内核,使用lsmod命令可以看见:
[root@root~]# lsmod
Module Size Used by
fuse 39440 0
nfs 211113 0
lockd 65257 1 nfs
nfs_acl 7745 1 nfs
sunrpc 143397 4 nfs,lockd,nfs_acl
md5 8001 1
上周末已经给gfs-dev发了email,至今没回,现急着解决,3Q