summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-09-04 17:58:27 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-04 17:58:27 +0000
commit21924175ea4879389cb5144b28e92d30d236ec38 (patch)
tree8befc7c5e5b5a92faa80ab5ad083580df1a2d4aa
parent0e7113812cbfe2b4e938dfc40a43aefa1c1d5b1b (diff)
parent61fd2d0f95fd306ff9452756c3447df2e4b71694 (diff)
downloadgitlab-ce-21924175ea4879389cb5144b28e92d30d236ec38.tar.gz
Merge branch 'docs-storage-counteer' into 'master'
Adds docs for total usage storage quota See merge request gitlab-org/gitlab-ce!32600
-rw-r--r--doc/user/group/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md
index 86fb7533e70..c09acd36e31 100644
--- a/doc/user/group/index.md
+++ b/doc/user/group/index.md
@@ -443,6 +443,12 @@ A group owner can check the aggregated storage usage for all the project in a gr
![Group storage usage quota](img/group_storage_usage_quota.png)
+The total usage of the storage is updated if any relevant event that
+will affect its value is triggered (e.g., a commit push).
+For performance reasons, we may delay the update up to 1 hour and 30 minutes.
+
+If your namespace shows `N/A` as the total storage usage, you can trigger a recalculation by pushing a commit to any project in that namespace.
+
## User contribution analysis **(STARTER)**
With [GitLab Contribution Analytics](contribution_analytics/index.md),