summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-30 12:55:02 +0000
committerAlessio Caiazza <acaiazza@gitlab.com>2018-07-30 17:56:07 +0200
commitdcfa612d532a2f1a16cf3d00fbddd9d2e906c19f (patch)
treea0fa3d70ff0a9af71cb455d5092400c36441bfc5
parenta695151d338fd1bed1d16e031d11a55e5e60066e (diff)
downloadgitlab-ce-dcfa612d532a2f1a16cf3d00fbddd9d2e906c19f.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
-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"
},