-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update snapshot implementation with new design
``` * create temporary RBD snapshot on source volume's RBD image * RBD clone CO source volume's RBD image's snapshot to new RBD image * remove temporary RBD snapshot on CO source volume's RBD image * serialize work on RBD snapshot image clone * test RBD snapshot image clone's depth * if depth over hard limit flatten clone * create RBD snapshot on RBD snapshot image clone * create RBD volume image clone from RBD snapshot image clone * delete temporary RBD image * delete temporary RBD snapshot ``` Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
- Loading branch information
Showing
10 changed files
with
504 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.