Skip to content
Snippets Groups Projects

Prevent Gitaly storages from using the same path

Merged Will Chandler (ex-GitLab) requested to merge wc/no-dup-gitaly-storages into master
1 unresolved thread
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -184,7 +184,7 @@ module Gitaly
"#{realpath}: #{names}"
end
raise "More than one Gitaly storage assigned to the same path:\n #{output.join('\n ')}"
raise "One or more Gitaly storages are accessible by multiple filesystem paths:\n #{output.join('\n ')}"
end
private
Loading