31 Commits (e2c5d29017ae902befc9ca5f29afb4954c5a5bb4)

Author SHA1 Message Date
Harshavardhana 5d3d57c12a
Start using error wrapping with fmt.Errorf (#8588) 5 years ago
Harshavardhana 4e9de58675 Avoid pointer based copy, instead use Clone() (#8547) 5 years ago
Harshavardhana 8392d2f510 Preserve same deploymentID on all zones (#8542) 5 years ago
Harshavardhana 347b29d059 Implement bucket expansion (#8509) 5 years ago
Harshavardhana e9b2bf00ad Support MinIO to be deployed on more than 32 nodes (#8492) 5 years ago
Harshavardhana 68a519a468
Use errgroups instead of sync.WaitGroup as needed (#8354) 5 years ago
Harshavardhana 127641731a
Parallelize initialization of storageDisks (#8288) 5 years ago
Harshavardhana c8fbc94329
Fix writing 'format.json' and make it atomic (#8296) 5 years ago
Harshavardhana 53e4887e02 Simplify and cleanup metadata r/w functions (#8146) 5 years ago
Praveen raj Mani b976521c83 Ignore faulty disks in xl-sets Storage info (#7878) 5 years ago
Krishna Srinivas 338e9a9be9 Put object client disconnect (#7824) 5 years ago
kannappanr 5ecac91a55
Replace Minio refs in docs with MinIO and links (#7494) 6 years ago
Krishnan Parthasarathi 93a9078b23 Assign deploymentID for first minio server in distributed setup (#7427) 6 years ago
Anis Elleuch dc2348daa5 heal: Preserve deployment ID from reference format.json (#7126) 6 years ago
Harshavardhana 8608a84c23 Ignore hidden directory .snapshot for NetApp volumes (#6889) 6 years ago
Harshavardhana d2f240c791 Ignore windows hidden folders (#6735) 6 years ago
Harshavardhana 2dede2fdc2 Add reliable RemoveAll to handle racy situations (#6227) 6 years ago
kannappanr 43cc0096fa
Add support for deployment ID (#6144) 6 years ago
Krishna Srinivas 0c9f4c9092 formatMetaV1 should be "inherited" by disk format structs (#6134) 6 years ago
Harshavardhana 5f9041571f Heal only when atleast one of the disk is unformatted (#5866) 6 years ago
Harshavardhana 1f07545e2a
Improve init messages for distributed setup (#5786) 7 years ago
kannappanr cef992a395
Remove error package and cause functions (#5784) 7 years ago
kannappanr f8a3fd0c2a
Create logger package and rename errorIf to LogIf (#5678) 7 years ago
Harshavardhana 85a57d2021 Make sure to close the disk connections (#5752) 7 years ago
Harshavardhana 2c5f2e9669 Stop deleting 'format.json' upon unsuccessful save (#5747) 7 years ago
Harshavardhana 2938e332ba Fix format migration regression (#5668) 7 years ago
Krishna Srinivas 9083bc152e Flat multipart backend implementation for Erasure backend (#5447) 7 years ago
Krishna Srinivas a00e052606 Provide more descriptive error during erasure init (#5282) 7 years ago
Harshavardhana fb96779a8a Add large bucket support for erasure coded backend (#5160) 7 years ago
Aditya Manthramurthy a337ea4d11 Move admin APIs to new path and add redesigned heal APIs (#5351) 7 years ago
Krishna Srinivas 7c72d14027 Separate the codebase for XL and FS format.json related code (#5317) 7 years ago
Harshavardhana 8efa82126b
Convert errors tracer into a separate package (#5221) 7 years ago
Bala FA 88938340b3 remove all dead codes (#5019) 7 years ago
Aditya Manthramurthy 32da1aa9d6 XL: Simplify heal-format operations 7 years ago
Harshavardhana 075b8903d7 fs: Add safe locking semantics for `format.json` (#4523) 7 years ago
Harshavardhana 76f4f20609 fs: Migrate object metadata to objects directory. (#4195) 7 years ago
Harshavardhana f4dac979a2 server: Fix message when corrupted or unsupported format is found. (#4142) 8 years ago
Harshavardhana 1c699d8d3f fs: Re-implement object layer to remember the fd (#3509) 8 years ago
Harshavardhana 2d6f8153fa format: Check properly for disks in valid formats. (#3427) 8 years ago
Bala FA 1d4ac4b084 Rename getUUID() into mustGetUUID() (#3320) 8 years ago
Harshavardhana 1b85302161 Fix spelling and golint errors. (#3266) 8 years ago
Harshavardhana 2f7fb78692 rpc: Our rpcClient should make an attempt to reconnect. (#3221) 8 years ago
Harshavardhana f22862aa28 heal: Refactor heal command. (#2901) 8 years ago
Harshavardhana 6494b77d41 server: Add more elaborate startup messages. (#2731) 8 years ago
Harshavardhana 182109f0de xl: Heal `format.json` properly on fresh disks. 8 years ago
Harshavardhana ba2ba328da server: Fixes for various conditions 8 years ago
Krishnan Parthasarathi de67bca211 Move formatting of disks out of object layer initialization (#2572) 8 years ago
Harshavardhana bccf549463 server: Move all the top level files into cmd folder. (#2490) 8 years ago
Anis Elleuch 64dc2a2e7f Heal format by inspection should avoid picking minioMetaBucket dir if the latter comes first in the list (listDir not ordered) (#2426) 8 years ago
Anis Elleuch 14cefd352c Heal corrupted formats of disks already containing objects (#2297) 8 years ago