http://eweiibe6tdjsdprb4px6rqrzzcsi22m4koia44kc5pcjr7nec2rlxyad.onion/help/administration/gitaly/praefect.md
. # You can include the data dirs for all nodes in the same config, because # Praefect will only route requests according to the addresses provided in the # prior step. gitaly [ 'configuration' ] = { # ... storage: [ { name: 'gitaly-1' , path: '/var/opt/gitlab/git-data/repositories' , }, { name: 'gitaly-2' , path: '/var/opt/gitlab/git-data/repositories' , }, { name: 'gitaly-3' , path: '/var/opt/gitlab/git-data/repositories' , }, ], } Save the changes to /etc/gitlab/gitlab.rb and...