diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-07-29 16:29:25 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-07-29 16:29:25 +0200 |
commit | e3953c1c5377dc34b549c501b31cf13196d5ff30 (patch) | |
tree | 9f561da8e0619a188b0e369a9b75c47671952418 | |
parent | 87f03f01735fb4b6dbef2e4bf625cf2546523a4e (diff) | |
download | gitlab-ce-e3953c1c5377dc34b549c501b31cf13196d5ff30.tar.gz |
Remove references to FS Shard check from the docs
These checks were a no op on Cloud native environments, and the checks
were migrated as part of:
https://gitlab.com/gitlab-org/gitaly/merge_requests/767
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49725
-rw-r--r-- | doc/user/admin_area/monitoring/health_check.md | 9 |
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" }, |