mirror of
https://github.com/minio/minio
synced 2024-11-02 21:47:23 +00:00
a50ea92c64
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.
46 lines
No EOL
707 B
Text
46 lines
No EOL
707 B
Text
**/*.swp
|
|
cover.out
|
|
*~
|
|
minio
|
|
!*/
|
|
site/
|
|
**/*.test
|
|
**/*.sublime-workspace
|
|
/.idea/
|
|
/Minio.iml
|
|
**/access.log
|
|
vendor/
|
|
.DS_Store
|
|
*.syso
|
|
coverage.txt
|
|
.vscode/
|
|
*.tar.bz2
|
|
parts/
|
|
prime/
|
|
stage/
|
|
.sia_temp/
|
|
config.json
|
|
node_modules/
|
|
mc.*
|
|
s3-check-md5*
|
|
xl-meta*
|
|
healing-*
|
|
inspect*.zip
|
|
200M*
|
|
hash-set
|
|
minio.RELEASE*
|
|
mc
|
|
nancy
|
|
inspects/*
|
|
.bin/
|
|
*.gz
|
|
docs/debugging/s3-verify/s3-verify
|
|
docs/debugging/xl-meta/xl-meta
|
|
docs/debugging/s3-check-md5/s3-check-md5
|
|
docs/debugging/hash-set/hash-set
|
|
docs/debugging/healing-bin/healing-bin
|
|
docs/debugging/inspect/inspect
|
|
docs/debugging/pprofgoparser/pprofgoparser
|
|
docs/debugging/reorder-disks/reorder-disks
|
|
docs/debugging/populate-hard-links/populate-hardlinks
|
|
docs/debugging/xattr/xattr |