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: refactor logging in gc and lc #24530

Merged
merged 1 commit into from
Nov 8, 2018
Merged

Conversation

alimaredia
Copy link
Contributor

RGWGC and RGWLC are now DoutPrefixProviders

Signed-off-by: Ali Maredia amaredia@redhat.com

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

RGWGC and RGWLC are now DoutPrefixProviders

Signed-off-by: Ali Maredia <amaredia@redhat.com>
Copy link
Contributor

@cbodley cbodley left a comment

Choose a reason for hiding this comment

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

that was fast!

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.

just randomly looked at this, nice work

@@ -784,6 +784,17 @@ void RGWLC::stop_processor()
worker = NULL;
}


unsigned RGWLC::get_subsys() const
Copy link
Contributor

Choose a reason for hiding this comment

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

unsigned as an integral type is probably better avoided in modern code

@cbodley
Copy link
Contributor

cbodley commented Nov 8, 2018

@cbodley cbodley merged commit c22e2c9 into ceph:master Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants