-
```
exports.c:726:1969: warning: array index 3 is past the end of the array (which contains 3 elements) [-Warray-bounds]
exports.c:732:1976: warning: array index 3 is past the end of the array (which …
-
Chunkserver upgraded from 2.6.0 and configured with `CREATE_NEW_CHUNKS_IN_MOOSEFS_FORMAT = 0` exhibit random chunk errors (visible in CGI/Disks) on every restart. Below are chunkserver log fragments f…
-
`cppcheck` reported the following errors in `lizard_client.cc`:
```
[lizard_client.cc:1666]: (error) Memory is allocated but not initialized: dirinfo
[lizard_client.cc:1667]: (error) Memory is alloca…
-
Reporting data loss in _xor2_ goal. :(
_xor2_ is placed on chunkservers labelled _poolA_, _poolB_ and _poolC_.
Due to electrical works we gracefully stopped all chunkservers in _poolB_ and all but one…
-
I'd like to propose configurable feature to automatically mark volumes for removal on write error(s). This will help to isolate malfunctioning HDDs quickly. As I've just painfully discovered, client a…
-
Possible enhancement Idea I had when rolling out a second seafile instance on a local machine (my current setup is on amazon AWS): I thought that a client being able to connect to multiple, mirrored s…
-
We are working towards introducing a minimum of load awareness in chunkserver selection; in this sense we are looking at the simple (but effective) mechanism used by the latest MooseFS, where the chun…
-
Hello,
First of all I am a moosefs user for some time and I like what you did with lizardfs. I am planning to migrate to it mainly for the quota support and performance improvements, but the IO limit…
-
Hi,
I have tried to compile Lizardfs 2.5.4 Branch on Alpine Linux, which uses musl libc.
I ran into the following Error:
src/common/CMakeFiles/mfscommon.dir/build.make:333: recipe for target 'src/com…
-
I increasingly find more and more cool GitHub projects on the web that look really interesting, dpark is one of them. And I see that you have re-written spark in Python, which is cool because I am a P…