For Gitlab EE provide Message in a Notification when the disk space is low

Please read this!

Before opening a new issue, make sure to search for keywords in the issues filtered by the "feature proposal" label:

  • https://gitlab.com/gitlab-org/gitlab-ce/issues?label_name%5B%5D=feature+proposal

and verify the issue you're about to submit isn't a duplicate.

Please remove this notice if you're confident your issue isn't a duplicate.


Description

(Include problem, use cases, benefits, and/or goals) We ran into an issue where we ran out of disc space on our hosted instance. We were getting 500 errors when we tried to push code but it was not clear why and it took several hours for support to just tell us we were out of disk space.

Proposal

It would be nice if the admin console provided a feature to display a message in a banner at the top of the page, or at least at the top of the pages/todo list for any users with administrator access, when any preset percentages of disk space are used. This way the issue can be addressed before the team is blocked.

Links / references

Documentation blurb

(Write the start of the documentation of this feature here, include:

As a gitlab EE hosted account administrator

Scenario Outline: Set notification Given I am a gitlab EE User with Admin access When I provide a percentage of for maximum disk usage for each disk And I provide methods of Then when the threshold(s) are reached I receive the specified notifications Examples: | threshold | notification | | 60% | top banner | | 60% | email | | 60% | broadcast message | | 60% | open issue | | 60% | all of the above |

During implementation, this can then be copied and used as a starter for the documentation.)

Assignee Loading
Time tracking Loading