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:
commit
1b11e2913c
1 changed files with 0 additions and 9 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue