summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-30 12:55:02 +0000
committerStan Hu <stanhu@gmail.com>2018-07-30 12:55:02 +0000
commit1b11e2913cd42a46ded8e85810e4fa9a2524f85d (patch)
treeb4415e49876fda86962179904cdbbd561b350715 /doc
parent94ea835e55e5a32817432c12045395de71b1507a (diff)
parente3953c1c5377dc34b549c501b31cf13196d5ff30 (diff)
downloadgitlab-ce-1b11e2913cd42a46ded8e85810e4fa9a2524f85d.tar.gz
Merge branch 'docs/zj-remove-fs-shard-check' into 'master'
Remove references to FS Shard check from the docs Closes #49725 See merge request gitlab-org/gitlab-ce!20897
Diffstat (limited to 'doc')
-rw-r--r--doc/user/admin_area/monitoring/health_check.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/user/admin_area/monitoring/health_check.md b/doc/user/admin_area/monitoring/health_check.md
index 843fb4ce26b..20d3f2d96f4 100644
--- a/doc/user/admin_area/monitoring/health_check.md
+++ b/doc/user/admin_area/monitoring/health_check.md
@@ -42,12 +42,6 @@ Readiness example output:
"shared_state_check" : {
"status" : "ok"
},
- "fs_shards_check" : {
- "labels" : {
- "shard" : "default"
- },
- "status" : "ok"
- },
"db_check" : {
"status" : "ok"
},
@@ -61,9 +55,6 @@ Liveness example output:
```
{
- "fs_shards_check" : {
- "status" : "ok"
- },
"cache_check" : {
"status" : "ok"
},