Skip to content

Fix broken forking in Gitaly Cluster (v16.1 backport)

In storage: Add option to skip storage check (!5943 - merged) we have fixed a bug caused by the new repository validations that we have introduced in %16.1 that stops CreateFork() from working in Gitaly Cluster. The root cause is that Praefect doesn't rewrite the storage name, and the new checks verify that the storage does indeed exist. Consequentially, the fork fails.

Backport the MR to fix this regression.

Merge request reports