1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 10:13:42 -04:00

22 Commits

Author SHA1 Message Date
Poorna
9dc29d7687
Avoid ILM expiry on deleted versions that are yet to replicate ()
Fixes 
2023-10-06 06:55:15 -06:00
jiuker
9947c01c8e
feat: SSE-KMS use uuid instead of read all data to md5. () 2023-09-18 10:00:54 -07:00
Aditya Manthramurthy
1c99fb106c
Update to minio/pkg/v2 () 2023-09-04 12:57:37 -07:00
Harshavardhana
9af6c6ceef
under rebalance look for expired versions v/s remaining versions ()
A continuation of PR  for rebalance behavior must
also match the decommission behavior.

Fixes bug where rebalance would ignore rebalancing object
versions after one of the version returned "ObjectNotFound"
2023-06-21 13:23:20 -07:00
Aditya Manthramurthy
5a1612fe32
Bump up madmin-go and pkg deps () 2023-06-19 17:53:08 -07:00
Anis Eleuch
35ef35b5c1
fix a integer divide by zero crash during rebalance ()
A state is updated with a delete marker, which does not have parity or
data blocks defined, which can cause the integer divide by zero panics.

This commit fixes to avoid panics.
2023-06-18 11:14:53 -07:00
Harshavardhana
b210ea79bc
do not save MTime in newMultipartUpload() to avoid side-affects () 2023-06-02 14:38:09 -07:00
Harshavardhana
5cd9dcb844
rebalance 'null' delete markers properly () 2023-05-25 16:12:53 -07:00
Krishnan Parthasarathi
3e128c116e
Add lifecycle event source to audit log tags () 2023-05-22 15:28:56 -07:00
Klaus Post
aaf1abc993
simplify HardLimitReader by using LimitReader for internal usage () 2023-05-16 13:14:37 -07:00
Poorna
e07c2ab868
Use hash.NewLimitReader for internal multipart calls () 2023-05-12 11:19:08 -07:00
Krishnan Parthasarathi
e7cac8acef
Add tags to auditLogLifecycle () 2023-04-26 17:49:00 -07:00
Harshavardhana
6825bd7e75
fix: inlined objects don't need to honor long locks () 2023-04-17 12:16:37 -07:00
Harshavardhana
b984bf8d1a
allow expiration of all versions during Listing() () 2023-03-09 15:15:30 -08:00
Klaus Post
b923a62425
Check pool-index for invalid setups () 2023-01-30 18:33:07 +05:30
Krishnan Parthasarathi
71c95ad0d0
Signal stop-rebalance to all rebalancing pools () 2023-01-19 06:54:23 +05:30
Anis Elleuch
acc9c033ed
debug: Add X-Amz-Request-ID to lock/unlock calls () 2022-12-23 19:49:07 -08:00
Krishnan Parthasarathi
0159b56717
fix: rebalance to account for object's on-disk size () 2022-12-14 00:15:14 -08:00
Aditya Manthramurthy
a30cfdd88f
Bump up madmin-go to v2 () 2022-12-06 13:46:50 -08:00
Klaus Post
a713aee3d5
Run staticcheck on CI () 2022-12-05 11:18:50 -08:00
Harshavardhana
5a8df7efb3
re-implement StorageInfo to be a peer call () 2022-12-01 14:31:35 -08:00
Krishnan Parthasarathi
4523da6543
feat: introduce pool-level rebalance () 2022-10-25 12:36:57 -07:00