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

radosgw-admin: skip GC init on read-only admin ops #41027

Merged
merged 1 commit into from
May 13, 2021

Conversation

mkogan1
Copy link
Contributor

@mkogan1 mkogan1 commented Apr 26, 2021

Fixes: https://tracker.ceph.com/issues/50520

Signed-off-by: Mark Kogan mkogan@redhat.com

Checklist

  • References tracker ticket
  • Updates documentation if necessary
  • Includes tests for new functionality or reproducer for bug

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox

@mkogan1
Copy link
Contributor Author

mkogan1 commented Apr 26, 2021

jenkins test make check

@mkogan1 mkogan1 added the DNM label Apr 26, 2021
Copy link
Contributor

@mattbenjamin mattbenjamin left a comment

Choose a reason for hiding this comment

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

overall, looks fine to me

@@ -480,6 +480,7 @@ class RGWRados
RGWIndexCompletionManager *index_completion_manager{nullptr};

bool use_cache{false};
bool readonly{false};
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess this makes sense. I am more strongly preferring the idea of pulling admin into a remote service all the time.

@tchaikov
Copy link
Contributor

jenkins test make check

@mkogan1 mkogan1 force-pushed the wip-rgw-gc-max-objsf2 branch 2 times, most recently from e1e85e8 to fecb9cc Compare April 27, 2021 18:13
@mkogan1
Copy link
Contributor Author

mkogan1 commented Apr 27, 2021

updated as discussed on stadup,
teuthology run run of the rgw suite:
https://pulpito.ceph.com/mkogan-2021-04-27_14:46:40-rgw-wip-rgw-gc-max-objsf2_i04-distro-basic-smithi/
none of the failures related to radosgw-admin

Copy link
Contributor

@mattbenjamin mattbenjamin left a comment

Choose a reason for hiding this comment

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

this actually now does look good to me, read it earlier in the day ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants