Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc
gekkofs
Commits
4030f791
Unverified
Commit
4030f791
authored
Jul 26, 2019
by
Tommaso Tocci
Browse files
Bump version: v0.6.0
parent
fd8f8ac4
Pipeline
#481
passed with stages
in 8 minutes and 14 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
4030f791
...
...
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.6.0] - 2019-07-26
## Added
-
Add compile time option to disable shared memory communication
`-DUSE_SHM:BOOL=OFF`
## Changed
-
Deamons does not store anymore information about the others deamons.
-
Improoved error handling on deamon initialization
-
Decreased RPC timeout 3min -> 3sec
-
Update 3rd party dependencies
## Removed
-
PID file is not used anymore, we use only the new
`hosts file`
for out of bound communication
-
Dropped CCI plugin support
-
Dropped hostname-suffix cli option
-
Dropped port cli option (use
`--listen`
instead)
-
It is not needed anymore to pass hosts information to deamons, thus the
`--hosts`
cli have been removed
## Fixed
-
Errors on get_dirents RPC are now reported back to clients
-
Write errors happenig on deamons are now reported back to clients
-
number overflow on lseek didn't allow to use seek on huge files
## [0.5.0] - 2019-04-29
## Changed
-
Intercept I/O syscalls instead of GlibC function using
[
syscall intercept library
](
https://github.com/pmem/syscall_intercept
)
...
...
CMakeLists.txt
View file @
4030f791
...
...
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.6)
project
(
GekkoFS
VERSION 0.
5
.0
VERSION 0.
6
.0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment