You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provisioning job failing due to sleep timeout not being sufficient enough for minio cluster to be operational upon "mc admin service restart" command in provisioning job
#30597
Open
choudham opened this issue
Nov 22, 2024
· 2 comments
Provisioning job fails since the data drives are not up
Screenshot 2024-11-22 at 10.41.00 AM.png
Based on the above upstream change to address the race condition in helm chart we have 5 sec sleep but based on the observation our environment it took more time forit to stabilize (approximately 3 mins … see prometheus graph)
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.
Name and Version
14.8.5
What architecture are you using?
amd64
What steps will reproduce the bug?
Deploy Minio Helm chart version 14.8.5
Provisioning job fails since the data drives are not up
Screenshot 2024-11-22 at 10.41.00 AM.png
Based on the above upstream change to address the race condition in helm chart we have 5 sec sleep but based on the observation our environment it took more time forit to stabilize (approximately 3 mins … see prometheus graph)
Are you using any custom parameters or values?
What is the expected behavior?
The expected behavior is that the provisioning job should not fail.
Since sleep 5 is not enough, this should be parameterized and should be available as an option to be provided as a
values.yaml
What do you see instead?
Additional information
https://github.com/bitnami/charts/blob/main/bitnami/minio/templates/provisioning-job.yaml#L149
Should be parameterized to be using a value in values.yaml
The text was updated successfully, but these errors were encountered: