-
Notifications
You must be signed in to change notification settings - Fork 257
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 more actions #654
Conversation
f78127d
to
4fd08d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just minor comments, almost there, thanks!
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
Sorry for creating conflicts with your PR by having my changes merged. I hope I can be helpful by giving hints on what must be done to get this code running again when rebasing it atop master which now includes #644. The The convention now is not to include parameters in the allowed parameter list, that we don't currently support in our data structures, but to document this in a comment like here: https://github.com/ceph/go-ceph/pull/644/files#diff-694c344990ad130009eec2ff3c457832c960d480dfee9d1b675a2ea6138c5990R120. |
Hello there, if you wish us to revisit this PR please manually resolve the conflicts. Also, a new version has been released so the versions in docs will need updating. We're looking to simplify this process but at the moment it still requires manual fixing. |
Thank you for your assistance. Sorry for the delay in fixing, I'll try to come back with edits asap |
Hi @maksim-kharitonov - Just doing a ping in case you are still planning on working on this. I'd suggest that if you don't think you'll get to it in the next month or so, we can close this PR - and you can always reopen it in the future when you are ready. |
4fd08d9
to
bab060a
Compare
Thank you for your patience, just resolved conflicts and fixed. Can you please re-check pr? |
FYI, things have changed a little around preview api documentation since you first filed the PR. The "PREVIEW" term in the comment is no longer needed. Instead, preview status is entirely derived from the build tag. Please remove the "PREVIEW" lines from the comments when you have a moment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there need to update the test case for listbucketstat, apart from that PR LGTM
It looks better if you can squash various commits in situations like:
Let me know if you need more clarification. |
c90ab32
to
51daa87
Compare
@anoopcs9 rebased my pr to new master and squashed to single commit |
I'm sorry if I was not clear earlier. I didn't mean to squash everything into one large commit rather have meaningful and related changes included as fewer individual commits like:
Also please note that And finally changes to bucket.go have rejected hunks when applied on current master. Please rebase and resolve correctly on latest master. |
f0fa500
to
83a6679
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there...please see my comment.
Just noticed that commit messages are not proper(not visible in a single line). Can we have that also corrected please? Sorry for not pointing it out earlier.
|
e8e4f67
to
42e13a2
Compare
fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The API json (and doc) are not up to date. You can either manually fix both files or you can try resetting the patch and re-running make api-update
.
Please note that the CI is experiencing issues do to a problem in the most recent ceph quincy hotfix release. If it's not fixed by ceph upstream soon, I plan to apply a workaround. Thanks for your patience. |
42e13a2
to
45a381e
Compare
This is now fixed with latest Quincy release v17.2.3 @maksim-kharitonov If possible can you also verify outstanding unresolved conversations and take action accordingly(mark as resolved)? |
45a381e
to
3f1445e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for following up on the annoying managerial tasks.
@Mergifyio rebase |
✅ Branch has been successfully rebased |
db4c397
to
9460417
Compare
@Mergifyio rebase |
✅ Branch has been successfully rebased |
9460417
to
f1ce4e6
Compare
This change implements
of rgw/admin.
Related to #653
Signed-off-by: maxharitonov [email protected]
Checklist