Hi!
i'm trying to run glusterfs 2.0.8 on FreeBSD 7.2.
Well .. when I start glusterfsd i get the following error:
"[socket.c:1154:socket_listen] server: setting receive window size failed:
7: 524288: No buffer space available"

Here is the config file i'm using:

volume posix
  type storage/posix
  option directory /usr/export/
end-volume

volume locks
    type features/locks
    subvolumes posix
end-volume

volume brick
    type performance/io-threads
    option thread-count 8
    subvolumes locks
end-volume

volume server
    type protocol/server
    option transport-type tcp
    option auth.addr.brick.allow *
    option transport.socket.listen-port 6996
    subvolumes brick
end-volume
_______________________________________________
Gluster-users mailing list
[email protected]
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

Reply via email to