1
0
mirror of https://github.com/minio/minio.git synced 2025-03-26 07:20:56 -04:00

5 Commits

Author SHA1 Message Date
Anis Elleuch
9baeda781a
fix storage info output with unordered endpoints arguments ()
Shuffling arguments that we pass to MinIO server are supported. However,
when that happens, Prometheus returns wrong information about disks usage
and online/offline status.

The commit fixes the issue by avoiding relying on xl.endpoints since
it is not ordered.
2020-05-19 14:27:20 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Krishna Srinivas
51ec61ee94 Fix healing whole file bitrot ()
* Use 0-byte file for bitrot verification of whole-file-bitrot files

Also pass the right checksum information for bitrot verification

* Copy xlMeta info from latest meta except []checksums and []Parts while healing
2019-01-20 07:58:40 +05:30
Krishna Srinivas
98c950aacd Streaming bitrot verification support () 2019-01-17 18:28:18 +05:30
Krishna Srinivas
ce02ab613d Simplify erasure code by separating bitrot from erasure code () 2018-08-06 15:14:08 -07:00