-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mc admin heal doesn't work #4858
Comments
This is because healing.bin is missing for some reason, causing the healing state to be removed. // cc @vadmeste this sounds something we have seen now elsewhere, can you investigate? |
@AlexZIX newer versions do not show stats in prometheus anymore. Are you sure the disk healing did not finish ? can you check the disk usage (df -h) and compare it with other disks in the same erasure set ? |
@vadmeste Healing should be in progress because replaced disk is still have only 10% of data: One more question is why healing process too slow? I've replaced this disk week ago but it contains only 10% of data. If healing continues at the same speed then total recovering time will be 10 weeks or more that 2 months. Is that normal? |
can you share all MinIO logs of node minio-cold-4 ? |
Yes if you'll explain where I can find it r how to export it. |
@AlexZIX it depends how you deployed MinIO. It is MinIO standard output. If it is bare-metal, most likley, |
@vadmeste Output from journalctl attached. If ILM means expiration of versioned files which was removed then my answer is yes - we use buckets with versioning enabled with expiration settings from removed objects. This is df -h output which may helps too: root@minio-cold-4:~# df -h |
I've replaced one broken disk with the new one and its filling with data. In previous versions of MinIO I can reviewed the healing progress using mc admin heal but for now it shows me that no active healing in my cluster:
root@minio-cold-1:~# mc admin heal minio-cold
No active healing is detected for new disks.
But at the same time I see in my Grafana that healing are in progress:
So is this a bug or new version shouldn't show the healing status in console?
mc --version
root@minio-cold-1:~# mc --version
mc version RELEASE.2023-01-28T20-29-38Z (commit-id=2e95a70c98fb9c2629cd89817b8759bfa109a4d0)
Runtime: go1.19.4 linux/amd64
System information
Cluster: 4 nodes with 4 disks on each
root@minio-cold-1:~# uname -a
Linux minio-cold-1 5.15.0-69-generic #76-Ubuntu SMP Fri Mar 17 17:19:29 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: