Prevent Gitaly storages from using the same path
1 unresolved thread
1 unresolved thread
Compare changes
Files
2- Will Chandler (ex-GitLab) authored
Gitaly is making a breaking change with v17.0 to prevent multiple storages from sharing the same local path. This is being done as part of the work to add a write-ahead log to Gitaly, see gitaly#5598 for further details. Validate that Gitaly's config does not have than one storage using the same path, dereferencing any symlinks. Changelog: changed
@@ -27,6 +27,7 @@ module Gitaly
@@ -160,6 +161,28 @@ module Gitaly