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

librbd: send notifications for mirroring status updates #8355

Merged
merged 5 commits into from
Mar 31, 2016

Commits on Mar 30, 2016

  1. librbd: generic object watcher and mirroring watcher

    The ObjectWatcher can handle generic watch and recovery of
    RADOS objects.  The MirroringWatcher will handle updates
    to the RBD mirroring object.
    
    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    3145109 View commit details
    Browse the repository at this point in the history
  2. librbd: mirroring object notification types

    Initial payloads for updated mirror pool mode and image state.
    
    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    934ce86 View commit details
    Browse the repository at this point in the history
  3. librbd: helper methods for mirroring notifications

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    3748b88 View commit details
    Browse the repository at this point in the history
  4. librbd: send notifications on mirroring updates

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    e95a383 View commit details
    Browse the repository at this point in the history
  5. librbd: integrate listener for new mirroring notification payloads

    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    57db617 View commit details
    Browse the repository at this point in the history