[Gluster-users] invalid argument: xattrop_stub
Kai Kockro
kkockro at mirablau.de
Wed Jul 15 09:05:10 UTC 2009
Hi,
i installed glusterfs ( v2.0.4 ) on 3 servers. One client, two servers.
The System is FreeBSD 7.2. I can start the clusterfsd and clusterfs ( with
fuse ).
If i want to write something ( like "touch file" ), following error is logged
on the servers. The client says "Invalid argument" and writes nothing.
[2009-07-15 10:37:16] E [server-protocol.c:4681:server_xattrop] biggy: invalid
argument: xattrop_stub
[2009-07-15 10:37:16] D [server-protocol.c:2386:server_xattrop_cbk] server:
19: XATTROP / (-4294967295) ==> 1746757056 ((null))
What does this mean? Can you help me?
Many Thanks!
Kai
Here are my configs:
#####################################
### GlusterFS Server Volume File ##
#####################################
### Export volume "biggy" with the contents of "/home/export" directory.
volume biggy-dir
type storage/posix
option directory /home/export
end-volume
volume biggy
type features/posix-locks
subvolumes biggy-dir
end-volume
### Add network serving capability to above brick.
volume server
type protocol/server
option transport-type tcp
option transport.socket.bind-address 192.168.69.158 # ( 192.168.69.5 on the
other server )
subvolumes biggy
option auth.addr.biggy.allow 192.168.69.*
end-volume
#####################################
### GlusterFS Client Volume File ##
#####################################
### Add client feature and attach to remote subvolume
volume biggy1
type protocol/client
option transport-type tcp
option remote-host 192.168.69.158
option remote-subvolume biggy
end-volume
volume biggy2
type protocol/client
option transport-type tcp
option remote-host 192.168.69.5
option remote-subvolume biggy
end-volume
volume afr
type cluster/afr
subvolumes biggy1 biggy2
end-volume
More information about the Gluster-users
mailing list