Use readQuorum instead of writeQuorum to check bucket exists (#5715)

Fixes #5708
Fixes #5700
This commit is contained in:
Harshavardhana
2018-03-26 16:36:57 -07:00
committed by Dee Koder
parent 19451e374a
commit de44be86d0
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -217,9 +217,9 @@ func (ahs *allHealState) LaunchNewHealSequence(h *healSequence) (
}()
b, err := json.Marshal(madmin.HealStartSuccess{
h.clientToken,
h.clientAddress,
h.startTime,
ClientToken: h.clientToken,
ClientAddress: h.clientAddress,
StartTime: h.startTime,
})
if err != nil {
errorIf(err, "Failed to marshal heal result into json.")