forked from rook/rook
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Sync from upstream release-1.12 to downstream release-4.14 #501
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
We need to create the namespace with the import script, As per the documentation The import script creates the secrets and cm which is later used by the operator for cluster creation. Signed-off-by: parth-gr <paarora@redhat.com> (cherry picked from commit f9f880e)
Cephobjectstore is not formated correctly https://rook.io/docs/rook/v1.12/CRDs/Cluster/external-cluster/#connect-to-an-external-object-store Signed-off-by: parth-gr <paarora@redhat.com> (cherry picked from commit 8a445ef)
doc: update the external doc format (backport #12574)
with detached mode, we don't need to wait for the tests to complete. Now, we can get inside tmate before the tests start and we can monitor the tests. By default, this mode will wait at the end of the job for a user to connect and then to terminate the tmate session. If no user has connected within 10 minutes after the post-job step started, it will terminate the tmate session and quit gracefully. Signed-off-by: subhamkrai <srai@redhat.com> (cherry picked from commit f171e1c)
Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 5.4.1 to 5.4.3. - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](wagoid/commitlint-github-action@v5.4.1...v5.4.3) --- updated-dependencies: - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit d5f5f0b)
Update the ceph cosi driver image to v0.1.1, so that it can work on both amd and arm platforms. Signed-off-by: Jiffin Tony Thottan <thottanjiffin@gmail.com> (cherry picked from commit 1bf33f1)
Force delete rook-ceph-exporter pod that is stuck in terminating state due to unavailability of node. Signed-off-by: sp98 <sapillai@redhat.com> (cherry picked from commit dd90ef5)
Configure osd backend store from the cephCluster spec Signed-off-by: sp98 <sapillai@redhat.com> (cherry picked from commit c13d34f)
Gateways that do not run the sync threads should not be accessible from one of the Zone endpoint. If this is the case, the synchronization might stop working. When the CephObjectStore has the option `spec.gateway.disableMultisiteSyncTraffic` set to `true`, we must ensure that the objectstore endpoint is not present in the Zone endpoint. Signed-off-by: Lucas Henry <polyedre@disroot.org> (cherry picked from commit 564afef)
ci: add detached mode in tmate (backport #12579)
adding cosi driver list in olm list as it is being missed in csv crd list generated by other project. Signed-off-by: subhamkrai <srai@redhat.com> (cherry picked from commit 884a5c1)
added kube-system namespace also to collect logs from to debug the smoke suite issue Signed-off-by: subhamkrai <srai@redhat.com> (cherry picked from commit 0ed9145)
the upgrade suite for version 1.27.x is failing due ``` debug 2023-07-24T19:11:20.264+0000 7f3395a82c80 -1 error: monitor data filesystem reached concerning levels of available storage space (available: 5% 4.4 GiB) you may adjust 'mon data avail crit' to a lower value to make this go away (default: 5%) ``` so adding mon setting to start on `compact` also adding other setting present in cluster-test.yaml. Signed-off-by: subhamkrai <srai@redhat.com> (cherry picked from commit e8e8a46)
test: fix upgrade suite for 1.27.x version (backport #12578)
osd: configure backend store (backport #12466)
when node fencing is triggered and a negative case where one deployment pod consuming pv not provisioned by csi and another deployment pod with rbd rwo are on the same node and node fencing is triggered. In this case rook operator panics since it is trigger to get field `pv.Spec.CSI.Driver` which will be nil. Also, skip static pv as there is no `imageName` in the spec rbd status command will fail. Signed-off-by: subhamkrai <srai@redhat.com> (cherry picked from commit 72386eb)
rbd: node fencing, skip pv when pv is not backed by csi (backport #12563)
core: force delete rook-ceph-exporter pod (backport #12575)
This will enable us to use GSSAPI in sssd for authentication when connecting to the remote LDAP server. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com> (cherry picked from commit 0a151e9)
nfs: mount krb5.conf and krb5.keytab in the sssd container (backport #12517)
object: do not add objectstore endpoint to zone when sync is disabled (backport #12560)
object: update ceph cosi driver image to v0.1.1 (backport #12562)
build(deps): bump wagoid/commitlint-github-action from 5.4.1 to 5.4.3 (backport #12572)
external: create ceph cluster namespace (backport #12508)
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: travisn The full list of commands accepted by this bot can be found 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:
Sync from upstream release-1.12 to downstream release-4.14
Checklist:
skip-ci
on the PR.