-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add CSI-PowerFlex v2.9 support to csm-operator #378
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we copy the v2.9.0 changes into this file? Same comment for the other files in this folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -27,10 +27,10 @@ import ( | |||
|
|||
// ConfigVersions used for all unit tests | |||
const ( | |||
PFlexConfigVersion string = "v2.8.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would only change the PFlex version, I think changing the others is causing the unit tests to fail. ConfigVersion, UpgradeConfigVersion, and JumpUpgradeConfigVersion are used by PScale tests, not PFlex tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to change these also ConfigVersion, UpgradeConfigVersion, and JumpUpgradeConfigVersion. I verfied powerflex unit tests also depend on the above variables. The unit tests are passing now
Also, would you be able to run pflex e2e tests against this change? I can help with that if needed |
@jooseppi-luna I have ran e2e test for csi-powerflex driver. I am attaching the screenshot here. |
@jooseppi-luna I have addressed your review comments. Please review it again thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Added CSI-Powerflex v2.9.0 support and removed v2.6.0 config.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration