Skip to content

Draft: Report gitaly space in Gitaly Servers admin

Caleb Cooper requested to merge calebcooper-report-gitaly-space into master

What does this MR do and why?

Add a new column in the Gitaly Servers screen within the Admin interface which will report the current used and available space for each configured and connected Gitaly storage resource.

This can be found from Rails using:

Gitlab::GitalyClient::ServerService.new("default").storage_disk_statistics

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

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