Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make master the default base branch, drop development #38

Merged
merged 24 commits into from
Sep 18, 2020

Conversation

muhamadazmy
Copy link
Member

No description provided.

Muhamad Azmy and others added 24 commits January 14, 2019 12:57
* Block hash checking

Also make sure to sync before using the file to avoid
corruption on crash

* Fix tests

* Benchmarking blak2b/128
* Allow 0-fs to start as a daemon

- also make stderr the default log output stream
- add flag to enable daemon mode and pid of the daemon

* vendore new dependencies
This line was removed on a previous PR.
This is to make sure that the final merge mount point
has same permissions as the flist
Make sure that the rw layer has same perm as ro
* WIP: support ro flag

Add code to support mounting a ro directly
in that case, we don't do overlay

* Make sure if wait fails we cleanly unmount

* Original mode works fine

* Add ro flag to cmd line interface

* use go1.13 for tests
* fix connection management in redis pool

The pool configuration requires to have the MaxIdle connection to a
number bigger then 1 to allow to reuse connection.
Without it a new connection is always created.

This commit allow to have a total of 10 connection in the pool and keep
2 of them open.

* Increase redis pool settings for small improvements

Co-authored-by: Maxime Daniel <root@maxux.net>
)

* Parent process should only exit successfully is mount is okay

* fix sleep
* Upgrade go version in workflows

- Also run `go mod tidy`

* make vet happy

* fix make file
@muhamadazmy muhamadazmy merged commit f4ec07b into master Sep 18, 2020
@muhamadazmy muhamadazmy deleted the development branch September 18, 2020 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants