psarna/seastar

Implement bootstrapping

Closed this issue · 0 comments

On top of #29 and #30, implement a function that performs bootstrapping of the filesystem. Bootstrapping should first verify that the bootstrap record contains correct data, and then perform a load of all metadata from the metadata log to their in-memory representation. Bootstrap is complete when all metadata entries are processed, as if the filesystem has just finished performing the last metadata operation on it without being turned off.