Skip to content

Commit

Permalink
Add changelog for fsync warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelEischer committed May 13, 2023
1 parent be14687 commit 0e9ba5e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog/unreleased/issue-230
@@ -0,0 +1,9 @@
Bugfix: Fix erroneous warnings about unsupported fsync.

Due to a regression in rest-server 0.12.0, it continuously printed
`WARNING: fsync is not supported by the data storage. This can lead to data loss,
if the system crashes or the storage is unexpectedly disconnected.` for systems
that support fsync. We have fixed the warning.

https://github.com/restic/rest-server/issues/230
https://github.com/restic/rest-server/pull/231

0 comments on commit 0e9ba5e

Please sign in to comment.