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
Syncing latest changes from master for rook #755
Merged
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
Merge/inline.github/workflows/rgw-multisite-test/action.yml into .github/workflows/canary-integration-test.yml as the step from the "composite" action are not displayed in the console. The absence of the step names may make it difficult to determine where a failure is occurring. Signed-off-by: Joshua Hoblitt <[email protected]>
Since the below commit, addons are moved out of deploy_cluster(). 31d55b9 ("test: mv canary test specific resources out of deploy_cluster()") Signed-off-by: Xinliang Liu <[email protected]>
Signed-off-by: Joshua Hoblitt <[email protected]>
Bumps [psf/black](https://github.com/psf/black) from 24.8.0 to 24.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@b965c2a...1b2427a) --- updated-dependencies: - dependency-name: psf/black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.11 to 3.26.13. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6db8d63...f779452) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...b4b15b8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...eef6144) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
test: improve reliability of canary rgw-multisite-testing
ci: fix canary-arm64 job
The v1beta1 cron jobs have been obsolete since K8s 1.21, and Rook has not supported that version of K8s for many moons, so we can remove the obsolete code for the handling of v1beta1 cron jobs for crash pruning. Signed-off-by: Travis Nielsen <[email protected]>
The exporter pods were being counted as a ceph pod, so once an exporter pod was added to a node, it would never be removed since the controller thinks the exporter pod itself is a ceph pod for which the exporter must be present. Signed-off-by: Travis Nielsen <[email protected]>
…ions/checkout-4.2.1 build(deps): bump actions/checkout from 4.2.0 to 4.2.1
…ions/upload-artifact-4.4.3 build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3
…hub/codeql-action-3.26.13 build(deps): bump github/codeql-action from 3.26.11 to 3.26.13
…/black-24.10.0 build(deps): bump psf/black from 24.8.0 to 24.10.0
This PR adds the sample YAMLs and documentation for the RBD VolumeGroupSnapshot. Signed-off-by: Niraj Yadav <[email protected]>
Syncing latest changes from upstream master for rook
docs: Add documentation for RBD VolumeGroupSnapshot
core: Remove obsolete creation of v1beta1 pruner cron jobs
in downstream ceph min version supported is 19.2.0 for rbd mirroring for rados namesapce Signed-off-by: parth-gr <[email protected]>
core: Skip counting exporter pods as a ceph pod
core: change ceph min version for rbd mirroring
MustDelete DeleteOption was set to `true` when deleting osd-repalce-config configMap. This cm won't existing after all the OSDs get migrated. So deletion of the non-existent cm will result in error. This PR removes `mustDelete: true` from the DeletionOption when deleting osd-replace-config configmap Signed-off-by: Santosh Pillai <[email protected]>
core: fix deletion of the osd-replace-config cm
Syncing latest changes from upstream master for rook
subhamkrai
approved these changes
Oct 21, 2024
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: df-build-team, subhamkrai 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.
PR containing the latest commits from master branch