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

mgr: fix py calls for dne service perf counters #17605

Merged
merged 1 commit into from Sep 15, 2017
Merged

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented Sep 8, 2017

states[key] = daemon_state.get(key);
auto got = daemon_state.get(key);
if (got != nullptr) {
daemons[key] = got;
Copy link
Member

Choose a reason for hiding this comment

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

states[key]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, that was a bad backport from a branch where it was renamed. Fixed.

Fixes: http://tracker.ceph.com/issues/21253
Signed-off-by: John Spray <john.spray@redhat.com>
@tchaikov tchaikov merged commit d35991b into ceph:master Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants