Re: [Gluster-devel] BitRot

2014-08-10 Thread Venky Shankar
Here's the feature page: http://www.gluster.org/community/documentation/index.php/Features/BitRot I've linked the document (uploaded in google doc, open for comments) under Section #3. Thanks, venky - Original Message - From: Krishnan Parthasarathi kpart...@redhat.com To: Venky

[Gluster-devel] 32/64 bits portability

2014-08-10 Thread Emmanuel Dreyfus
Hi I note this kind of warnings: meta-helpers.c:42:13: warning: cast to pointer from integer of different size meta-helpers.c: In function 'meta_fd_release': This is caused by the attempt to use uint64_t as a placeholder for pointers. That causes warnings on machines with 32 bit pointers, and

[Gluster-devel] how does meta xlator work?

2014-08-10 Thread Emmanuel Dreyfus
Hi I am working on tests/basic/meta.t on NetBSD It fails because .meta/frames is empty, like all files in .meta. A quick investigation in source code shows that the function responsible for filling the code (frames_file_fill) is never called. How is it supposed to work? -- Emmanuel Dreyfus

Re: [Gluster-devel] how does meta xlator work?

2014-08-10 Thread Harshavardhana
I am working on tests/basic/meta.t on NetBSD It fails because .meta/frames is empty, like all files in .meta. A quick investigation in source code shows that the function responsible for filling the code (frames_file_fill) is never called. Same experience here. It does work on OSX, but does