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

Operator console recommends invalid parity #1901

Closed
allanrogerr opened this issue Dec 5, 2023 · 2 comments · Fixed by #1988
Closed

Operator console recommends invalid parity #1901

allanrogerr opened this issue Dec 5, 2023 · 2 comments · Fixed by #1988
Assignees
Labels
bug Something isn't working priority: low

Comments

@allanrogerr
Copy link
Contributor

In the minio operator console, when creating a tenant, I am not able to select any different EC Parity than an invalid EC:4 or EC:2. In the below screenshot I should be able to select EC:0, for example
image

Expected Behavior

I should be able to select the correct parity, in this case EC:0.

Current Behavior

The minio operator console forces me to choose EC:4 or EC:2, depending on which options I choose first. Both are invalid.

Possible Solution

Steps to Reproduce (for bugs)

  1. Bring up a minio operator with Helm
helm repo add minio https://operator.min.io/
helm install \
  --namespace minio-operator \
  --create-namespace minio-operator minio/operator
  1. Login to the operator UI and create a minio tenant with all defaults except Number of Servers = 1, Drives per Server = 1, Total Size = 1 GiB.
  2. Observe that the tenant will not start and that tenant pods show the log:
ERROR Unable to initialize backend: parity validation returned an error: parity 4 should be less than or equal to 0 <- (4, 1), for pool(1st)

Context

Regression

Your Environment

  • Version used (minio-operator):
    v5.0.11
  • Environment name and version (e.g. kubernetes v1.17.2):
    k3s --version
k3s version v1.27.7+k3s2 (575bce76)
go version go1.20.10

helm version

version.BuildInfo{Version:"v3.13.1", GitCommit:"3547a4b5bf5edb5478ce352e18858d8a552a4110", GitTreeState:"clean", GoVersion:"go1.20.8"}
  • Server type and version:
    ?
  • Operating System and version (uname -a):
Linux operator-1605 6.2.0-35-generic minio/operator#35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Oct  6 10:23:26 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
  • Link to your deployment file:
helm repo add minio https://operator.min.io/
@allanrogerr
Copy link
Contributor Author

Fixes #1605

@allanrogerr allanrogerr self-assigned this Dec 5, 2023
@allanrogerr allanrogerr transferred this issue from minio/operator Dec 5, 2023
@cesnietor cesnietor transferred this issue from minio/console Dec 5, 2023
@cesnietor cesnietor added bug Something isn't working and removed triage community labels Dec 5, 2023
@allanrogerr
Copy link
Contributor Author

Fixed by #1988

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: low
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants