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-fuse: implement mv operation #6938

Merged
merged 3 commits into from Dec 21, 2015
Merged

rbd-fuse: implement mv operation #6938

merged 3 commits into from Dec 21, 2015

Commits on Dec 15, 2015

  1. rbd: implement mv operation for rbd-fuse

    implement mv operation for rbd-fuse to rename image.
    
    Signed-off-by: Xiangwei Wu wuxiangwei@h3c.com
    wuxiangwei committed Dec 15, 2015
    Copy the full SHA
    228aedf View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

  1. rbd:add destination image name validation for rbd-fuse mv operation

    add validation for destination image name to
    avoid image name contains invalid characters, such as "/" and "@".
    
    Signed-off-by: Xiangwei Wu wuxiangwei@h3c.com
    wuxiangwei committed Dec 16, 2015
    Copy the full SHA
    d13f602 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2015

  1. rbd-fuse: discard space restriction for mv operation

    discard space restriction for destination image name of
    the mv operation.
    
    Signed-off-by: Xiangwei Wu wuxiangwei@h3c.com
    wuxiangwei committed Dec 20, 2015
    Copy the full SHA
    71eb4f9 View commit details
    Browse the repository at this point in the history