Xavi Hernandez

Results 148 comments of Xavi Hernandez

I think this is still an interesting idea.

Gluster shouldn't take locks on arbitrary files, even less after a reboot. Could you provide the exact steps to reproduce it and the output of the command you use to...

These files seem to come from the virtualization environment, not Gluster

Hi @feizai131. I think you are right. I'll send a patch for this. Can you provide the test code that triggered this bug ?

On Sat, Mar 16, 2024 at 2:39 PM Aravinda VK ***@***.***> wrote: > This is not a supported configuration, Only Replica count 2 and 3 are the > tested and...

We already have something similar from commit 8c68787eb3. It requires two different mounts, but I think that's good enough for a data integrity check process. IMO, reading an xattr before...

> Gave this a try... stuck with below error, and not sure how to go about that: > > ``` > /usr/lib/gcc/x86_64-alpine-linux-musl/9.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: ../../libglusterfs/src/.libs/libglusterfs.so: undefined reference to `swapcontext' > /usr/lib/gcc/x86_64-alpine-linux-musl/9.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: ../../libglusterfs/src/.libs/libglusterfs.so:...

Hi @slowfranklin sorry for the late answer. I think it's not a bug in FUSE. The kernel itself doesn't send `open()` requests to any filesystem when `O_PATH` is used. Kernel...

> I think server_xlator filters the flag(O_PATH) by the function (gf_flags_to_flags). Yes, we also need to do some changes, but they are very simple. The main issue is the lack...

> > The main issue is the lack of an actual open call from kernel for entries opened with O_PATH. > > I presume all those things needs to be...