- Oct 03, 2019
-
-
Tommaso Tocci authored
CREATE_CHECK_PARENTS controls if the existance of the parent node needs to be checked during the creation of a child node. Example: The check prevents the creation of file `/parent/child` if `/parent` doesn't exists or if it is not a directory By default CREATE_CHECK_PARENTS is enable and the check is enforced. It can be disable to speedup creation operations by passing `-DCREATE_CHECK_PARENTS:BOOL=OFF` as cmake parameter.
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
All paths underl /sys and /proc are forwarded to the kernel directly
-
Tommaso Tocci authored
-
- Sep 11, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
- Removed nested-if logic - Log all errors
-
-
- Sep 05, 2019
-
-
Tommaso Tocci authored
The new `LOG_SYSCALLS` Cmake flag can be used to enable verbose logging of system calls interception.
-
- Aug 09, 2019
-
-
Tommaso Tocci authored
-
- Jul 29, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
We don't want the log file to be created before command line parsing, otherwise --version or --help cli option could not work beacause we don't have permission to write to log file.
-
- Jul 26, 2019
-
-
Tommaso Tocci authored
lseek was triggering a number overflow by converting long to integer on its return value Added specific lseek test
-
Tommaso Tocci authored
Write errors happenig on deamons are now reported back to clients. "No space left on device" error is now properly propagated to clients.
-
- Jul 15, 2019
-
-
Tommaso Tocci authored
-
- Jul 13, 2019
-
-
Tommaso Tocci authored
-
- Jul 04, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
Port is only meaningful for some of the communication protocols. For instance psm2 is not using it at all. Port can be still specified using the --listen,-l flag: Example: ``` gkfs_daemon --listen "localhost:1234" ```
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
margo context id is not the id of the host that send the request. Is the internal context id of local margo instance.
-
Tommaso Tocci authored
-
- Jun 28, 2019
-
-
Tommaso Tocci authored
- Use regular expression to parse lines - More consistent error handling - More comprehensive error messages
-
- Jun 27, 2019
-
-
Tommaso Tocci authored
Implement proper error propagation and handling on get_dirents RPC. Error happening on the deamon are now embedded on the returned response and the client throws an exception once he receives the response.
-
- Jun 26, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
CCI plugin have been tagged as deprecated in the Mercury library. We where using it just for verbs, OFI+verbs can be used now as replecement.
-
Tommaso Tocci authored
Shared-memory communication can be disabled through cmake compile time option `-DUSE_SHM:BOOL=OFF`
-
- May 02, 2019
-
-
Tommaso Tocci authored
Refactored initialization code. - More detailed logging - Use exceptions to better propagate errors - Log signal type before shutdown
-
Tommaso Tocci authored
-
- Apr 24, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-