Skip to content

Output gitaly addresses instead of gitaly storage directories

James Fargher requested to merge fix_info_rake into master

What does this MR do and why?

#375254 (closed)

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

  1. 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.

Merge request reports

Loading