-
Notifications
You must be signed in to change notification settings - Fork 185
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
Stop provider upgrade if clients version is lagging #2311
Stop provider upgrade if clients version is lagging #2311
Conversation
/hold
|
- This alert is initially raised if client operator is outside of support matrix b/n ODF Provider and ODF Client - With red-hat-storage#2308 and red-hat-storage#2311 we are enforcing the onboard and upgrade - So, this alert can be removed now Signed-off-by: Leela Venkaiah G <[email protected]>
|
7e8a391
to
643f54a
Compare
3707ed8
to
b171b51
Compare
b171b51
to
5c0282d
Compare
rebased |
d40d887
to
fbf7a2e
Compare
address comments and retested. |
fbf7a2e
to
a097232
Compare
a097232
to
52e8312
Compare
/unhold |
/lgtm |
- Provider supports client operator at X.Y and X.(Y-1) versions - If any client is already at X.(Y-1) version and provider gets upgraded then the lagging client goes out of support - This PR prohibits such provider upgrades [RHSTOR-5073] Signed-off-by: Leela Venkaiah G <[email protected]>
52e8312
to
58fc394
Compare
rebased. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leelavg, nb-ohad The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6a6f49f
into
red-hat-storage:main
/cherrypick release-4.15 |
@leelavg: new pull request created: #2368 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Provider supports client operator at X.Y and X.(Y-1) versions and if any client is already at X.(Y-1) version and provider gets upgraded then the lagging client goes out of support
This PR prohibits such provider upgrades
Minor: use a single existing enqueue function and removes duplicates
[RHSTOR-5073]