sapling/eden/fs/inodes/overlay
Genevieve Helsel 4cb299af60 externally log result of fsck scans
Summary:
It would be nice to see if there was a fsck on startup, the duration of the fsck, and if it was able to repair all of the problems or not. This diff adds external logging for fsck runs on daemon start.

duration: how long the fsck took
success: false if was not able to repair errors, true if repaired all errors or didn't have to repair at all
attempted_repair: true if we found problems, false otherwise

Reviewed By: chadaustin

Differential Revision: D24774065

fbshipit-source-id: 2fa911652abec889299c74aaa2d53718ed3b4f92
2020-11-12 13:47:50 -08:00
..
test remove dependency on glog 2020-11-10 16:31:15 -08:00
CMakeLists.txt build edenfsctl with CMake 2019-09-11 13:20:43 -07:00
eden_fsck.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
FsOverlay.cpp remove dependency on glog 2020-11-10 16:31:15 -08:00
FsOverlay.h inodes: move fuse/InodeNumber.{cpp,h} into inodes/ 2020-09-02 12:15:48 -07:00
overlay.thrift thriftfmt 2020-11-02 13:52:37 -08:00
OverlayChecker.cpp externally log result of fsck scans 2020-11-12 13:47:50 -08:00
OverlayChecker.h inodes: move fuse/InodeNumber.{cpp,h} into inodes/ 2020-09-02 12:15:48 -07:00