From e3953c1c5377dc34b549c501b31cf13196d5ff30 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Sun, 29 Jul 2018 16:29:25 +0200 Subject: [PATCH] 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 --- doc/user/admin_area/monitoring/health_check.md | 9 --------- 1 file changed, 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" },