1
0
mirror of https://github.com/minio/minio.git synced 2025-01-14 16:25:01 -05:00
Commit Graph

5 Commits

Author SHA1 Message Date
Harshavardhana
6c2fb19ed7 docs: Removed and purged uneeded docs. () 2016-07-24 03:32:45 -07:00
Harshavardhana
623e0f9243 XL: listOnlineDisks should use modTime instead of version. ()
This change is needed to make reading from objects future proof
in-terms of handling online disks. Our current counter is not
based on affirmative knowledge and relies on arithmetic sequence
which can lead to bugs.

Using modTime simplifies the understanding of `xl.json` and future
tooling / debugging of the format.
2016-07-12 15:20:31 -07:00
Harshavardhana
4db2b03312 XL: Rename objectN to part.N ()
Fixes 
2016-06-27 21:42:33 -07:00
Harshavardhana
e10934a88e bitrot: Start using blake2b algorithm and remove sha512 usage. ()
Fixes 
2016-06-22 17:13:26 -07:00
Harshavardhana
b2293c2bf4 XL: Rename, cleanup and add more comments. ()
- xl-v1-bucket.go - removes a whole bunch of code.
- {xl-v1,fs-v1}-metadata.go - add a lot of comments and rename functions
   appropriately.
2016-05-28 15:15:53 -07:00