mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
fix typo in healthcheck README.md (#10518)
This commit is contained in:
parent
0b1c824618
commit
3168e93730
@ -55,7 +55,7 @@ Date: Tue, 21 Jul 2020 00:36:14 GMT
|
||||
```
|
||||
|
||||
#### Checking cluster health for maintenance
|
||||
You may query the cluster probe endpoint to check if the node which received the request can be taken down for maintenance, if the server replies back '412 Precondition Failed' this means you will loose HA. '200 OK' means you are okay to proceed.
|
||||
You may query the cluster probe endpoint to check if the node which received the request can be taken down for maintenance, if the server replies back '412 Precondition Failed' this means you will lose HA. '200 OK' means you are okay to proceed.
|
||||
|
||||
```
|
||||
curl http://minio1:9001/minio/health/cluster?maintenance=true
|
||||
|
Loading…
Reference in New Issue
Block a user