1
0
mirror of https://github.com/minio/minio.git synced 2025-03-20 20:44:15 -04:00

4 Commits

Author SHA1 Message Date
Harshavardhana
6efee2072d objectLayer: Check for format.json in a wrapped disk. ()
This is needed to validate if the `format.json` indeed exists
when a fresh node is brought online.

This wrapped implementation also connects to the remote node
by attempting a re-login. Subsequently after a successful
connect `format.json` is validated as well.

Fixes 
2016-11-23 15:48:10 -08:00
Bala FA
71b357e4f2 Remove uploadIDChange structure. ()
addUploadID() and removeUploadID() are wrappers to updateUploadJSON()
which is called with respective arguments.
2016-11-22 15:29:39 -08:00
Harshavardhana
c91d3791f9 heal: Add healing support for bucket, bucket metadata files. ()
This patch implements healing in general but it is only used
as part of quickHeal().

Fixes 
2016-11-16 16:42:23 -08:00
Aditya Manthramurthy
226a69fe15 Add test for updateUploadJSON (Fixes ) () 2016-11-01 20:04:32 -07:00