minio/cmd/http
Klaus Post acc452b7ce
Add more erasure codes on degraded systems. (#11852)
In cases where a cluster is degraded, we do not uphold our consistency 
guarantee and we will write fewer erasure codes and rely on healing 
to recreate the missing shards.

In some cases replacing known bad disks in practice take days.
We want to change the behavior of a known degraded system to keep
the erasure code promise of the storage class for each object.

This will create the objects with the same confidence as a fully 
functional cluster. The tradeoff will be that objects created 
during a partial outage will take up slightly more space.

This means that when the storage class is EC:4, there should 
always be written 4 parity shards, even if some disks are unavailable.

When an object is created on a set, the disks are immediately 
checked. If any disks are unavailable additional parity shards 
will be made for each offline disk, up to 50% of the number of disks.

We add an internal metadata field with the actual and intended 
erasure code level, this can optionally be picked up later by 
the scanner if we decide that data like this should be re-sharded.
2021-05-27 11:38:09 -07:00
..
stats update license change for MinIO 2021-04-23 11:58:53 -07:00
close.go update license change for MinIO 2021-04-23 11:58:53 -07:00
dial_dnscache_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
dial_dnscache.go update license change for MinIO 2021-04-23 11:58:53 -07:00
dial_linux.go update license change for MinIO 2021-04-23 11:58:53 -07:00
dial_others.go update license change for MinIO 2021-04-23 11:58:53 -07:00
headers.go Add more erasure codes on degraded systems. (#11852) 2021-05-27 11:38:09 -07:00
listen_nix.go update license change for MinIO 2021-04-23 11:58:53 -07:00
listen_others.go update license change for MinIO 2021-04-23 11:58:53 -07:00
listener_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
listener.go update license change for MinIO 2021-04-23 11:58:53 -07:00
server_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
server.go config: enforce AES-GCM in FIPS mode (#12265) 2021-05-10 08:24:11 -07:00