]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: implement 'export-diff' and 'import-diff' commands
authorSage Weil <sage@inktank.com>
Tue, 26 Mar 2013 20:32:28 +0000 (13:32 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 1 Apr 2013 06:32:40 +0000 (23:32 -0700)
commite7167433aef5e404fe05b525f7840f9e2c52501f
tree85dcae5ff58bc4d06276cfc3ae6af07ec75c0c09
parentcf7d13a7e90ced80d1a9ad2d2130c310c3d418b5
rbd: implement 'export-diff' and 'import-diff' commands

Export a diff of an image from a previous snapshot to a file (or stdout).

Import a diff and apply it to an image, and then create the ending
snapshot.

Signed-off-by: Sage Weil <sage@inktank.com>
doc/dev/rbd-diff.rst [new file with mode: 0644]
qa/workunits/rbd/diff.sh [new file with mode: 0755]
src/rbd.cc
src/test/cli/rbd/help.t