Call fsync() before closing file

This commit is contained in:
Jim Turner
2017-11-06 10:19:13 -08:00
parent 2b9aa94f3a
commit da708adcbd
2 changed files with 9 additions and 3 deletions

View File

@@ -137,7 +137,8 @@
"empty": "Existing __type__ file is empty",
"invalid": "Existing __type__ file is not valid json",
"restore": "Restoring __type__ file backup : __path__",
"restore-fail": "Restoring __type__ file backup failed : __message__"
"restore-fail": "Restoring __type__ file backup failed : __message__",
"fsync-fail": "Flushing file __path__ to disk failed : __message__"
}
}
}