gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gluster-devel] segfault in posix-locks


From: Székelyi Szabolcs
Subject: [Gluster-devel] segfault in posix-locks
Date: Tue, 13 Nov 2007 20:43:46 +0100
User-agent: Mozilla-Thunderbird 2.0.0.6 (X11/20071009)

Hi all,

experimenting with posix-locks, I found that my daemon segfaults with
posix-locks loaded. Here's my simple configuration:


server:

volume data-posix
  type storage/posix
  option directory /mnt/export
end-volume

volume data
  type features/posix-locks
  subvolumes data-posix
end-volume

volume data-server
  type protocol/server
  option transport-type tcp/server
  subvolumes data
  option auth.ip.data.allow a.b.c.23,a.b.c.11
end-volume


client:

volume data
  type protocol/client
  option transport-type tcp/client
  option remote-host myserver
  option remote-subvolume data
end-volume

Without the posix-locks xlator on the server side, everything works as
it should.

The segfault occurs when I copy a file into the directory on that
GlusterFS is mounted. ls works fine.

You can find the backtrace at http://glusterfs.pastebin.com/m7289f4c4

Thanks for your help,
--
cc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]