gluster-devel
[Top][All Lists]
Advanced

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

Re: [Gluster-devel] cluster/stripe


From: Alexey Filin
Subject: Re: [Gluster-devel] cluster/stripe
Date: Wed, 26 Sep 2007 22:46:33 +0400

Hi Amar,

On 9/26/07, Amar S. Tumballi <address@hidden> wrote:
>
> Hi Alexey,
>  These trace log helped a lot.. I got the problem. Will be fixing the bug
> soon.
>
>  The issue is that, in older kernels fuse module sends 'creat()' call as
> 'mknod();open()' one after another. And sadly I had not implemented striping
> option in mknod() fop. hence, the file is created in only one node.  With
> people using newer kernel version, this problem is not there.
>
> Thanks and Regards,
> Amar


yes, I looked at it myself, mknod() sets callback

  stripe_common_inode_cbk()

which calls always

  dict_set (inode->ctx, this->name, data_from_int8 (1)); // not stripped

looking forward to the bugfix :)

regards,

PS Debug prints work in callbacks. It was too late and I made a mistake in
sources during debugging


reply via email to

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