GUEST.it
GUEST.it
Any update on this ?
Sure, but there isn't any new news about this Last thing i know Is that v4 is in private beta, i did some test with it, one year ago, then...
where is it? I'm talking about the open source, not the compiled one, i have the compiled version from last year but we are all waiting for the public open...
+1000 for this. Is something that will be added?
> I am also interested in this feature/process It's funny to read this. When I've asked the same thing for the same reason on LizardFS, you were against my proposal,...
So, setting that to 1, means to call FSYNC on every fclose ? What if client is asking for fsync by it's own and HDD FSYNC BEFORE CLOSE is set...
@oxide94 Preface: I'm not an expert. There are AFAIK, two ways to be sure that a write operation has really reached disk and not any cache buffer: by opening a...
Trying to figure out how this works. Even setting `HDD_FSYNC_BEFORE_CLOSE` to 1, i don't see any `fsync` call by stracing the mfschunkserver. even writing with `O_SYNC` flag set when writing...
Small correction: by setting `HDD_FSYNC_BEFORE_CLOSE` to 1, `fsync` is called, but flags set by the client are still ignored. Thus, the client can't ask for a sync write. Or we...
@zcalusic the problem is that MooseFS is totally ignoring this flag and this flag is not being passed when opening chunk file for writing...