Baptiste Mille-Mathias
c1f6ca6697
Fix caddy project url ( #11198 )
2020-12-31 09:44:07 -08:00
0xflotus
cde801282d
chore: enabled syntax highlighting in docs ( #11182 )
2020-12-29 17:38:28 -08:00
Ravind Kumar
6cf0008469
fix: docs typo in object lock docs ( #11181 )
2020-12-29 16:14:10 -08:00
Minio Trusted
7b0330a98c
Update yaml files to latest version RELEASE.2020-12-29T23-29-29Z
2020-12-29 23:46:24 +00:00
Minio Trusted
d3c853a3be
Update yaml files to latest version RELEASE.2020-12-26T01-35-54Z
2020-12-26 01:53:30 +00:00
Poorna Krishnamoorthy
7b8a456f68
Update lifecycle README docs ( #11160 )
...
Removing reference to transition feature in docs as this
feature is being revamped to provide better extensibility
across different cloud targets.
2020-12-23 19:56:55 -08:00
Harshavardhana
b43906f6ee
fix: docs typos and keywords
2020-12-23 11:59:20 -08:00
Minio Trusted
bfb92a27b7
Update yaml files to latest version RELEASE.2020-12-23T02-24-12Z
2020-12-23 02:43:25 +00:00
Minio Trusted
386dd56856
Update yaml files to latest version RELEASE.2020-12-18T03-27-42Z
2020-12-18 03:45:13 +00:00
Minio Trusted
26624552be
Update yaml files to latest version RELEASE.2020-12-16T05-05-17Z
2020-12-16 05:23:19 +00:00
Minio Trusted
31bf6f0c25
Update yaml files to latest version RELEASE.2020-12-12T08-39-07Z
2020-12-12 08:56:30 +00:00
Harshavardhana
14792cdbc6
docs: fix the metrics formatting ( #11081 )
2020-12-10 18:15:47 -08:00
Harshavardhana
97856bfebf
fix: grafana double counting for bucket usage, histrogram and objects ( #11070 )
2020-12-09 20:30:37 -08:00
Minio Trusted
83a67a1d21
Update yaml files to latest version RELEASE.2020-12-10T01-54-29Z
2020-12-10 02:12:01 +00:00
Nitish Tiwari
54d243cd98
fix: grafana dashboard calculating online nodes ( #11041 )
...
Also use a generic name instead of diff names per revision
2020-12-09 00:26:42 -08:00
Ritesh H Shukla
04848dfa1c
Add documentation for bucket replication related metrics ( #11055 )
2020-12-08 12:48:10 -08:00
Harshavardhana
4a564336fe
Revert "Add metrics for nodes online and offline ( #11050 )"
...
This reverts commit f60bbdf86b
.
2020-12-08 09:23:35 -08:00
Ritesh H Shukla
f60bbdf86b
Add metrics for nodes online and offline ( #11050 )
2020-12-08 01:06:27 -08:00
Harshavardhana
8c79f87f02
add dynamic config docs ( #11048 )
...
Co-authored-by: Eco <41090896+eco-minio@users.noreply.github.com>
2020-12-07 19:02:20 -08:00
Poorna Krishnamoorthy
f3beb1236a
Add cache usage, total capacity to prometheus metrics ( #11026 )
2020-12-07 16:35:11 -08:00
Poorna Krishnamoorthy
934bed47fa
Add transition event notification ( #11047 )
...
This is a MinIO specific extension to allow monitoring of transition events.
2020-12-07 13:53:28 -08:00
Nitish Tiwari
6ff12f5f01
Add the dashboard json file ( #11028 )
...
This will allow users to contribute to the dashboard as needed.
2020-12-04 16:27:41 -08:00
Nitish Tiwari
de9b64834e
fix: update grafana dashboard docs ( #11023 )
...
Refer to the official Grafana dashboard
2020-12-03 15:56:15 -08:00
Minio Trusted
d54cf77356
Update yaml files to latest version RELEASE.2020-12-03T05-49-24Z
2020-12-03 06:05:56 +00:00
Minio Trusted
1ab4d6a6aa
Update yaml files to latest version RELEASE.2020-12-03T00-03-10Z
2020-12-03 00:24:16 +00:00
Anis Elleuch
fe11e9047d
deprecate CommonName from TLS docs ( #11017 )
...
CommonName is not supported anymore in Go 1.15
fix the TLS documentation to use subjAltNames
2020-12-02 10:18:39 -08:00
Sudarshan (Sid)
3ca046b408
Added set keyword in the command set to enable encryption on buckets ( #11010 )
2020-12-01 16:00:49 -08:00
Harshavardhana
4ec45753e6
rename server sets to server pools
2020-12-01 13:50:33 -08:00
Harshavardhana
790833f3b2
Revert "Support variable server sets ( #10314 )"
...
This reverts commit aabf053d2f
.
2020-12-01 12:02:29 -08:00
Harshavardhana
aabf053d2f
Support variable server sets ( #10314 )
2020-11-25 16:28:47 -08:00
Minio Trusted
f839bb5a0a
Update yaml files to latest version RELEASE.2020-11-25T22-36-25Z
2020-11-25 22:53:02 +00:00
Anis Elleuch
75a8e81f8f
azure: Specify different Azure storage in the shell env ( #10943 )
...
AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_KEY are used in
azure CLI to specify the azure blob storage access & secret keys. With this commit,
it is possible to set them if you want the gateway's own credentials to be
different from the Azure blob credentials.
Co-authored-by: Harshavardhana <harsha@minio.io>
2020-11-23 16:45:56 -08:00
Poorna Krishnamoorthy
39f3d5493b
Show Delete replication status header ( #10946 )
...
X-Minio-Replication-Delete-Status header shows the
status of the replication of a permanent delete of a version.
All GETs are disallowed and return 405 on this object version.
In the case of replicating delete markers.
X-Minio-Replication-DeleteMarker-Status shows the status
of replication, and would similarly return 405.
Additionally, this PR adds reporting of delete marker event completion
and updates documentation
2020-11-21 23:48:50 -08:00
Shireesh Anjal
7bc47a14cc
Rename OBD to Health ( #10842 )
...
Also, Remove thread stats and openfds from the health report
as we already have process stats and numfds
2020-11-20 12:52:53 -08:00
Harshavardhana
9263be8cca
docs: fix missing event types in notifications ( #10944 )
2020-11-20 11:27:27 -08:00
Poorna Krishnamoorthy
1ebf6f146a
Add support for ILM transition ( #10565 )
...
This PR adds transition support for ILM
to transition data to another MinIO target
represented by a storage class ARN. Subsequent
GET or HEAD for that object will be streamed from
the transition tier. If PostRestoreObject API is
invoked, the transitioned object can be restored for
duration specified to the source cluster.
2020-11-19 18:47:17 -08:00
Harshavardhana
9a34fd5c4a
Revert "Revert "Add delete marker replication support ( #10396 )""
...
This reverts commit 267d7bf0a9
.
2020-11-19 18:43:58 -08:00
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