1
0
mirror of https://github.com/minio/minio.git synced 2025-03-25 23:10:57 -04:00

6 Commits

Author SHA1 Message Date
Harshavardhana
9c605ad153
allow support for parity '0', '1' enabling support for 2,3 drive setups ()
allows for further granular setups

- 2 drives (1 parity, 1 data)
- 3 drives (1 parity, 2 data)

Bonus: allows '0' parity as well.
2022-06-27 20:22:18 -07:00
Sidhartha Mani
fe1fbe0005
standardize config help defaults () 2022-04-26 20:11:37 -07:00
Harshavardhana
f527c708f2
run gofumpt cleanup across code-base () 2022-01-02 09:15:06 -08:00
Harshavardhana
46fd9f4a53 fix: update storage-class properly
fixes 
2021-12-28 22:49:06 -08:00
Harshavardhana
bfbdb8f0a8
fix: incorrect O_DIRECT behavior for reads ()
O_DIRECT behavior was broken and it was still
caching all the reads, this change properly fixes
this behavior.
2021-07-28 11:20:16 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00