forked from rook/rook
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
Resync from upstream release-1.9 to downstream 4.11 #372
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The mon failover test was failing if the cluster reconcile was being triggered in the middle of the failover and if the ordering of the mons happened to attempt to start the mons that were not failed over. The other mons couldn't be updated due to the upgrade checks, so the test would timeout waiting for the mons that would never update in time. Signed-off-by: Travis Nielsen <tnielsen@redhat.com> (cherry picked from commit f7cefbb)
test: Improve reliability of mon failover test (backport #10118)
Update the docs and example manifests for the v1.9.1 release. Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
build: Set the release version to v1.9.1
With #10108 a placeholder role and role binding were added for the rgw service account so the csv generation would generate the service account. That workaround also requires a rule to be added to the role or else the generation is invalid. Now a rule is added to avoid that issue. In the future we need to remove this role and binding when the operator sdk is updated as explained in #10141 Signed-off-by: Travis Nielsen <tnielsen@redhat.com> (cherry picked from commit 1dd343e)
build: Add a placeholder rule to the RGW RBAC (backport #10142)
If a mon is added or removed in a ceph cluster all the CSI clusterID's belongs to the ceph cluster should also gets updated. Added a new cluster identifier to the csi configmap, i.e ceph clusterNamespace which helps to identify the clusterID's belongs to that ceph cluster. Note:- to support the upgraded clusters,we can ask users to update the mon IP's for the problamatic clusterID as it wont be updated by the operator. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com> (cherry picked from commit 8ab17e3)
csi: add/remove mon IP from csi config (backport #10135)
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: travisn 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of your changes:
Resync from upstream release-1.9 to downstream 4.11
Checklist:
make codegen) has been run to update object specifications, if necessary.