minio/cmd/http
Nitish Tiwari 496fba3e9a
Return 200 OK for liveness checks while distributed cluster starts (#8176)
With this PR, liveness check responds with 200 OK with "server-not-
initialized" header while objectLayer gets initialized. The header
is removed as objectLayer is initialized. This is to allow
MinIO distributed cluster to get started when running on an
orchestration platforms like Docker Swarm.

This PR also updates sample Swarm yaml files to use correct values
for healthcheck fields.

Fixes #8140
2019-09-05 14:50:56 +05:30
..
close.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
deadlineconn.go Remove timeout conn on net.Dialer (#7590) 2019-04-27 15:14:16 -07:00
deadlineconn_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
headers.go Return 200 OK for liveness checks while distributed cluster starts (#8176) 2019-09-05 14:50:56 +05:30
listen_nix.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
listen_others.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
listener.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
listener_test.go Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
server.go Disable http2 until we have upstream bugs fixed (#7711) 2019-05-30 19:49:33 -07:00
server_test.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00