Skip to content
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

object: update cosi images #14216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

thotz
Copy link
Contributor

@thotz thotz commented May 15, 2024

Updating images for ceph cosi driver and side car.

Checklist:

  • Commit Message Formatting: Commit titles and messages follow guidelines in the developer guide.
  • Reviewed the developer guide on Submitting a Pull Request
  • Pending release notes updated with breaking and/or notable changes for the next minor release.
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.

@thotz thotz requested review from BlaineEXE and travisn and removed request for BlaineEXE May 15, 2024 15:51
deploy/examples/images.txt Outdated Show resolved Hide resolved
@thotz thotz force-pushed the update-cosi-images branch 2 times, most recently from e1cacc8 to c145df4 Compare May 16, 2024 12:46
@thotz thotz requested review from travisn and BlaineEXE May 16, 2024 12:47
@@ -2,7 +2,7 @@ kind: BucketClass
apiVersion: objectstorage.k8s.io/v1alpha1
metadata:
name: sample-bcc
driverName: ceph.objectstorage.k8s.io
driverName: rook-ceph.ceph.objectstorage.k8s.io
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How will this change affect upgraded clusters?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yaa it will impact the upgraded clusters, even with a standalone ceph cosi driver as well. Please check @BlaineEXE comment ceph/ceph-cosi#32 (comment) and make the ceph cosi driver mandate the driver prefix.

Copy link
Member

@BlaineEXE BlaineEXE May 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's fine. COSI is an alpha feature, so users should expect potential changes. We'd have to maintain code logic to check for this upgrade condition forever if we want to support no-impact upgrades.

It would be nice to know what users have to do to upgrade though, and what users need to do to allow existing COSI buckets to continue working after the change.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean existing COSI users will be broken on upgrade? Is there any workaround? We will at least need a note on this in the upgrade guide for 1.15. Even though it's officially alpha and rook still declares it as experimental, I'd suggest we document when there is a breaking change.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. I forgot about existing buckets initially, but you are right. It is still best for users if we document in release notes when things break, and we should be able to document a procedure for continuing to work with existing storage wherever possible.

I don't think that we need to have an official doc that explains how to make the change, but it would be good to at least be able to link to something on github. Maybe a discussion post that describes the workflow needed to keep existing buckets working would be a good option.

deploy/examples/images.txt Outdated Show resolved Hide resolved
Copy link
Member

@travisn travisn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rebase to pick up the latest CI fix

@@ -2,5 +2,7 @@

## Breaking Changes

- Updating Ceph COSI driver images, this impact existing COSI `Buckets` and `BucketAccesses`,
please update the `BucketClass` and `BucketAccessClass` for resolving refer [here](https://github.com/rook/rook/discussions/14297)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There will be upgrade steps added to this issue?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The discussion is sparse. Could you provide a more detailed set of instructions for users to follow along?

Doesn't this also affect any BucketClaims and BucketAccesses that are created? What about those?

Updating images for ceph cosi driver and side car.

Signed-off-by: Jiffin Tony Thottan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants