-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bad error reporting when the API secret or database is not found #105
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Indicates an issue is ready to be actively worked on.
Milestone
Comments
metal3-io-bot
added
kind/bug
Categorizes issue or PR as related to a bug.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
needs-triage
Indicates an issue lacks a `triage/foo` label and requires one.
labels
Dec 30, 2024
/assign |
metal3-io-bot
added
triage/accepted
Indicates an issue is ready to be actively worked on.
and removed
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
needs-triage
Indicates an issue lacks a `triage/foo` label and requires one.
labels
Jan 9, 2025
dtantsur
added a commit
to dtantsur/ironic-standalone-operator
that referenced
this issue
Jan 9, 2025
Currently, many error conditions are not reported on the Ironic object, getting it stuck in e.g. "new version detected". This change makes certain errors be reported in the status conditions. This includes inability to find the database or the API secret, as well as validation failures on the API secret. Closes: metal3-io#105 Signed-off-by: Dmitry Tantsur <[email protected]>
dtantsur
added a commit
to dtantsur/ironic-standalone-operator
that referenced
this issue
Jan 9, 2025
Currently, many error conditions are not reported on the Ironic object, getting it stuck in e.g. "new version detected". This change makes certain errors be reported in the status conditions. This includes inability to find the database or the API secret, as well as validation failures on the API secret. Closes: metal3-io#105 Signed-off-by: Dmitry Tantsur <[email protected]>
dtantsur
added a commit
to dtantsur/ironic-standalone-operator
that referenced
this issue
Jan 10, 2025
Currently, many error conditions are not reported on the Ironic object, getting it stuck in e.g. "new version detected". This change makes certain errors be reported in the status conditions. This includes inability to find the database or the API secret, as well as validation failures on the API secret. Closes: metal3-io#105 Signed-off-by: Dmitry Tantsur <[email protected]>
dtantsur
added a commit
to dtantsur/ironic-standalone-operator
that referenced
this issue
Jan 10, 2025
Currently, many error conditions are not reported on the Ironic object, getting it stuck in e.g. "new version detected". This change makes certain errors be reported in the status conditions. This includes inability to find the database or the API secret, as well as validation failures on the API secret. Closes: metal3-io#105 Signed-off-by: Dmitry Tantsur <[email protected]>
dtantsur
added a commit
to dtantsur/ironic-standalone-operator
that referenced
this issue
Jan 10, 2025
Currently, many error conditions are not reported on the Ironic object, getting it stuck in e.g. "new version detected". This change makes certain errors be reported in the status conditions. This includes inability to find the database or the API secret, as well as validation failures on the API secret. Closes: metal3-io#105 Signed-off-by: Dmitry Tantsur <[email protected]>
dtantsur
added a commit
to dtantsur/ironic-standalone-operator
that referenced
this issue
Jan 10, 2025
Currently, many error conditions are not reported on the Ironic object, getting it stuck in e.g. "new version detected". This change makes certain errors be reported in the status conditions. This includes inability to find the database or the API secret, as well as validation failures on the API secret. The database link does pose a UX problem right now: it's not possible to change it once it's set. I will leave this as a known issue for now. Closes: metal3-io#105 Signed-off-by: Dmitry Tantsur <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Indicates an issue is ready to be actively worked on.
In this case, the status will get stuck in
with no indication what went wrong except for the manager logs. What we probably should do is to report the exact error via this condition. Something like
Generally, error conditions in the operator need some love. Testing welcome.
/kind bug
/help
The text was updated successfully, but these errors were encountered: