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

rbd-mirror: non-primary image is recording journal events during image sync #10462

Merged
merged 9 commits into from Aug 2, 2016

Commits on Aug 2, 2016

  1. librbd: optionally support disabling journal appends via policy

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Aug 2, 2016
    Copy the full SHA
    f7eeacd View commit details
    Browse the repository at this point in the history
  2. librbd: remove unused journal replay canceled callback

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Aug 2, 2016
    Copy the full SHA
    f453554 View commit details
    Browse the repository at this point in the history
  3. librbd: do not record journal events if append is disabled by policy

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Aug 2, 2016
    Copy the full SHA
    405142c View commit details
    Browse the repository at this point in the history
  4. librbd: removed namespace indentation from legacy classes

    Better follows the Ceph C++ style guide
    
    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Aug 2, 2016
    Copy the full SHA
    f1e3919 View commit details
    Browse the repository at this point in the history
  5. librbd: convert AioImageRequest derived classes to templates

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Aug 2, 2016
    Copy the full SHA
    a945c2c View commit details
    Browse the repository at this point in the history
  6. librbd: move read callback helpers to narrowest scope

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Aug 2, 2016
    Copy the full SHA
    65b336f View commit details
    Browse the repository at this point in the history
  7. librbd: convert AioObjectRequest/AioObjectRead classes to templates

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Aug 2, 2016
    Copy the full SHA
    840a473 View commit details
    Browse the repository at this point in the history
  8. librbd: utilize factory methods to create AioObjectRequest objects

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Aug 2, 2016
    Copy the full SHA
    2e5076e View commit details
    Browse the repository at this point in the history
  9. test: unit test cases for disabling librbd journal by policy

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Aug 2, 2016
    Copy the full SHA
    4a256f5 View commit details
    Browse the repository at this point in the history