Poorna Krishnamoorthy
934bed47fa
Add transition event notification ( #11047 )
...
This is a MinIO specific extension to allow monitoring of transition events.
4 years ago
Ritesh H Shukla
038bcd9079
Add replication capacity metrics support in crawler ( #10786 )
4 years ago
Justin Page
6d70f6a4ac
fix: README with missing word ( #11035 )
...
Include "to" for clarity.
4 years ago
Harshavardhana
ce93b2681b
fix: re-use er.getDisks() properly in certain calls ( #11043 )
4 years ago
Harshavardhana
8d036ed6d8
fix: allow sub-admin to modify password for other users ( #11039 )
...
fixes #11037
4 years ago
Harshavardhana
9c53cc1b83
fix: heal multiple buckets in bulk ( #11029 )
...
makes server startup, orders of magnitude
faster with large number of buckets
4 years ago
Harshavardhana
3514e89eb3
support envs as well for new crawler sub-system ( #11033 )
4 years ago
Nitish Tiwari
6ff12f5f01
Add the dashboard json file ( #11028 )
...
This will allow users to contribute to the dashboard as needed.
4 years ago
Harshavardhana
ee2a436a5b
fix: release locks if the client timedout ( #11030 )
...
situations where client indeed timedout there was
a potential to falsely think that lock is still
active.
4 years ago
Klaus Post
a896125490
Add crawler delay config + dynamic config values ( #11018 )
4 years ago
Harshavardhana
e083471ec4
use argon2 with sync.Pool for better memory management ( #11019 )
4 years ago
Nitish Tiwari
de9b64834e
fix: update grafana dashboard docs ( #11023 )
...
Refer to the official Grafana dashboard
4 years ago
Harshavardhana
919441d9c4
update gocredits with new updated dependencies
4 years ago
Harshavardhana
80d31113e5
fix: etcd import paths again depend on v3.4.14 release ( #11020 )
...
Due to botched upstream renames of project repositories
and incomplete migration to go.mod support, our current
dependency version of `go.mod` had bugs i.e it was
using commits from master branch which didn't have
the required fixes present in release-3.4 branches
which leads to some rare bugs
https://github.com/etcd-io/etcd/pull/11477 provides
a workaround for now and we should migrate to this.
release-3.5 eventually claims to fix all of this
properly until then we cannot use /v3 import right now
4 years ago
Ritesh H Shukla
7e2b79984e
Stream bucket bandwidth measurements ( #11014 )
4 years ago
Minio Trusted
d54cf77356
Update yaml files to latest version RELEASE.2020-12-03T05-49-24Z
4 years ago
Harshavardhana
951b6b203b
skip metacache entries healing to speed up startup
4 years ago
Harshavardhana
44e23b7f4f
fix: startup being slow - wait only if IOCount > 0
4 years ago
Harshavardhana
c22a387695
fix: building docker images
4 years ago
Minio Trusted
1ab4d6a6aa
Update yaml files to latest version RELEASE.2020-12-03T00-03-10Z
4 years ago
Harshavardhana
96c0ce1f0c
add support for tuning healing to make healing more aggressive ( #11003 )
...
supports `mc admin config set <alias> heal sleep=100ms` to
enable more aggressive healing under certain times.
also optimize some areas that were doing extra checks than
necessary when bitrotscan was enabled, avoid double sleeps
make healing more predictable.
fixes #10497
4 years ago
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
4 years ago
Harshavardhana
ce0e17b62b
fix: load certs on windows from registry ( #11016 )
...
fixes #11007
4 years ago
ebozduman
303be1866d
Adds "x-amz-usr-agent" and "x-id" params to be used in authentication of presignedURL ( #10792 )
4 years ago
Harshavardhana
a6113b2315
update minio-go version v7.0.6 ( #11012 )
4 years ago
Sudarshan (Sid)
3ca046b408
Added set keyword in the command set to enable encryption on buckets ( #11010 )
4 years ago
Harshavardhana
4ec45753e6
rename server sets to server pools
4 years ago
Klaus Post
e6ea5c2703
crawler: Missing folder heal check per set ( #10876 )
4 years ago
Harshavardhana
790833f3b2
Revert "Support variable server sets ( #10314 )"
...
This reverts commit aabf053d2f
.
4 years ago
Klaus Post
02aecb2fc1
select: Check if CSV is valid utf8 ( #10991 )
...
Check if first block of data is valid utf8.
Fixes #10970
4 years ago
Harshavardhana
7cbca43eb1
fix: allow admins to create users ( #11005 )
...
PR #10978 introduced a regression, root
credential should be allowed to create users
4 years ago
Poorna Krishnamoorthy
2f564437ae
Disallow writeback caching with cache_after ( #11002 )
...
fixes #10974
4 years ago
Harshavardhana
ae4ded7fd1
fix: s3select tests with new minio-py SDK ( #10995 )
4 years ago
Harshavardhana
bdd094bc39
fix: avoid sending errors on missing objects on locked buckets ( #10994 )
...
make sure multi-object delete returned errors that are AWS S3 compatible
4 years ago
Harshavardhana
e6fa410778
fix: allow accountInfo, addUser and getUserInfo implicit ( #10978 )
...
- accountInfo API that returns information about
user, access to buckets and the size per bucket
- addUser - user is allowed to change their secretKey
- getUserInfo - returns user info if the incoming
is the same user requesting their information
4 years ago
Harshavardhana
350c5ff8f8
fix: update RPM spec using rpmbuild ( #10979 )
...
To test this PR
> rpmbuild --undefine=_disable_source_fetch -ba minio.spec
4 years ago
Klaus Post
f139a19238
Upgrade compress and pgzip package ( #10992 )
...
Should provide faster decompression for s3 select and other places where it is used.
4 years ago
Harshavardhana
e90efd73a2
add docker ubi buildx script
4 years ago
Harshavardhana
81c907b4bf
fix: docker buildx support for multiplatform build ( #10983 )
4 years ago
Nitish Tiwari
ab49471f33
Add Dockerfile based on Red Hat UBI ( #10958 )
...
See https://connect.redhat.com/zones/containers/container-certification-policy-guide
for details
Co-authored-by: Harshavardhana <harsha@minio.io>
4 years ago
Harshavardhana
aabf053d2f
Support variable server sets ( #10314 )
4 years ago
Minio Trusted
f839bb5a0a
Update yaml files to latest version RELEASE.2020-11-25T22-36-25Z
4 years ago
Anis Elleuch
91130e884b
Avoid sending errors in gob in storage requests ( #10977 )
4 years ago
Poorna Krishnamoorthy
2ff655a745
Refactor replication, ILM handling in DELETE API ( #10945 )
4 years ago
Klaus Post
0422eda6a2
metacache: Always close block writer ( #10973 )
...
In some cases a writer could be left behind unclosed, leaking compression blocks.
Always close and set compression concurrency to 2 which should be fine to keep up.
4 years ago
Harshavardhana
31e6f60847
fix: improve error handling in metacache ( #10965 )
4 years ago
Poorna Krishnamoorthy
7742238495
fix: marshaling stack overflow in noncurrentversion lifecycle config ( #10971 )
4 years ago
Poorna Krishnamoorthy
3ad41fe89d
Add admin API to edit remote bucket target credentials ( #10848 )
4 years ago
Harshavardhana
f96ed3769f
run go mod tidy
4 years ago
Klaus Post
a75fafdbe2
Remove msgp workaround ( #10964 )
...
The error in `github.com/philhofer/fwd` was quickly fixed through
https://github.com/philhofer/fwd/pull/22 - update the dependency
and remove the workaround.
4 years ago