New s3backer release 1.5.0 is available:
The main interesting new feature is the ability to
recover dirty blocks from the disk cache. This change also includes the
use of a "mount token" as an additional safety check.
So
now if you crash and there is a bunch of pending writes (i.e., dirty
blocks) in your disk cache, they won't be lost when you restart.
Thanks to github user
daggaz for this contribution.
Version 1.5.0 released June 9, 2018
- Add support for recovering dirty blocks in the disk cache (issue #87)
- Replaced boolean 'mounted' flag with a unique 32-bit mount token (issue #87)
- Wait for min_write_delay before access after write error (issue #76)
- Configure TCP keep-alive on HTTP connections (issue #78)
- Added support for server side encryption (pull #81)
-Archie