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: librbd: possible QEMU deadlock after creating image snapshots #8011

Merged
2 commits merged into from Apr 6, 2016

Conversation

dillaman
Copy link

@dillaman dillaman commented Mar 9, 2016

Jason Dillaman added 2 commits March 9, 2016 18:11
Refs: ceph#14988

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 16b6efd)
(cherry picked from commit 7ffbe40)
If a snapshot is created out-of-band, the next IO will result in the
cache being flushed.  If pending writeback data performs a copy-on-write,
the read from the parent will be blocked.

Fixes: ceph#15032

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit f9e5ae8)
@dillaman dillaman added this to the hammer milestone Mar 9, 2016
@ghost ghost assigned ghost and smithfarm and unassigned ghost Mar 11, 2016
@ghost ghost changed the title librbd: possible QEMU deadlock after creating image snapshots hammer: librbd: possible QEMU deadlock after creating image snapshots Mar 11, 2016
ghost pushed a commit that referenced this pull request Apr 5, 2016
…r creating image snapshots

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost
Copy link

ghost commented Apr 6, 2016

@dillaman is the double cherry-pick -x on 621e3ae intentional ?

@dillaman
Copy link
Author

dillaman commented Apr 6, 2016

@dachary Just guessing since this was a month ago, but I'd think was cherry-picked from the infernalis branch just so that it applied cleanly (thus it picked up the chain).

@ghost
Copy link

ghost commented Apr 6, 2016

@dillaman that's fine :-)

@ghost ghost merged commit 92a96e1 into ceph:hammer Apr 6, 2016
@ghost
Copy link

ghost commented Apr 6, 2016

steveftaylor pushed a commit to steveftaylor/ceph that referenced this pull request May 4, 2016
Fixes: ceph#8011
Backport: firefly, giant
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 9b26de3)
zhaochao pushed a commit to zhaochao/ceph that referenced this pull request Oct 9, 2016
Fixes: ceph#8011
Backport: firefly, giant
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 9b26de3)
(cherry picked from commit f856739)
dalgaaf pushed a commit to dalgaaf/ceph that referenced this pull request Apr 26, 2018
Fixes: ceph#8011
Backport: firefly, giant
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 9b26de3)
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