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

hammer: common: wrong conditional for boolean function KeyServer::get_auth() #6213

Merged
1 commit merged into from Nov 11, 2015

Conversation

smithfarm
Copy link
Contributor

The KeyServer class has a public method get_auth() that returns a boolean
value. This value is being checked here - fix the conditional so it triggers
when get_auth() returns false.

http://tracker.ceph.com/issues/9756 References: ceph#9756

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 7250db6)
@ghost
Copy link

ghost commented Nov 10, 2015

@tchaikov does this backport look good to merge ? It passed a run of the hammer rados suite ( see http://tracker.ceph.com/issues/13356#note-15 and for details ).

@tchaikov
Copy link
Contributor

@dachary lgtm

ghost pushed a commit that referenced this pull request Nov 11, 2015
wrong conditional for boolean function KeyServer::get_auth()

Reviewed-by: Kefu Chai <kchai@redhat.com>
@ghost ghost merged commit a79acd4 into ceph:hammer Nov 11, 2015
@smithfarm smithfarm deleted the wip-13425-hammer branch November 11, 2015 11:10
ghost pushed a commit that referenced this pull request Nov 17, 2015
wrong conditional for boolean function KeyServer::get_auth()

Reviewed-by: Kefu Chai <kchai@redhat.com>
ghost pushed a commit that referenced this pull request Nov 17, 2015
wrong conditional for boolean function KeyServer::get_auth()

Reviewed-by: Kefu Chai <kchai@redhat.com>
ghost pushed a commit that referenced this pull request Nov 17, 2015
wrong conditional for boolean function KeyServer::get_auth()

Reviewed-by: Kefu Chai <kchai@redhat.com>
ghost pushed a commit that referenced this pull request Nov 17, 2015
wrong conditional for boolean function KeyServer::get_auth()

Reviewed-by: Kefu Chai <kchai@redhat.com>
ghost pushed a commit that referenced this pull request Nov 17, 2015
wrong conditional for boolean function KeyServer::get_auth()

Reviewed-by: Kefu Chai <kchai@redhat.com>
@ghost ghost changed the title wrong conditional for boolean function KeyServer::get_auth() hammer: common: wrong conditional for boolean function KeyServer::get_auth() Feb 18, 2016
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants