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
[release-4.6] Bug 1873580: Remove StorageClusterInitialization #833
[release-4.6] Bug 1873580: Remove StorageClusterInitialization #833
Conversation
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
This commit removes the need for a StorageClusterInitialization CR by replacing it with a set of strings to controll the reconciliation of previously initialized CRs. This changes the behavior for reapplying the initialization, requiring the admin to set each resource's strategy to "manage", wait for reconciliation, then back to "" or "default". Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
@jarrpa: This pull request references Bugzilla bug 1873580, which is invalid:
Comment 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
thanks for the backport!
The storageCluster.status.failuredomain was empty causing the cephblockpool.spec.failuredomain to be empty as well. Signed-off-by: N Balachandran <nibalach@redhat.com>
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
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
@jarrpa: This pull request references Bugzilla bug 1873580, which is invalid:
Comment 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
Now it should be complete... :-)
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: obnoxxx 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 |
|
/test ocs-operator-ci |
|
/test ocs-operator-ci |
|
@jarrpa: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
@jarrpa: All pull requests linked via external trackers have merged: Bugzilla bug 1873580 has been moved to the MODIFIED state. 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. |
We want finer control over which resources we reconcile and which we don't. This PR removes the need for a StorageClusterInitialization CR by implementing a set of string to control how a given type of resource is reconciled. The default is set to only reconcile if it doesn't exist, to maintain compatibility with current behavior on upgrade.
This PR includes backports for #789, #811, #822, and #834