-
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 upstream master for rook #792
Conversation
This reverts commit a941b3c. Stop creating the 'cosi' user in the CephObjectStore reconcile. This step often fails for some amount of time during initial object store creation, causing frequent user concern. It has also been the source of some reported failures that would otherwise be non-breaking for certain users. Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
The upgrade tests in master have been upgrading from 1.14 to master. In anticipation of the v1.16 release, we change the upgrade tests to start from v1.15 to test if there are any regressions in the supported upgrades. Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
Add formatting to some namespace names and provisioner values in order to make the Storage-Configuration/Block-Storage-RBD/block-storage/provision-storage section more legible. Signed-off-by: Zac Dover <zac.dover@proton.me>
This commit adds optional support to specify the MDS metadata pool name. It defaults to `<fsName>-metadata` as current implementation expects but allows customization if needed e.g. if exisiting naming conventions used `<fsName>_metadata`. Additionally an "preservePoolNames" boolean has been added to indicate that no generated pool names should be used. Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.9.0 to 0.10.0. - [Commits](golang/sync@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.23.0 to 1.26.1. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](reviewdog/action-misspell@ef8b22c...18ffb61) --- updated-dependencies: - dependency-name: reviewdog/action-misspell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.5 to 3.27.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f09c1c0...aa57810) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…hub/codeql-action-3.27.6 build(deps): bump github/codeql-action from 3.27.5 to 3.27.6
…iewdog/action-misspell-1.26.1 build(deps): bump reviewdog/action-misspell from 1.23.0 to 1.26.1
…org/x/sync-0.10.0 build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0
Update upgrade guides, docs, and exmaple manifests for the Rook v1.16 release. Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
Remove long-deprecated topologyKey beta label from examples: failure-domain.beta.kubernetes.io/zone Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
…ed-mds-metadata-pools file: Add support for named MDS metadata pool names
tests: Upgrade from Rook 1.15 to master
docs: update guides and examples for v1.16 release
…autocreation Revert "object: create cosi user for each object store"
…e-Configuration-Block-Storage-RBD-block-storage-provision-storage block-storage.md: Add formatting to namespaces
In the Alpha Version of the VolumeGroupSnapshot Feature the flag to enable the feature was `--enable-volume-group-snapshots=true` and in the beta API the feature is diasbled by default to enable it we need to set `--feature-gate=CSIVolumeGroupSnapshot=true` There is a change in the flag between the API version This PR add a code where we choose the required flag based on the API version. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
Signed-off-by: Artem Torubarov <artem.torubarov@clyso.com>
csi: use new flag to enable VGS feature
Add rgw_enable_apis option to ObjectStore CRD
The test for disabling host network was removed with the multus work so there is no longer a need to check for that test in the mergify list of tests Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
ci: Remove obsolete test check from mergify
Signed-off-by: Artem Torubarov <artem.torubarov@clyso.com>
ci: Add Artem to the reviewers list
The dashboard admin rgw user has timing isssues in the CI. For now, just suppress the CI failure and log the error until we can spend more time to get a reliable wait for the user creation. Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
ci: Suppress the error from creating the dashboard admin user
Ceph has changed the image build process to only require a dockerfile and stop using the ceph-container repo. The daily images are pushed to the quay.io/ceph-ci/ceph repo, so the Rook CI will now start using those images. Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
cephcsi 3.13.0 is released today and update the Rook to use the latest image Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
ci: Use images from ceph-ci instead of daemon-base
With the v19.2.0 release being out for some time now, update the default version to be deployed with Rook as v19.2.0. Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
csi: update cephcsi to latest release
manifest: Update default ceph version to v19
The repo should be quay.ceph.io, instead of quay.io Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
ci: Use correct ceph-ci repo
dabe77a
to
b0abdc6
Compare
With the release of K8s 1.32, we update the CI and docs to support this new release, to maintain the most recent six releases of K8s. Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
Add a s3Agent field to bucket.Provisioner struct as a step towards allowing the s3Agent / s3 client to be mocked in unit tests. Signed-off-by: Joshua Hoblitt <josh@hoblitt.com>
To allow the caller to pass in their own transport when testing. Signed-off-by: Joshua Hoblitt <josh@hoblitt.com>
build: Add support for K8s 1.32
Signed-off-by: Joshua Hoblitt <josh@hoblitt.com>
Signed-off-by: Joshua Hoblitt <josh@hoblitt.com>
…-alt1 object: add bucketPolicy to obc
1e88d05
to
2f82765
Compare
…-master Signed-off-by: Ceph Jenkins <ceph-jenkins@redhat.com>
add generated csv changes Signed-off-by: Ceph Jenkins <ceph-jenkins@redhat.com>
2f82765
to
02fee54
Compare
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: df-build-team, subhamkrai 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 |
PR containing the latest commits from upstream master branch