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
#!/usr/bin/env python | |
""" | |
Python script to multi-threaded copy a RBD image from one cluster to another | |
This script requires a configuration file and a RBD image to copy. | |
It will copy the RBD image from the source pool to destination pool as | |
specified in the configuration file. | |
It assumes the destination image already exists and is at least the size of the |