Commits on Source (18)
-
WIP - REPL Added NUM_REPL env variable. (0 no replicas) NUM_REPL num replicas (Replicas < servers) Remove and truncate Metadata replication - WIP Metadata replication - Reattempt on stat minimal compilation issues (c++20), srand for repl Bitset Bit set proposal (WIP) Read - Write with bitset (<1024 chunks) Changed bitset to vector Added get_fs_config reattempt Some more resilience on create Added Replica_Check on write (disabled) Added helper vector-bitset functions
3bea377e -
Ramon Nou authored299a86ff
-
Ramon Nou authored9f1bbf66
-
Ramon Nou authoredcf8b0f74
-
Ramon Nou authored4df60a02
-
Ramon Nou authoredf22f0852
-
Ramon Nou authoredda79136c
-
Ramon Nou authoreda54abfb2
-
Ramon Nou authored5422c3c3
-
Ramon Nou authored7ee6fbfd
-
Ramon Nou authored4a0811e8
-
Ramon Nou authoredf46a0257
Showing
- .gitlab-ci.yml 5 additions, 22 deletions.gitlab-ci.yml
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- CMake/gkfs-options.cmake 0 additions, 8 deletionsCMake/gkfs-options.cmake
- CMakeLists.txt 8 additions, 11 deletionsCMakeLists.txt
- CMakePresets.json 0 additions, 59 deletionsCMakePresets.json
- README.md 6 additions, 0 deletionsREADME.md
- docs/sphinx/users/dependencies.rst 1 addition, 1 deletiondocs/sphinx/users/dependencies.rst
- docs/sphinx/users/forwarding.rst 5 additions, 7 deletionsdocs/sphinx/users/forwarding.rst
- examples/gfind/CMakeLists.txt 8 additions, 0 deletionsexamples/gfind/CMakeLists.txt
- examples/gfind/gkfs_lib_example.cpp 104 additions, 0 deletionsexamples/gfind/gkfs_lib_example.cpp
- include/CMakeLists.txt 0 additions, 4 deletionsinclude/CMakeLists.txt
- include/client/CMakeLists.txt 26 additions, 27 deletionsinclude/client/CMakeLists.txt
- include/client/env.hpp 1 addition, 2 deletionsinclude/client/env.hpp
- include/client/gkfs_functions.hpp 4 additions, 0 deletionsinclude/client/gkfs_functions.hpp
- include/client/hooks.hpp 6 additions, 0 deletionsinclude/client/hooks.hpp
- include/client/logging.hpp 4 additions, 0 deletionsinclude/client/logging.hpp
- include/client/preload.hpp 7 additions, 1 deletioninclude/client/preload.hpp
- include/client/preload_context.hpp 7 additions, 0 deletionsinclude/client/preload_context.hpp
- include/client/rpc/forward_data.hpp 8 additions, 3 deletionsinclude/client/rpc/forward_data.hpp
- include/client/rpc/forward_metadata.hpp 11 additions, 9 deletionsinclude/client/rpc/forward_metadata.hpp
examples/gfind/gkfs_lib_example.cpp
0 → 100644