mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-21 07:24:27 +00:00
The error messages from reading quorum blocks were confusing. The mark was being checked when the block had already seen an error, and we got multiple messages for some errors. This cleans it up a bit so we only get one error message for each error source and each message contains relevant context. Signed-off-by: Zach Brown <zab@versity.com>