minio/docs/debugging/s3-verify
Harshavardhana a50ea92c64
feat: introduce list_quorum="auto" to prefer quorum drives (#18084)
NOTE: This feature is not retro-active; it will not cater to previous transactions
on existing setups. 

To enable this feature, please set ` _MINIO_DRIVE_QUORUM=on` environment
variable as part of systemd service or k8s configmap. 

Once this has been enabled, you need to also set `list_quorum`. 

```
~ mc admin config set alias/ api list_quorum=auto` 
```

A new debugging tool is available to check for any missing counters.
2023-12-29 15:52:41 -08:00
..
go.mod feat: introduce list_quorum="auto" to prefer quorum drives (#18084) 2023-12-29 15:52:41 -08:00
go.sum update dependencies for https://pkg.go.dev/vuln/GO-2023-2402 (#18676) 2023-12-18 18:35:20 -08:00
main.go s3-verify: Add a flag to exclude younger than a certain age (#15142) 2022-06-22 08:12:47 -07:00