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

rgw/admin: support new-bucket-name for LinkBucket #1046

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

Conversation

sj14
Copy link
Contributor

@sj14 sj14 commented Nov 26, 2024

  • Separate input structs for link and unlink operation.
  • Adding the new-bucket-name parameter to BucketLinkInput which allows renaming a specific bucket.

Checklist

  • Added tests for features and functional changes
  • Public functions and types are documented
  • Standard formatting is applied to Go code
  • Is this a new API? Added a new file that begins with //go:build ceph_preview
  • Ran make api-update to record new APIs

New or infrequent contributors may want to review the go-ceph Developer's Guide including the section on how we track API Status and the API Stability Plan.

The go-ceph project uses mergify. View the mergify command guide for information on how to interact with mergify. Add a comment with @Mergifyio rebase to rebase your PR when github indicates that the PR is out of date with the base branch.

@sj14 sj14 force-pushed the sj/link-new-bucket-name branch 7 times, most recently from f173e16 to 01c4a18 Compare November 28, 2024 13:40
@sj14 sj14 marked this pull request as ready for review November 28, 2024 14:06
@sj14 sj14 force-pushed the sj/link-new-bucket-name branch 3 times, most recently from e9005b2 to 26f1b1d Compare December 16, 2024 11:51
Copy link
Collaborator

@anoopcs9 anoopcs9 left a comment

Choose a reason for hiding this comment

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

lgtm, thanks.

@anoopcs9 anoopcs9 added the API This PR includes a change to the public API of a go-ceph package label Dec 16, 2024
Copy link
Collaborator

@phlogistonjohn phlogistonjohn left a comment

Choose a reason for hiding this comment

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

Generally LGTM, but I certainly find the rgw stuff my weakest go-ceph area.
@anoopcs9 do you want to try and take #1051 first and then retest this one with a "fixed" CI first?

@anoopcs9
Copy link
Collaborator

Generally LGTM, but I certainly find the rgw stuff my weakest go-ceph area.

Adding our usual goto as an additional reviewer 😄

@anoopcs9 do you want to try and take #1051 first and then retest this one with a "fixed" CI first?

Sure.

@anoopcs9 anoopcs9 requested a review from thotz December 16, 2024 15:39
@anoopcs9
Copy link
Collaborator

@Mergifyio rebase

Copy link

mergify bot commented Dec 17, 2024

rebase

✅ Branch has been successfully rebased

@anoopcs9 anoopcs9 force-pushed the sj/link-new-bucket-name branch from 26f1b1d to 28ba7bc Compare December 17, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API This PR includes a change to the public API of a go-ceph package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants