Skip to content

Resolve "Geo: enable housekeeping functionality when syncing repositories"

Gabriel Mazetto requested to merge 5717-geo-housekeeping-git into master

What does this MR do?

Adds automatic housekeeping functionality to Geo synced repositories, following same logic as per-push housekeeping.

Are there points in the code the reviewer needs to double check?

We are re-using all thresholds from the per-push housekeeping. We also are re-using the toogle to enable/disable housekeeping per push here. The rationality is that, if it's disable on primary, we should respect that and vice versa.

Why was this MR needed?

Geo secondary currently has no automated way to perform housekeeping into repositories.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #5717 (closed)

Edited by Gabriel Mazetto

Merge request reports