Package: lizardfs / 3.10.4+dfsg-2~bpo8+1

Metadata

Package Version Patches format
lizardfs 3.10.4+dfsg-2~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2749_69686d59.diff | (download)

EnvTests.cmake | 9 9 + 0 - 0 !
config.h.in | 1 1 + 0 - 0 !
src/common/lru_cache_unittest.cc | 2 2 + 0 - 0 !
src/mount/global_io_limiter_unittest.cc | 54 28 + 26 - 0 !
4 files changed, 40 insertions(+), 26 deletions(-)

 [patch] common: fix compilation on architectures missing std::future

This commit fixes compilation on architectures missing std::future.

Fixes #464

conf add mfshdd comment.patch | (download)

src/data/mfshdd.cfg | 15 11 + 4 - 0 !
1 file changed, 11 insertions(+), 4 deletions(-)

 add useful comment about storage configuration.
 https://github.com/lizardfs/lizardfs/issues/204


conf default ignoregid.patch | (download)

src/data/mfsexports.cfg | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 default to "ignoregid" which is required to make group permissions to work as expected.


debian paths.patch | (download)

CMakeLists.txt | 10 5 + 5 - 0 !
doc/mfsrestoremaster.8.txt | 2 1 + 1 - 0 !
src/data/mfsmount.cfg | 2 1 + 1 - 0 !
src/main/main.cc | 4 2 + 2 - 0 !
src/master/exports.cc | 2 1 + 1 - 0 !
tests/tools/lizardfs.sh | 4 2 + 2 - 0 !
6 files changed, 12 insertions(+), 12 deletions(-)

 debianise paths, consistent with package name.


default nocache.patch | (download)

doc/mfschunkserver.cfg.5.txt | 2 1 + 1 - 0 !
src/chunkserver/hddspacemgr.cc | 4 2 + 2 - 0 !
src/data/mfschunkserver.cfg.in | 4 2 + 2 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 advise os to dismiss cache by default


default sparse.patch | (download)

doc/mfschunkserver.cfg.5.txt | 1 1 + 0 - 0 !
src/chunkserver/hddspacemgr.cc | 4 2 + 2 - 0 !
src/data/mfschunkserver.cfg.in | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 3 deletions(-)

 sparse chunk files by default


system gtest.patch | (download)

Libraries.cmake | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 use system "libgtest-dev" instead of bundled one; prevent on-demand downloading.


tests.patch | (download)

tests/CMakeLists.txt | 2 1 + 1 - 0 !
tests/run-test.sh | 2 1 + 1 - 0 !
tests/setup_machine.sh | 16 9 + 7 - 0 !
tests/tools/config.sh | 2 1 + 1 - 0 !
tests/tools/test_main.sh | 2 1 + 1 - 0 !
tests/tools/valgrind.sh | 2 1 + 1 - 0 !
6 files changed, 14 insertions(+), 12 deletions(-)

 test suite adaptations