mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03:00
rpc: Our rpcClient should make an attempt to reconnect. (#3221)
rpcClient should attempt a reconnect if the call fails with 'rpc.ErrShutdown' this is needed since at times when the servers are taken down and brought back up. The hijacked connection from net.Dial is usually closed. So upon first attempt rpcClient might falsely indicate that disk to be down, to avoid this state make another dial attempt to really fail. Fixes #3206 Fixes #3205
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Minio Environmental varaibles
|
||||
# Minio Environmental variables
|
||||
|
||||
#### MINIO_ENABLE_FSMETA
|
||||
When enabled, minio-FS saves the HTTP headers that start with `X-Amz-Meta-` and `X-Minio-Meta`. These header meta data can be retrieved on HEAD and GET requests on the object.
|
||||
|
||||
Reference in New Issue
Block a user