Skip to content

Do checksum validation

Amarbayar Amarsanaa requested to merge checksum-validation into master

While rebalancing our storage nodes, we noticed an issue where repo size was different before and after the move. This resulted in an investigation and the investigation revealed that:

  1. Size difference can happen especially if there are loose objects that end up getting packed up.
  2. A good way to check whether repo was moved successful or not is to check via checksum.

This MR persists the knowledge for # 2 above.

Merge request reports