-
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
Fix intermittent app-mobility status error #504
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jooseppi-luna
requested review from
abhi16394,
mbasha-dell,
alikdell,
bharathsreekanth,
chimanjain,
coulof,
Deepak-Ghivari,
gallacher,
HarishH-DELL,
JacobGros,
karthikk92,
kumarkgosa,
bandak2,
mjsdell,
nitesh3108,
Prabhu-Dell,
rajendraindukuri,
rajkumar-palani,
shefali-malhotra,
panigs7 and
tdawe
as code owners
February 28, 2024 21:41
jooseppi-luna
requested review from
shaynafinocchiaro,
atye,
sharmilarama and
shanmydell
as code owners
February 28, 2024 21:41
bharathsreekanth
approved these changes
Feb 28, 2024
JacobGros
approved these changes
Feb 28, 2024
jooseppi-luna
added a commit
that referenced
this pull request
Mar 2, 2024
* fix standalone AM status * add debug logs * Revert "add debug logs" This reverts commit 0ecb8ba. * add debug logs back This reverts commit e7eaa71. * try requeue when csm.state is failed * fix panic error * move sync error def * add UpdateStatus call to reconcile * remove extra debug logs --------- Co-authored-by: JacobGros <jacobgrosner4@gmail.com>
jooseppi-luna
added a commit
that referenced
this pull request
Mar 5, 2024
* Fix intermittent app-mobility status error (#504) * fix standalone AM status * add debug logs * Revert "add debug logs" This reverts commit 0ecb8ba. * add debug logs back This reverts commit e7eaa71. * try requeue when csm.state is failed * fix panic error * move sync error def * add UpdateStatus call to reconcile * remove extra debug logs --------- Co-authored-by: JacobGros <jacobgrosner4@gmail.com> * Remove "minio" as the region for the Velero resources (#505) * add custom region support * add file for unit test * remove minio hardcode from vsl * fix unit tests for 1.9.3 * clean up import * Add AM 1.0.2 support (#509) * add AM v1.0.2 * update version for testing * Update version-values.yaml (#511) * Final manifest update (#514) * final manifest update * indentation fix * remove unneeded certificate files * fix golangci-lint issues * update version for unit tests * Update version-values.yaml --------- Co-authored-by: JacobGros <jacobgrosner4@gmail.com> Co-authored-by: panigs7 <92028646+panigs7@users.noreply.github.com>
ChristianAtDell
added a commit
that referenced
this pull request
Oct 15, 2024
* Fix intermittent app-mobility status error (#504) * fix standalone AM status * add debug logs * Revert "add debug logs" This reverts commit 0ecb8ba. * add debug logs back This reverts commit e7eaa71. * try requeue when csm.state is failed * fix panic error * move sync error def * add UpdateStatus call to reconcile * remove extra debug logs --------- Co-authored-by: JacobGros <jacobgrosner4@gmail.com> * Remove "minio" as the region for the Velero resources (#505) * add custom region support * add file for unit test * remove minio hardcode from vsl * fix unit tests for 1.9.3 * clean up import * Add AM 1.0.2 support (#509) * add AM v1.0.2 * update version for testing * Update version-values.yaml (#511) * Final manifest update (#514) * final manifest update * indentation fix * remove unneeded certificate files * fix golangci-lint issues * update version for unit tests * Update version-values.yaml --------- Co-authored-by: JacobGros <jacobgrosner4@gmail.com> Co-authored-by: panigs7 <92028646+panigs7@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Work by @JacobGros . Basically, we fixed two minor bugs with csm status field:
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Installed AM 200 times back-to-back and confirmed state was always succeeded.