- Apr 02, 2018
-
-
Marc Vef authored
Previously, clients would look for the daemon by name which was not robust. If the daemon was started with valgrind for example, clients would not find the daemon. Similar to other applications a daemon now creates a pid file with information about its pid and its started mountdir. Proper errorhandling on server and client side was added. Multiple daemons per node are explicitly not allowed for now!
-
- Mar 30, 2018
-
-
Marc Vef authored
-
- Mar 26, 2018
-
-
Marc Vef authored
-
- Mar 25, 2018
- Mar 24, 2018
- Mar 23, 2018
- Mar 22, 2018
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
target was the index of the cycle and target[target] was the actual identifier of the target. In some part of the code target was considered as the identifier directly. Now the index of the cycle is i and target is the actual identifier of the target.
-
Tommaso Tocci authored
-
Tommaso Tocci authored
The calculus (on clients) about the last chunk involved into a write/read operation was bugged. A new blocks_calc_util library has been introduced in order to make easier to perform this kind of calculus.
-
Marc Vef authored
startup script: do not check for local daemon See merge request zdvresearch_bsc/adafs!30
-
Tommaso Tocci authored
In the case the host running the startup script is not one of the node that will run adafs it does not make sense to check for the binary of the daemon locally.
-
- Mar 20, 2018
-
-
Marc Vef authored
When rocksdb is build with jemalloc linking with adafs was failing
-
- Mar 19, 2018
-
-
Marc Vef authored
Preload: Better naming in IO process + chnk_end target fix See merge request zdvresearch_bsc/adafs!25
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
bugfix: dl_script with non-existing output path See merge request zdvresearch_bsc/adafs!23
-
Marc Vef authored
Client io cleanup See merge request zdvresearch_bsc/adafs!24
-
Marc Vef authored
-
Marc Vef authored
-