Skip to content

Hashed Storage: Only set as `read_only` when starting the per-project migration

Gabriel Mazetto requested to merge 53966-hashed-storage-read-only into master

What does this MR do?

This change improves the way we flag a project as read_only during the Hashed Storage migration. Instead of flagging it early when scheduling the migration, we flag only when we need to migrate. This is essential for big installations like gitlab-dot-com where the entire migration can take several hours or days.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Gabriel Mazetto

Merge request reports