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

infernalis: rbd: misdirected op in rbd balance-reads test #6629

Merged
2 commits merged into from Feb 11, 2016

Conversation

Abhishekvrshny
Copy link

These flags are now lazy-initialized within the PG thread at the
start of op processing instead of once the message is received.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 6528563)
@Abhishekvrshny Abhishekvrshny changed the title misdirected op in rbd balance-reads test DNM: misdirected op in rbd balance-reads test Nov 23, 2015
The op message isn't fully decoded until after the start of the PG
op handling.  Therefore, checking for misdirected ops needs to wait
until after the RWM flags have been initialized.

Fixes: ceph#13491
Backport: infernalis
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 56ba90f)

Conflicts:
	src/osd/ReplicatedPG.cc
		In ReplicatedPG::do_op, resolved conflicts caused by afcfb05 and 818d790
@Abhishekvrshny Abhishekvrshny changed the title DNM: misdirected op in rbd balance-reads test misdirected op in rbd balance-reads test Dec 4, 2015
ghost pushed a commit that referenced this pull request Feb 8, 2016
Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost ghost changed the title misdirected op in rbd balance-reads test rbd: misdirected op in rbd balance-reads test Feb 8, 2016
ghost pushed a commit that referenced this pull request Feb 10, 2016
Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Feb 11, 2016
rbd: misdirected op in rbd balance-reads test

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
@ghost ghost merged commit a474c09 into ceph:infernalis Feb 11, 2016
@ghost
Copy link

ghost commented Feb 11, 2016

@Abhishekvrshny Abhishekvrshny changed the title rbd: misdirected op in rbd balance-reads test infernalis: rbd: misdirected op in rbd balance-reads test 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
2 participants