minio/docs
Klaus Post 650dccfa9e
cache: Only start at high watermark (#10403)
Currently, cache purges are triggered as soon as the low watermark is exceeded.
To reduce IO this should only be done when reaching the high watermark.
This simplifies checks and reduces all calls for a GC to go through
`dcache.diskSpaceAvailable(size)`. While a comment claims that 
`dcache.triggerGC <- struct{}{}` was non-blocking I don't see how 
that was possible. Instead, we add a 1 size to the queue channel 
and use channel  semantics to avoid blocking when a GC has 
already been requested.

`bytesToClear` now takes the high watermark into account to it will 
not request any bytes to be cleared until that is reached.
2020-09-02 17:48:44 -07:00
..
bigdata Update hadoop docs to indicate new committers (#8060) 2019-09-30 21:34:06 -07:00
bucket fix typo in replication docs (#10366) 2020-08-27 12:54:23 -07:00
chroot fix: docs remove goreportcard, its deprecated 2020-03-24 14:51:06 -07:00
compression Add enable="on" to set compression command (#9811) 2020-06-11 18:14:13 -07:00
config fix: readiness needs to be like liveness (#9941) 2020-06-30 11:28:27 -07:00
debugging Implement oboard diagnostics admin API (#9024) 2020-03-26 21:07:39 -07:00
deployment/kernel-tuning update kernel tuning docs to indicate sane values 2020-08-28 12:07:55 -07:00
disk-caching cache: Only start at high watermark (#10403) 2020-09-02 17:48:44 -07:00
distributed Clarify zone example (#10374) 2020-08-28 14:03:29 -07:00
docker Support custom paths for secret files in docker-entrypoint.sh (#10344) 2020-08-28 14:04:29 -07:00
erasure add reference to distributed doc for clarity (#9783) 2020-06-08 12:30:42 -07:00
federation/lookup Replace proxy with forward in coredns example (#8344) 2019-10-01 22:23:08 +05:30
gateway docs: Add policy variables for resource and conditions (#10278) 2020-08-17 17:39:55 -07:00
integrations/veeam docs: fix veeam document formatting 2020-07-18 18:38:12 -07:00
kms fix KMS quickstart guide layout (#9658) 2020-05-20 13:55:54 -07:00
logging humanize `timeToFirstByte` and `timeToResponse` upto nanoseconds (#9641) 2020-05-19 18:34:02 -07:00
metrics fix: re-implement cluster healthcheck (#10101) 2020-07-20 18:31:22 -07:00
multi-tenancy fix: multi-tenant deployment guide to use ellipses format (#10192) 2020-08-04 08:15:37 -07:00
multi-user docs: Add policy variables for resource and conditions (#10278) 2020-08-17 17:39:55 -07:00
orchestration Update yaml files to latest version RELEASE.2020-09-02T18-19-50Z 2020-09-02 18:40:57 +00:00
screenshots fix: distributed docs image path 2020-05-11 09:33:55 -07:00
security cleanup security overview guide 2020-07-11 00:34:56 -07:00
select feat: disable Parquet by default (breaking change) (#9920) 2020-08-18 10:23:28 -07:00
shared-backend fix: docs remove goreportcard, its deprecated 2020-03-24 14:51:06 -07:00
sts support 'ldap:user' variable replacement properly (#10391) 2020-09-01 12:26:22 +05:30
throttle config: Add api requests max & deadline configs (#9273) 2020-04-14 12:46:37 -07:00
tls fix misspelling of Certbot (#9705) 2020-05-26 08:56:50 -07:00
zh_CN since its an internal RPC API we do not need to document it. (#10382) 2020-08-31 10:20:07 -07:00
minio-limits.md Add clarification for minimum drives per server (#10130) 2020-07-24 22:09:01 -07:00