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: image deleter should use pool id + global image uuid for key #10484

Merged
merged 2 commits into from
Aug 2, 2016

Commits on Jul 28, 2016

  1. rbd-mirror: use pool id + global image id as deletion primary key

    Fixes: http://tracker.ceph.com/issues/16538
    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    25203a8 View commit details
    Browse the repository at this point in the history
  2. librbd: support deleting image by id instead of name

    The rbd-mirror daemon will use this API to delete images instead
    of attempting to use the local image name.
    
    Fixes: http://tracker.ceph.com/issues/16227
    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    Jason Dillaman committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    87b32d1 View commit details
    Browse the repository at this point in the history