Skip to content

Commit

Permalink
MGM: Include file replica in the list of good entries if the diskchec…
Browse files Browse the repository at this point in the history
…ksum

was not yet computed so that we can make progress during repair.
  • Loading branch information
esindril committed Dec 10, 2024
1 parent d8bc678 commit d38b39e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mgm/fsck/FsckEntry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@ FsckEntry::RepairFstXsSzDiff()

if (!hex_xs_val.empty()) {
bad_fsids.insert(finfo->mFstFmd.mProtoFmd.fsid());
} else {
good_fsids.insert(finfo->mFstFmd.mProtoFmd.fsid());
}
}
}
Expand Down

0 comments on commit d38b39e

Please sign in to comment.