Output gitaly addresses instead of gitaly storage directories
What does this MR do and why?
It will not be possible to calculate the repository storage path with gitaly cluster so instead we display the information we do have, which is the connection address.
How to set up and validate locally
- Run the rake command:
$ bundle exec rake gitlab:env:info ... GitLab Shell Version: 14.14.0 Repository storages: - default: unix:/home/james/src/gitlab-org/gdk/gitaly.socket - gitaly-1: unix:/home/james/src/gitlab-org/gdk/gitaly.socket GitLab Shell path: /home/james/src/gitlab-org/gdk/gitlab-shell
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.