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
This commit is contained in:
Stan Hu 2018-07-30 12:55:02 +00:00
commit 1b11e2913c
1 changed files with 0 additions and 9 deletions

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