Commit dcfa612d authored by Stan Hu's avatar Stan Hu Committed by Alessio Caiazza

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
parent a695151d
......@@ -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"
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment