[Gluster-users] glusterfsd: No buffer space available

Sergey Arlashin s.arlashin at gmail.com
Sun Dec 6 17:20:16 UTC 2009


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


More information about the Gluster-users mailing list