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: destination pool should be source pool if it is not specified #13189

Merged
merged 1 commit into from Feb 1, 2017

Commits on Feb 1, 2017

  1. rbd: destination pool should be source pool if it is not specified

    Currently if user perform image rename operation and user give pool
    name as a optional parameter (--pool=<pool_name>) then currently
    its taking this optional pool name for source pool and making
    destination pool name default pool name.
    With this fix if user provide pool name as a optional pool name
    parameter then it  will consider both soruce and destination pool
    name as optional parameter pool name.
    
    Fixes: http://tracker.ceph.com/issues/18326
    
    Reported-by: МАРК КОРЕНБЕРГ <socketpair@gmail.com>
    Signed-off-by: Gaurav Kumar Garg <garg.gaurav52@gmail.com>
    gaurav36 committed Feb 1, 2017
    Copy the full SHA
    01f23aa View commit details
    Browse the repository at this point in the history