1
0
mirror of https://github.com/minio/mc.git synced 2025-12-13 10:42:14 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Klaus Post
f6df01d750 Fix incorrect bool parsing (#4991)
For example `--json=false` would still print JSON.

Went through all usage, and I think I covered them all.
2024-07-18 09:08:30 -07:00
Aditya Manthramurthy
d4b7b00d73 Bump up minio/pkg to v3 (#4940) 2024-05-23 00:59:47 -07:00
Harshavardhana
e088bd45a9 fix: alignment in 'replicate status' help (#4675) 2023-09-07 01:01:36 -07:00
Aditya Manthramurthy
e2056fb057 Update to minio/pkg v2 (#4674) 2023-09-02 14:28:03 -07:00
Poorna
5a5a9973c3 Change replicate status metrics to show additional info (#4582)
in `mc replicate status` for bucket replication
and `mc admin replicate status` for site replication.
2023-08-30 01:02:26 -07:00
Harshavardhana
1fbd97aa04 run gofumpt -extra on all source files (#4634) 2023-07-17 13:10:20 -07:00
Poorna
09a06e2a75 Rename mc replicate diff as mc replicate backlog (#4568)
Rename `mc replicate diff` as `mc replicate backlog`

By default `mc replicate backlog` shows the most recent failures with additional
--nodes flag to filter output by node and --arn flag to filter by remote target.
This is a fast operation and provides a quick snapshot of backlog currently in failed
status.

`mc replicate backlog --full` does a full listing and reports all object versions in
 pending or failed replication status.
2023-07-13 09:06:12 -07:00