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
This commit is contained in:
Zeger-Jan van de Weg 2018-07-29 16:29:25 +02:00
parent 87f03f0173
commit e3953c1c53
No known key found for this signature in database
GPG key ID: 65F6A8D64A88ABAC

View file

@ -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"
},