Minio Trusted
b9e3a8b5ac
Update yaml files to latest version RELEASE.2020-11-19T23-48-16Z
2020-11-20 00:06:03 +00:00
Minio Trusted
0784a0c33a
Update yaml files to latest version RELEASE.2020-11-13T20-10-18Z
2020-11-13 20:27:01 +00:00
Minio Trusted
3595cb1267
Update yaml files to latest version RELEASE.2020-11-12T22-33-34Z
2020-11-12 22:51:11 +00:00
Omar Alvarez
07859ef48b
docs: clarify notifications support for gateways ( #10729 )
...
Co-authored-by: Harshavardhana <harsha@minio.io>
2020-11-12 12:19:04 -08:00
Harshavardhana
267d7bf0a9
Revert "Add delete marker replication support ( #10396 )"
...
This reverts commit 50c10a5087
.
PR is moved to origin/dev branch
2020-11-12 11:43:14 -08:00
Anton Melser
2c1e37197b
fix: bad example json for policy in replication docs ( #10869 )
2020-11-10 17:49:49 -08:00
Poorna Krishnamoorthy
50c10a5087
Add delete marker replication support ( #10396 )
...
Delete marker replication is implemented for V2
configuration specified in AWS spec (though AWS
allows it only in the V1 configuration).
This PR also brings in a MinIO only extension of
replicating permanent deletes, i.e. deletes specifying
version id are replicated to target cluster.
2020-11-10 15:24:14 -08:00
Minio Trusted
9f4ad873bc
Update yaml files to latest version RELEASE.2020-11-10T21-02-24Z
2020-11-10 21:18:35 +00:00
Anis Elleuch
8e8ddf7233
doc: Add definition of 1KB and 1MB in prometheus ( #10857 )
2020-11-09 10:05:01 -08:00
Minio Trusted
21016265e5
Update yaml files to latest version RELEASE.2020-11-06T23-17-07Z
2020-11-06 23:34:19 +00:00
Minio Trusted
51222cc664
Update yaml files to latest version RELEASE.2020-10-28T08-16-50Z
2020-10-28 08:33:22 +00:00
Minio Trusted
ca77ee1c0e
Update yaml files to latest version RELEASE.2020-10-27T04-03-55Z
2020-10-27 04:20:10 +00:00
Harshavardhana
4442382c16
update STS examples to use latest v7 APIs
2020-10-24 11:16:59 -07:00
Anis Elleuch
6fd088f448
docs: Update ILM doc with versioning features ( #10714 )
2020-10-20 09:23:27 -07:00
Minio Trusted
ba5215561f
Update yaml files to latest version RELEASE.2020-10-18T21-54-12Z
2020-10-18 22:15:30 +00:00
Márk Sági-Kazár
4eb45c9a0f
fix: dex getting started guide URL ( #10701 )
2020-10-17 16:47:28 -07:00
Harshavardhana
ad726b49b4
rename zones to serverSets to avoid terminology conflict ( #10679 )
...
we are bringing in availability zones, we should avoid
zones as per server expansion concept.
2020-10-15 14:28:50 -07:00
Harshavardhana
9c042a503b
remove deprecate readiness from healthcheck docs ( #10659 )
2020-10-12 18:56:03 -07:00
Minio Trusted
4a678ad70f
Update yaml files to latest version RELEASE.2020-10-12T21-53-21Z
2020-10-12 22:15:06 +00:00
Minio Trusted
071c004f8b
Update yaml files to latest version RELEASE.2020-10-09T22-55-05Z
2020-10-09 23:16:30 +00:00
miraculli
1738eb24b1
fix: caching doc README.md missing high watermark ( #10646 )
2020-10-09 08:32:51 -07:00
Poorna Krishnamoorthy
01498a3e34
fix: add docs for new event types in notification ( #10636 )
2020-10-06 13:33:23 -07:00
Ravind Kumar
57f0176759
Update KES table to include additional supported KMS providers ( #10631 )
2020-10-06 11:09:43 -07:00
Minio Trusted
017954e7ea
Update yaml files to latest version RELEASE.2020-10-03T02-19-42Z
2020-10-03 02:36:54 +00:00
Minio Trusted
511424a287
Update yaml files to latest version RELEASE.2020-09-26T03-44-56Z
2020-09-26 04:02:42 +00:00
Praveen raj Mani
b880796aef
Set the maximum open connections limit in PG and MySQL target configs ( #10558 )
...
As the bulk/recursive delete will require multiple connections to open at an instance,
The default open connections limit will be reached which results in the following error
```FATAL: sorry, too many clients already```
By setting the open connections to a reasonable value - `2`, We ensure that the max open connections
will not be exhausted and lie under bounds.
The queries are simple inserts/updates/deletes which is operational and sufficient with the
the maximum open connection limit is 2.
Fixes #10553
Allow user configuration for MaxOpenConnections
2020-09-24 22:20:30 -07:00
poornas
e6ab4db6b8
Fix minimum replication workers started ( #10560 )
...
This PR also fixes GetReplicationConfiguration permission
in web-handlers.go to use bucket as resource
2020-09-24 12:25:41 -07:00
Espen Finnesand
df08fd1f03
Update Kubernetes Helm Readme.md ( #10559 )
...
The link to the Minio Helm Chart repository was wrong.
2020-09-24 08:38:46 -07:00
Minio Trusted
ac82f416a4
Update yaml files to latest version RELEASE.2020-09-23T19-18-30Z
2020-09-23 19:38:14 +00:00
飞雪无情
5fdf47b118
Add Chinese documentation for distributed design ( #10549 )
2020-09-23 09:26:47 -07:00
Harshavardhana
8b74a72b21
fix: rename READY deadline to CLUSTER deadline ENV ( #10535 )
2020-09-23 09:14:33 -07:00
poornas
a4006e23a0
Update replication docs to clarify permissions ( #10536 )
...
Co-authored-by: Klaus Post <klauspost@gmail.com>
2020-09-22 11:58:04 -07:00
Minio Trusted
d73c4f09f3
Update yaml files to latest version RELEASE.2020-09-21T22-31-59Z
2020-09-21 22:58:40 +00:00
飞雪无情
dd4a2d7419
update distributed zh_CN document. ( #10531 )
2020-09-21 10:54:56 -07:00
Derek Bender
3168e93730
fix typo in healthcheck README.md ( #10518 )
2020-09-18 09:52:37 -07:00
Aleksey Pogibelev
6f45e303f5
fix tls flag ( #10487 )
2020-09-18 15:35:54 +05:30
飞雪无情
dff37aa33d
update disk caching zh_CN document. ( #10472 )
...
add disk caching DESIGN zh_CN document.
2020-09-18 00:07:48 -07:00
Minio Trusted
48d2c03250
Update yaml files to latest version RELEASE.2020-09-17T04-49-20Z
2020-09-17 05:07:58 +00:00
Minio Trusted
b2536476c9
Update yaml files to latest version RELEASE.2020-09-16T04-22-35Z
2020-09-16 04:41:00 +00:00
Harshavardhana
9d95937018
update KMS docs indicating deprecation of AUTO_ENCRYPTION env
2020-09-13 16:23:28 -07:00
Minio Trusted
eb3ded420e
Update yaml files to latest version RELEASE.2020-09-10T22-02-45Z
2020-09-10 22:22:28 +00:00
飞雪无情
a966ccd17d
Support nginx LB with docker-compose example ( #10434 )
2020-09-10 09:19:17 -07:00
Li Yi
1dce6918c2
fix sysctl.sh quotes which are incompatible with sysctl ( #10446 )
2020-09-09 17:29:23 -07:00
Minio Trusted
6019628f7d
Update yaml files to latest version RELEASE.2020-09-08T23-05-18Z
2020-09-08 23:25:40 +00:00
飞雪无情
a694ba93d9
update kernel tuning zh_CN document ( #10433 )
2020-09-07 19:21:52 -07:00
Minio Trusted
a9aaea0d67
Update yaml files to latest version RELEASE.2020-09-05T07-14-49Z
2020-09-05 07:32:10 +00:00
飞雪无情
746f1585eb
add debugging zh_CN document. ( #10401 )
2020-09-04 13:03:46 -07:00
Harshavardhana
b4e3956e69
update KES docs to talk about 'mc encrypt' command ( #10400 )
...
add a deprecation notice for KMS_AUTO_ENCRYPTION
2020-09-03 12:43:45 -07:00
Krishna Srinivas
c51229493b
azure docs remove default chunk size example ( #10406 )
2020-09-03 01:31:56 -07:00
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
Minio Trusted
d08b4b147d
Update yaml files to latest version RELEASE.2020-09-02T18-19-50Z
2020-09-02 18:40:57 +00:00
Harshavardhana
4b6585d249
support 'ldap:user' variable replacement properly ( #10391 )
...
also update `ldap.go` examples with latest
minio-go changes
Fixes #10367
2020-09-01 12:26:22 +05:30
飞雪无情
cb61e50b51
since its an internal RPC API we do not need to document it. ( #10382 )
2020-08-31 10:20:07 -07:00
unlimitedbits
cd380251b3
Support custom paths for secret files in docker-entrypoint.sh ( #10344 )
2020-08-28 14:04:29 -07:00
Eco
92cd1eed45
Clarify zone example ( #10374 )
2020-08-28 14:03:29 -07:00
Harshavardhana
db32a24cb6
update kernel tuning docs to indicate sane values
2020-08-28 12:07:55 -07:00
poornas
73a6b4ea11
fix typo in replication docs ( #10366 )
2020-08-27 12:54:23 -07:00
Minio Trusted
c1b88c17cc
Update yaml files to latest version RELEASE.2020-08-27T05-16-20Z
2020-08-27 05:36:01 +00:00
Minio Trusted
5a974fb10c
Update yaml files to latest version RELEASE.2020-08-26T00-00-49Z
2020-08-26 00:19:30 +00:00
Minio Trusted
7d50a0cfea
Update yaml files to latest version RELEASE.2020-08-25T00-21-20Z
2020-08-25 00:44:39 +00:00
飞雪无情
2a8e40f19f
add chroot zh_CN document ( #10337 )
2020-08-24 13:58:19 -07:00
飞雪无情
21e8440423
add compression zh_CN document ( #10330 )
2020-08-23 22:07:36 -07:00
Praveen raj Mani
d0c910a6f3
Support https and basic-auth for elasticsearch notification target ( #10332 )
2020-08-23 09:43:48 -07:00
飞雪无情
0ff246653b
CN bucket policy document that is no longer needed can be removed, ( #10310 )
...
which is consistent with the English document.
2020-08-22 11:05:21 -07:00
飞雪无情
113bcbdb78
update minio limit zh_CN document ( #10320 )
2020-08-22 11:04:31 -07:00
飞雪无情
331c517a5b
translate bucket versioning design document to zh_CN ( #10300 )
2020-08-20 13:18:51 -07:00
飞雪无情
2eb5f934d8
add bucket versioning zh_CN document ( #10281 )
2020-08-18 13:10:26 -07:00
Minio Trusted
b43d376a87
Update yaml files to latest version RELEASE.2020-08-18T19-41-00Z
2020-08-18 20:04:22 +00:00
Klaus Post
adca28801d
feat: disable Parquet by default (breaking change) ( #9920 )
...
I have built a fuzz test and it crashes heavily in seconds and will OOM shortly after.
It seems like supporting Parquet is basically a completely open way to crash the
server if you can upload a file and run s3 select on it.
Until Parquet is more hardened it is DISABLED by default since hostile
crafted input can easily crash the server.
If you are in a controlled environment where it is safe to assume no hostile
content can be uploaded to your cluster you can safely enable Parquet.
To enable Parquet set the environment variable `MINIO_API_SELECT_PARQUET=on`
while starting the MinIO server.
Furthermore, we guard parquet by recover functions.
2020-08-18 10:23:28 -07:00
Harshavardhana
ede86845e5
docs: Add policy variables for resource and conditions ( #10278 )
...
Bonus fix adds LDAP policy variable and clarifies the
usage of policy variables for temporary credentials.
fixes #10197
2020-08-17 17:39:55 -07:00
Minio Trusted
670724184c
Update yaml files to latest version RELEASE.2020-08-16T18-39-38Z
2020-08-16 18:56:41 +00:00
飞雪无情
01a2ccc52f
add bucket retention zh_CN document ( #10264 )
2020-08-14 22:12:03 -07:00
Minio Trusted
1c865dd119
Update yaml files to latest version RELEASE.2020-08-13T02-39-50Z
2020-08-13 02:57:25 +00:00
飞雪无情
6914b2c99d
Add bucket replication zh_CN document ( #10243 )
2020-08-11 11:33:01 -07:00
飞雪无情
b4b7a18497
add bucket quota zh_CN document ( #10232 )
2020-08-10 10:55:34 -07:00
飞雪无情
a49e3647b6
add bucket lifecycle zh_CN document ( #10231 )
2020-08-09 02:29:25 -07:00
Minio Trusted
954e17c3d0
Update yaml files to latest version RELEASE.2020-08-08T04-50-06Z
2020-08-07 22:32:27 -07:00
Ritesh H Shukla
8049184dcc
fix: documentation changes in replication docs ( #10209 )
2020-08-07 13:30:52 -07:00
飞雪无情
19c4f3082b
update and improve bucket notifications zh_CN document ( #10224 )
2020-08-07 12:36:27 -07:00
Minio Trusted
6d64aab420
Update yaml files to latest version RELEASE.2020-08-07T01-23-07Z
2020-08-07 01:43:14 +00:00
poornas
adcaa6f9de
fix: Change ListBucketTargets handler ( #10217 )
...
to list all targets across a tenant.
Also fixing some validations.
2020-08-06 17:10:21 -07:00
飞雪无情
ce129efa09
update and improve config,throttle zh_CN document ( #10214 )
2020-08-06 11:43:30 -07:00
poornas
121164db56
fix: relax some replication validations ( #10210 )
...
Also inherit storage class from source object
if replication configuration does not have a storage
class specified for destination bucket.
2020-08-05 20:01:20 -07:00
Minio Trusted
195f95196e
Update yaml files to latest version RELEASE.2020-08-05T21-34-13Z
2020-08-05 21:58:17 +00:00
poornas
3acc0ebb81
fix: Change service name in Arn for replication ( #10205 )
2020-08-05 00:43:18 -07:00
Minio Trusted
1cdaced8b6
Update yaml files to latest version RELEASE.2020-08-04T23-10-51Z
2020-08-04 23:46:06 +00:00
Harshavardhana
d90ab904e7
fix: multi-tenant deployment guide to use ellipses format ( #10192 )
2020-08-04 08:15:37 -07:00
飞雪无情
0cf4539fe8
fix: update and improve zh_CN documentation ( #10174 )
2020-08-01 11:52:46 -07:00
Minio Trusted
2174a22835
Update yaml files to latest version RELEASE.2020-07-31T03-39-05Z
2020-07-31 03:58:04 +00:00
poornas
a8dd7b3eda
Refactor replication target management. ( #10154 )
...
Generalize replication target management so
that remote targets for a bucket can be
managed with ARNs. `mc admin bucket remote`
command will be used to manage targets.
2020-07-30 19:55:22 -07:00
Harshavardhana
27266f8a54
fix: if OPA set do not enforce policy claim ( #10149 )
2020-07-28 11:47:57 -07:00
Minio Trusted
98691f75bc
Update yaml files to latest version RELEASE.2020-07-27T18-37-02Z
2020-07-27 18:57:10 +00:00
Ritesh H Shukla
416ec316bd
Add clarification for minimum drives per server ( #10130 )
2020-07-24 22:09:01 -07:00
Minio Trusted
8a23988711
Update yaml files to latest version RELEASE.2020-07-24T22-43-05Z
2020-07-24 23:00:32 +00:00
Harshavardhana
0b5d1bc91d
fix: bucket replication docs ( #10104 )
...
* fix: bucket replication docs
* Update docs/bucket/replication/README.md
Co-authored-by: kannappanr <30541348+kannappanr@users.noreply.github.com>
Co-authored-by: kannappanr <30541348+kannappanr@users.noreply.github.com>
2020-07-21 22:19:30 -07:00
poornas
c43da3005a
Add support for server side bucket replication ( #9882 )
2020-07-21 17:49:56 -07:00
Minio Trusted
ca4c15bc63
Update yaml files to latest version RELEASE.2020-07-22T00-26-33Z
2020-07-22 00:44:03 +00:00
Harshavardhana
ec06089eda
fix: re-implement cluster healthcheck ( #10101 )
2020-07-20 18:31:22 -07:00
Minio Trusted
38f60b3c1d
Update yaml files to latest version RELEASE.2020-07-20T02-25-16Z
2020-07-20 02:41:52 +00:00
Harshavardhana
30104cb12b
docs: fix veeam document formatting
2020-07-18 18:38:12 -07:00