58 Commits (432cb38dbd504dcebb3aa767db7d80bc4706e0c4)

Author SHA1 Message Date
Harshavardhana 843f481eb3 Allow "tmp" directory to be not available (#8021) 5 years ago
kannappanr 5ecac91a55
Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
Krishnan Parthasarathi 93a9078b23 Assign deploymentID for first minio server in distributed setup (#7427) 5 years ago
Harshavardhana 526546d588 Remove '.minio.sys/tmp' files in background (#7124) 6 years ago
Harshavardhana 6add646130 Fix logging of initialization errors in distributed mode (#6914) 6 years ago
Harshavardhana bfb505aa8e Refactor logging in more Go idiomatic style (#6816) 6 years ago
Harshavardhana a63bc9254d Add 'disk' tag to log output to enhance 'disk not found' errors (#6460) 6 years ago
Anis Elleuch 7571582000 Print storage errors during distributed initialization (#6441) 6 years ago
Harshavardhana e0f8b767ba Fail for critical errors early on during prepare storage (#6404) 6 years ago
kannappanr 0286e61aee Log disk not found error just once (#6059) 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
Harshavardhana 1f07545e2a
Improve init messages for distributed setup (#5786) 6 years ago
kannappanr 57a3d9c16c
Modify fatalIf, startup and update message logging code (#5780) 6 years ago
kannappanr cef992a395
Remove error package and cause functions (#5784) 6 years ago
kannappanr f8a3fd0c2a
Create logger package and rename errorIf to LogIf (#5678) 6 years ago
Harshavardhana 85a57d2021 Make sure to close the disk connections (#5752) 6 years ago
Harshavardhana 2938e332ba Fix format migration regression (#5668) 6 years ago
Krishna Srinivas 9083bc152e Flat multipart backend implementation for Erasure backend (#5447) 6 years ago
Harshavardhana fb96779a8a Add large bucket support for erasure coded backend (#5160) 7 years ago
Harshavardhana 1164fc60f3 Bring semantic versioning to provide for rolling upgrades (#5495) 7 years ago
ebozduman 24d9d7e5fa Removes logrus package and refactors logging messages (#5293) 7 years ago
A. Elleuch 2244adff07 fix: Better printing of XL config init error (#5284) 7 years ago
Harshavardhana 819d1e80c6 Add more delays on distributed startup for slow network (#5240) 7 years ago
Harshavardhana 8efa82126b
Convert errors tracer into a separate package (#5221) 7 years ago
Aditya Manthramurthy d23ded0d83 Use retryableStorage after healing format.json (#5105) 7 years ago
Harshavardhana b9fc4150f6 Fix preInit logic when mixed disk situations exist. (#4904) 7 years ago
Frank Wessels 98b62cbec8 Implement an offline mode for a distributed node (#4646) 7 years ago
Harshavardhana e99244be02 xl: prepare storage should Abort properly. (#4542) 7 years ago
Harshavardhana f4dac979a2 server: Fix message when corrupted or unsupported format is found. (#4142) 7 years ago
Bala FA de204a0a52 Add extensive endpoints validation (#4019) 7 years ago
Aditya Manthramurthy 604417baf4 Allow cluster to start when only n/2 servers are up (#4066) 7 years ago
Bala FA d3cb79a57c Refactor logger (#3924) 7 years ago
Harshavardhana 310bf5bd36 auth/rpc: Make auth rpc client retry configurable. (#3695) 8 years ago
Harshavardhana 1c699d8d3f fs: Re-implement object layer to remember the fd (#3509) 8 years ago
Harshavardhana 8562b22823 Fix delays and iterim fix for the partial fix in #3502 (#3511) 8 years ago
Harshavardhana 2062add05f fs/posix: On windows use helpers and init format.json properly. (#3434) 8 years ago
Harshavardhana 2d6f8153fa format: Check properly for disks in valid formats. (#3427) 8 years ago
Harshavardhana b363709c11 caching: Optimize memory allocations. (#3405) 8 years ago
Anis Elleuch 410b579e87 startup: Show elapsed time in disks format process (#3413) 8 years ago
Harshavardhana 6efee2072d objectLayer: Check for `format.json` in a wrapped disk. (#3311) 8 years ago
Harshavardhana c91d3791f9 heal: Add healing support for bucket, bucket metadata files. (#3252) 8 years ago
Harshavardhana 1b85302161 Fix spelling and golint errors. (#3266) 8 years ago
Harshavardhana 716316f711 Reduce number of envs and options from command line. (#3230) 8 years ago
Harshavardhana 3e67bfcc88 heal: Print heal command appropriately without export path. (#3208) 8 years ago
Anis Elleuch e6965ca066 Quit initializing disks process when term signal is invoked (#3163) 8 years ago
Anis Elleuch 79601d27f2 Use endpoint url when printing disks status in distributed mode (#3151) 8 years ago
Harshavardhana 9e2d0ac50b Move to URL based syntax formatting. (#3092) 8 years ago
Anis Elleuch 8871eb8e1e Show offline nodes after a fixed number of init retry (#3107) 8 years ago
Krishna Srinivas 32c3a558e9 distributed-XL: Support to run one minio process per export even on the same machine. (#2999) 8 years ago