-
Notifications
You must be signed in to change notification settings - Fork 184
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
Set values in ocs-operator-config CM for replica-1 in external mode #2516
Set values in ocs-operator-config CM for replica-1 in external mode #2516
Conversation
fe20697
to
98aaacc
Compare
42f506a
to
199f0e2
Compare
@parth-gr: changing LGTM is restricted to collaborators 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. |
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
@parth-gr: changing LGTM is restricted to collaborators 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. |
/hold for testing |
199f0e2
to
effcd31
Compare
bf526b4
to
a39de0b
Compare
a39de0b
to
b33d499
Compare
/hold cancel |
In external mode the replica-1 feature is not enabled via the storageCluster CR. So detect the feature is enabled by checking if the replica-1 storageClass exists. In external mode the failure domain is not set in the storageCluster CR, so determine the failure domain key by using the parameter of the storageClass. Also add a watch for storageClass in the ocsinitialization controller to detect the storageClass creation. Accordingly set the values in the CM. Signed-off-by: Malay Kumar Parida <[email protected]>
b33d499
to
6675623
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iamniting, malayparida2000, parth-gr 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 |
a0c4112
into
red-hat-storage:main
In external mode the replica-1 feature is not enabled via the
storageCluster CR. So detect the feature is enabled by checking if the
replica-1 storageClass exists. In external mode the failure domain is
not set in the storageCluster CR, so determine the failure domain key
by using the parameter of the storageClass. Also add a watch for
storageClass in the ocsinitialization controller to detect the
storageClass creation. Accordingly set the values in the CM.