Project

General

Profile

Feature #2558

Updated by Josh Durgin almost 12 years ago

On the new not sure if we want uuid in there.    may as well, i think, as we may migrate to a different parent/child tracking mechanism later. 

 - create image header: with parent (poolid, imageid, snapid[, uuid]) 
 - set_parent(poolid, image (maybe id, maybe name), snapid) 

 On the per-pool child list: 

 - add child (parent_pool, parent_id_or_name, parent_snapid, child_image_id_or_name) (snapid, poolid, imageid[, uuid]) 
 - remove child (parent_pool, parent_id_or_name, parent_snapid, child_image_id_or_name) (snapid, poolid, imageid[, uuid]) 

Back