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

jewel: rbd-mirror: potential crash during image status update #9226

Merged
merged 8 commits into from May 20, 2016

Commits on May 20, 2016

  1. rbd-mirror: avoid potential deadlock

    Signed-off-by: Mykola Golub <mgolub@mirantis.com>
    (cherry picked from commit 46bf727)
    Mykola Golub authored and Jason Dillaman committed May 20, 2016
    Copy the full SHA
    569f06f View commit details
    Browse the repository at this point in the history
  2. rbd-mirror: don't unregister asok commands if image replayer start fa…

    …iled
    
    Signed-off-by: Mykola Golub <mgolub@mirantis.com>
    (cherry picked from commit 2fd6fdd)
    Mykola Golub authored and Jason Dillaman committed May 20, 2016
    Copy the full SHA
    66f7f2d View commit details
    Browse the repository at this point in the history
  3. rbd-mirror: lock ordering issue in status update callback

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    (cherry picked from commit 5c04c13)
    Jason Dillaman committed May 20, 2016
    Copy the full SHA
    9c7977d View commit details
    Browse the repository at this point in the history
  4. rbd-mirror: combine ImageReplayer stopped and uninitialized states

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    (cherry picked from commit a8f6dde)
    Jason Dillaman committed May 20, 2016
    Copy the full SHA
    e0b3879 View commit details
    Browse the repository at this point in the history
  5. rbd-mirror: track bootstrap state within image status

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    (cherry picked from commit e5dd97b)
    Jason Dillaman committed May 20, 2016
    Copy the full SHA
    f789d83 View commit details
    Browse the repository at this point in the history
  6. rbd-mirror: ensure proper handling of status updates during shutdown

    Previously, several shutdown race conditions could occur due to the
    use of the async work queue for scheduling updates.
    
    Fixes: http://tracker.ceph.com/issues/15909
    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    (cherry picked from commit 9ae4edc)
    Jason Dillaman committed May 20, 2016
    Copy the full SHA
    f9e6bd8 View commit details
    Browse the repository at this point in the history
  7. rbd-mirror: additional debug messages during image replayer start/stop

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    (cherry picked from commit afc891f)
    Jason Dillaman committed May 20, 2016
    Copy the full SHA
    2ee1e0a View commit details
    Browse the repository at this point in the history
  8. journal: reset watch step after pruning expired tag

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    (cherry picked from commit 48c2f4e)
    Jason Dillaman committed May 20, 2016
    Copy the full SHA
    5f09b9a View commit details
    Browse the repository at this point in the history