Project

General

Profile

Feature #2585

Updated by Josh Durgin almost 12 years ago

A command for the rbd tool to create a child image from a parent. Example: 

 rbd clone --parent pool/image@snap pool2/child_image [--order N] 

 This would use a new RBD::clone() method. 
 Make sure to give an error if --size is specified.

Back