]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
ModifyVolume attributes on Clone.
authorJohn Griffith <john.griffith@solidfire.com>
Fri, 24 May 2013 04:57:57 +0000 (22:57 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Fri, 24 May 2013 15:07:47 +0000 (09:07 -0600)
commitf4b7b7e5905dc6f3e38857cba2ff5ead3c96b057
treead4e54c583c7e88ed6fc59a766f246b25b54526d
parent11b184f01d24c2e4297786fdc3159a138f5e0f12
ModifyVolume attributes on Clone.

Clones copy over the attributes from the source volume,
we want to keep some admin data like source-volid and if
it's a clone or not.  To do that we just need to call modifyvolume
after the clone operation and update this info.

Change-Id: I903fe6f8a57880abad8d315d091c1e57624a519c
cinder/volume/drivers/solidfire.py