minio/cmd/config
Harshavardhana a359e36e35
tolerate listing with only readQuorum disks (#10357)
We can reduce this further in the future, but this is a good
value to keep around. With the advent of continuous healing,
we can be assured that namespace will eventually be
consistent so we are okay to avoid the necessity to
a list across all drives on all sets.

Bonus Pop()'s in parallel seem to have the potential to
wait too on large drive setups and cause more slowness
instead of gaining any performance remove it for now.

Also, implement load balanced reply for local disks,
ensuring that local disks have an affinity for

- cleanupStaleMultipartUploads()
2020-08-26 19:29:35 -07:00
..
api fix: readiness needs to be like liveness (#9941) 2020-06-30 11:28:27 -07:00
cache Allow optionally to disable range caching. (#9908) 2020-06-29 13:25:29 -07:00
compress Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
etcd add dnsStore interface for upcoming operator webhook (#10077) 2020-07-20 12:28:48 -07:00
identity simplify JWKS decoding in OpenID and more tests (#10119) 2020-07-25 08:42:41 -07:00
notify Support https and basic-auth for elasticsearch notification target (#10332) 2020-08-23 09:43:48 -07:00
policy/opa fix: if OPA set do not enforce policy claim (#10149) 2020-07-28 11:47:57 -07:00
storageclass tolerate listing with only readQuorum disks (#10357) 2020-08-26 19:29:35 -07:00
bool-flag.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
bool-flag_test.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
certs.go move the certPool loader function into pkg/certs (#10239) 2020-08-11 08:29:50 -07:00
certs_test.go move the certPool loader function into pkg/certs (#10239) 2020-08-11 08:29:50 -07:00
certsinfo.go print proper certinfo on console when starting up (#9479) 2020-04-30 16:15:29 -07:00
config.go Move dependency from minio-go v6 to v7 (#10042) 2020-07-14 09:38:05 -07:00
config_test.go Add target parsing code for config (#9375) 2020-04-16 17:43:14 -07:00
constants.go Support looking up environment remotely (#10215) 2020-08-06 18:03:16 -07:00
errors-utils.go re-implement data usage crawler to be more efficient (#9075) 2020-03-18 16:19:29 -07:00
errors.go allow server to start even with corrupted/faulty disks (#10175) 2020-08-03 18:17:48 -07:00
help.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
legacy.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00