Mike Scarlett
c310cbbe89
Update comments regarding GCS component count ( #6131 )
6 years ago
poornas
1da362538b
cache: allow ellipse style entries for MINIO_CACHE_DRIVES ( #6088 )
...
Fixes #5863
6 years ago
Harshavardhana
a5453c307f
Fix kernel tuning script to ignore write failures ( #6107 )
...
Certain SCSI drivers do not allow certain tuning parameters
like nr_requests, max_sectors_kb to be changed, ignore these
errors silently as this script is simply a best effort.
Fixes #6103
6 years ago
Minio Trusted
f53d511798
Update yaml files to latest version RELEASE.2018-06-29T02-11-29Z
6 years ago
Harshavardhana
e5e522fc61
docs: fix all Chinese doc links for the new docs site ( #6097 )
...
Additionally fix typos, default to US locale words
6 years ago
Annanay Agarwal
78abe5234e
Add functionality to make cache limit configurable ( #5991 )
6 years ago
Minio Trusted
f46ee54194
Update yaml files to latest version RELEASE.2018-06-22T23-48-46Z
6 years ago
Harshavardhana
6005dbf01f
Fix broken doc links ( #6068 )
6 years ago
Dee Koder
c91abe6c4b
Update with absolute path for images ( #6060 )
6 years ago
Harshavardhana
12a916091e
Convert federation doc as quickstart guide ( #6030 )
7 years ago
Minio Trusted
842092f8de
Update yaml files to latest version RELEASE.2018-06-09T03-43-35Z
7 years ago
Nitish Tiwari
3dc13323e5
Use random host from among multiple hosts to create requests
...
Also use hosts passed to Minio startup command to populate IP
addresses if MINIO_PUBLIC_IPS is not set.
7 years ago
Nitish Tiwari
6ce7265c8c
Add support for CopyObject across regions and multiple Minio IPs
...
This PR adds CopyObject support for objects residing in buckets
in different Minio instances (where Minio instances are part of
a federated setup).
Also, added support for multiple Minio domain IPs. This is required
for distributed deployments, where one deployment may have multiple
nodes, each with a different public IP.
7 years ago
Nitish Tiwari
f30c95a301
Add etcd handling for web-handler methods
7 years ago
Harshavardhana
481390d51a
Converge etcd functionality as part of quick.Config
7 years ago
Nitish
6df1e4a529
Add functionality to add old buckets to etcd on startup
...
Buckets already present on a Minio server before it joins a
bucket federated deployment will now be added to etcd during
startup. In case of a bucket name collision, admin is informed
via Minio server console message.
Added configuration migration for configuration stored in etcd
backend.
Also, environment variables are updated and ListBucket path style
request is no longer forwarded.
7 years ago
Harshavardhana
853ea371ce
Bring etcd support for bucket DNS federation
...
- Supports centralized `config.json`
- Supports centralized `bucket` service records
for client lookups
- implement a new proxy forwarder
7 years ago
Minio Trusted
7872c192ec
Update yaml files to latest version RELEASE.2018-06-08T03-49-38Z
7 years ago
Minio Trusted
7e12c3e8b9
Update yaml files to latest version RELEASE.2018-06-07T19-10-07Z
7 years ago
Harshavardhana
6138cae8e7
Persist MINIO_WORM as part of config.json ( #6022 )
7 years ago
Harshavardhana
3143454982
Deprecate and remove configurable disk usage check ( #6016 )
7 years ago
Harshavardhana
6fb0604502
Allow usage check to be configurable ( #6006 )
7 years ago
Praveen raj Mani
7ac0fccb6e
updated pika API changes in rabbitMQ notification doc ( #5980 )
...
The pika python package used for listening on rabbitMQ events
has breaking change. 'type' param changed to 'exchange_type'
in newer releases.
7 years ago
Minio Trusted
3cdf601cf7
Update yaml files to latest version RELEASE.2018-05-25T19-49-13Z
7 years ago
Nitish Tiwari
5afd856355
Update Kubernetes TLS doc with info for distributed setups ( #5971 )
...
Also, add details on how to create wildcard self-signed certificates
using openssl
7 years ago
Acid Chicken (硫酸鶏)
483fe4bed5
Fix typo ( #5960 )
7 years ago
rawipfel
1cf381f1b0
handle Kubernetes read-only secrets ( #5951 )
7 years ago
Minio Trusted
f9e8ac429e
Update yaml files to latest version RELEASE.2018-05-16T23-35-33Z
7 years ago
Nitish Tiwari
41496e1406
Fix broken healthcheck link ( #5935 )
7 years ago
Nitish Tiwari
9cab0f25e0
Add top level metrics document to summarize monitoring endpoints ( #5923 )
...
Minio server supports healthcheck and prometheus related
unauthenticated endpoints. This document summarizes this
information in a single place and add links for more detailed
documentation if needed.
7 years ago
Minio Trusted
5c21e89559
Update yaml files to latest version RELEASE.2018-05-11T00-29-24Z
7 years ago
Minio Trusted
518f856900
Update yaml files to latest version RELEASE.2018-05-10T00-00-42Z
7 years ago
Anis Elleuch
2c0020e9ee
Fix typo in prometheus scrape url ( #5909 )
7 years ago
Ashish Kumar Sinha
deb685c5b5
Enhancements in Minio Prometheus exporter ( #5848 )
...
Standardized Minio collectors based on Prometheus
recommendations.
7 years ago
Minio Trusted
2ecc976950
Update yaml files to latest version RELEASE.2018-05-04T23-13-12Z
7 years ago
Egor Panfilov
4f68e0109c
Fix output of AMQP example ( #5867 )
7 years ago
Minio Trusted
97c0c1abfd
Update yaml files to latest version RELEASE.2018-04-27T23-33-52Z
7 years ago
Elson Rodriguez
1bd7eb979c
Add example on how to deploy minio without a backing store. ( #5810 )
...
Many on-premise clusters do not have a PV abstraction, this example
shows a way to deploy minio effectively in such environments.
7 years ago
Andreas Auernhammer
21a3c0f482
disable elliptic curves P-384 and P-521 for TLS. ( #5845 )
...
This change disables the non-constant-time implementations of P-384 and P-521.
As a consequence a client using just these curves cannot connect to the server.
This should be no real issues because (all) clients at least support P-256.
Further this change also rejects ECDSA private keys of P-384 and P-521.
While non-constant-time implementations for the ECDHE exchange don't expose an
obvious vulnerability, using P-384 or P-521 keys for the ECDSA signature may allow
pratical timing attacks.
Fixes #5844
7 years ago
Minio Trusted
75cc2ce9d8
Update yaml files to latest version RELEASE.2018-04-19T22-54-58Z
7 years ago
Ashish Kumar Sinha
9ebb72aa99
Introduce new unauthenticated endpoint /metric ( #5723 ) ( #5829 )
...
/metric exposes Promethus compatible data for scraping metrics
Fixes : #5723
7 years ago
Minio Trusted
75f35b926d
Update yaml files to latest version RELEASE.2018-04-12T23-41-09Z
7 years ago
dingjs
a706c21f70
Tranlsate disk-caching/README.md,nas.md,large-bucket/README.md to Chinese. ( #5775 )
7 years ago
Dee Koder
c30f75de28
Update screenshots. Use png instead of jpgs. ( #5770 )
7 years ago
kannappanr
f8a3fd0c2a
Create logger package and rename errorIf to LogIf ( #5678 )
...
Removing message from error logging
Replace errors.Trace with LogIf
7 years ago
Kaan Kabalak
38ce19badd
Rename minio-limitations.md to minio-limits.md in Chinese translation ( #5753 )
...
Applies the change in #5541 for Chinese docs
7 years ago
Minio Trusted
c4a70fdee9
Update yaml files to latest version RELEASE.2018-04-04T05-20-54Z
7 years ago
Edward Vielmetti
e76fe435c4
"account_id" for "accound_id" ( #5757 )
7 years ago
Edward Vielmetti
1e50951a4a
typo fix ( #5756 )
7 years ago
poornas
98315b8e60
Update disk cache documentation ( #5743 )
7 years ago