-
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 powerflex 2.6 features(ApproveSdc,RenameSdc) support to csm-operator #176
Conversation
d5e8d82
to
b2228f9
Compare
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.
Please ensure that these variables are also added in unit tests and e2e tests. Currently i dont see changes related to unit tests and e2e tests
pkg/drivers/powerflex.go
Outdated
// ModifyPowerflexCR - Set environment variables provided in CR | ||
func ModifyPowerflexCR(yamlString string, cr csmv1.ContainerStorageModule, fileType string) string { | ||
|
||
approvesdcvalue := "" |
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.
Please follow the naming convention for variables. Eg approveSdcValue
Same comment for line No 220 and 221
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
# Default value: none | ||
# Examples: "rhel-sdc", "sdc-test" | ||
- name: X_CSI_RENAME_SDC_PREFIX | ||
value: "sdc-test" |
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.
Should this be set to the default value which is none?
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
6a199f9
The Changes for the unit tests and e2e tests will come in a separate pr. fyi @abhi16394 |
Description
This pr adds the Support for Powerflex 2.6 features( ApproveSdc,RenameSdc) to the csm-operator
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