[Gluster-users] Error : gluster2.0.0 with fuse2.8 in kernel 2.6.30
eagleeyes
eagleeyes at 126.com
Tue Jul 7 03:16:27 UTC 2009
HI:
When i update kernel to 2.6.30 in Red Hat Enterprise Linux AS release 4 (Nahant Update 2) kernel 2.6.9-22.ELsmp , then install fuse2.8( fuse2.7.4 had installed in kernel 2.6.9-22.ELsmp ) ,and reinstall gluster2.0.0. then use the old dht configure .
grep -i FUSE_MINOR_VERSION /usr/local/include/fuse/fuse_common.h
#define FUSE_MINOR_VERSION 8
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)
# undef FUSE_MINOR_VERSION
# define FUSE_MINOR_VERSION 5
# define FUSE_MINOR_VERSION 4
# define FUSE_MINOR_VERSION 1
# define FUSE_MINOR_VERSION 1
dmesg |grep -i fuse
fuse init (API version 7.11)
uname -a
Linux localhost.localdomain 2.6.30 #2 SMP Mon Jul 6 15:35:46 CST 2009 i686 i686 i386 GNU/Linux
-------------------------------------------------------------------------------
I copy a FcTest.java into directory ,and create a file.txt ,then exec "javac FcTest.java " then system mention :
错误:读取 FcTest.java 时出错;Transport endpoint is not connected
1 错误
the log was :
================================================================================
Version : glusterfs 2.0.0 built on Jul 7 2009 10:24:31
TLA Revision : 7b2e459db65edd302aa12476bc73b3b7a17b1410
Starting Time: 2009-07-07 10:44:58
Command line : glusterfs -f /etc/glusterfs/glusterfs-client.vol.nio --disable-direct-io-mode /data
PID : 4503
System name : Linux
Nodename : localhost.localdomain
Kernel Release : 2.6.30
Hardware Identifier: i686
Given volfile:
+------------------------------------------------------------------------------+
1: ### Add client feature and attach to remote subvolume
2: volume client1
3: type protocol/client
4: option transport-type tcp
5: option remote-host 172.16.16.88 # IP address of the remote io
6: option remote-port 6996 # default server port is 6996
7: option remote-subvolume brick2 # name of the remote volume
8: end-volume
9:
10: volume client2
11: type protocol/client
12: option transport-type tcp
13: option remote-host 172.16.16.90 # IP address of the remote io
14: option remote-port 6996 # default server port is 6996
15: option remote-subvolume brick2 # name of the remote volume
16: end-volume
17:
18: volume client3
19: type protocol/client
20: option transport-type tcp
21: option remote-host 172.16.16.95 # IP address of the remote io
22: option remote-port 6996 # default server port is 6996
23: option remote-subvolume brick2 # name of the remote volume
24: end-volume
25:
26:
27: volume client4
28: type protocol/client
29: option transport-type tcp
30: option remote-host 172.16.36.57 # IP address of the remote io
31: option remote-port 6996 # default server port is 6996
32: option remote-subvolume brick2 # name of the remote volume
33: end-volume
34:
35:
36:
37: #volume afr2
38: # type cluster/afr
39: # subvolumes client2 client4
40: #end-volume
41:
42: volume dht
43: type cluster/dht
44: option min-free-disk 20%
45: subvolumes client1 client2
46: end-volume
47:
48:
49:
50: ### Add readahead feature
51: volume readahead
52: type performance/read-ahead
53: option page-count 16 # cache per file = (page-count x page-size)
54: subvolumes dht
55: end-volume
56:
57: ### Add IO-Cache feature
58: volume iocache
59: type performance/io-cache
60: option page-size 256KB
61: subvolumes readahead
62: end-volume
63:
64: ### Add writeback feature
65: volume writeback
66: type performance/write-behind
67: option cache-size 32MB
68: option flush-behind on
69: subvolumes iocache
70: end-volume
+------------------------------------------------------------------------------+
2009-07-07 10:44:58 W [client-protocol.c:6708:init] client4: dangling volume. check volfile
2009-07-07 10:44:58 W [client-protocol.c:6708:init] client3: dangling volume. check volfile
2009-07-07 10:44:58 N [glusterfsd.c:1152:main] glusterfs: Successfully started
2009-07-07 10:44:58 N [client-protocol.c:6327:client_setvolume_cbk] client4: connection and handshake succeeded
2009-07-07 10:44:58 N [client-protocol.c:6327:client_setvolume_cbk] client4: connection and handshake succeeded
2009-07-07 10:44:58 N [client-protocol.c:6327:client_setvolume_cbk] client1: connection and handshake succeeded
2009-07-07 10:44:58 N [client-protocol.c:6327:client_setvolume_cbk] client1: connection and handshake succeeded
2009-07-07 10:44:58 N [client-protocol.c:6327:client_setvolume_cbk] client2: connection and handshake succeeded
2009-07-07 10:44:58 N [client-protocol.c:6327:client_setvolume_cbk] client2: connection and handshake succeeded
2009-07-07 10:44:58 N [client-protocol.c:6327:client_setvolume_cbk] client3: connection and handshake succeeded
2009-07-07 10:44:58 N [client-protocol.c:6327:client_setvolume_cbk] client3: connection and handshake succeeded
2009-07-07 10:45:00 W [dht-layout.c:485:dht_layout_normalize] dht: directory / looked up first time
2009-07-07 10:45:00 W [dht-common.c:163:dht_lookup_dir_cbk] dht: fixing assignment on /
pending frames:
patchset: 7b2e459db65edd302aa12476bc73b3b7a17b1410
signal received: 11
configuration details:argp 1
backtrace 1
dlfcn 1
fdatasync 1
libpthread 1
llistxattr 1
setfsid 1
spinlock 1
epoll.h 1
xattr.h 1
st_atim.tv_nsec 1
package-string: glusterfs 2.0.0
[0xffffe400]
/usr/local/lib/libfuse.so.2(fuse_session_process+0x17)[0xb776125f]
/lib/glusterfs/2.0.0/xlator/mount/fuse.so[0xb778fee2]
/lib/tls/libpthread.so.0[0x8bc341]
/lib/tls/libc.so.6(__clone+0x5e)[0x74e6fe]
---------
2009-07-07
eagleeyes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090707/4bc2c7ba/attachment.html>
More information about the Gluster-users
mailing list