Skip to content
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

fix: fix minion default bucket #37693

Closed
wants to merge 3 commits into from
Closed

fix: fix minion default bucket #37693

wants to merge 3 commits into from

Conversation

yywing
Copy link

@yywing yywing commented Jun 15, 2023

Description of the change

Wait for all node run create bucket done, then restart all node.

Benefits

Possible drawbacks

Applicable issues

Additional information

Signed-off-by: yang.yu <yang.yu@chaitin.com>
Signed-off-by: yang.yu <yang.yu@chaitin.com>
@carrodher carrodher added the verify Execute verification workflow for these changes label Jun 15, 2023
@github-actions github-actions bot added in-progress and removed triage Triage is needed labels Jun 15, 2023
@bitnami-bot bitnami-bot removed the request for review from javsalgar June 15, 2023 07:14
@bitnami-bot bitnami-bot requested a review from mdhont June 15, 2023 07:14
@yywing
Copy link
Author

yywing commented Jun 19, 2023

How is it going?

@mdhont
Copy link
Contributor

mdhont commented Jun 21, 2023

We are going to review this logic internally as we want to further investigate the behaviour of the field that you propose to modify with a variable. We will notify you in this PR when there is any news.
Thank you very much for the contribution!

@yywing
Copy link
Author

yywing commented Jul 6, 2023

still open?

@github-actions github-actions bot added the triage Triage is needed label Jul 6, 2023
@github-actions github-actions bot removed the triage Triage is needed label Jul 6, 2023
@bitnami-bot bitnami-bot removed the request for review from mdhont July 6, 2023 12:55
@bitnami-bot bitnami-bot requested a review from migruiz4 July 6, 2023 12:55
@carrodher carrodher requested review from mdhont and removed request for migruiz4 July 6, 2023 13:02
@carrodher carrodher assigned mdhont and unassigned migruiz4 Jul 6, 2023
@yywing
Copy link
Author

yywing commented Jul 14, 2023

ping

@carrodher carrodher removed the bitnami label Jul 19, 2023
# Start MinIO server in background
minio_start_bg
# Ensure MinIO Client is stopped when this script ends.
trap "minio_stop" EXIT

# set client env
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you explain the reason for moving this logic after minio starts?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because minio will compare all MINIO_* env, it will cause server env not match error when set client env in front.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could affect initialisation, and the explanation is not clear to me. Could you give more details?

…io.sh

Co-authored-by: Michiel <mdhont79@gmail.com>
Signed-off-by: yywing <386542536@qq.com>
@github-actions
Copy link

This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.

@github-actions github-actions bot added the stale 15 days without activity label Aug 19, 2023
@github-actions
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Pull Request. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot added stale 15 days without activity and removed stale 15 days without activity labels Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minio solved stale 15 days without activity verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bitnami/minio] defaultBuckets setting results in error while starting
6 participants