summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorCerberus <matt.dietz@rackspace.com>2011-02-15 23:10:29 -0600
committerCerberus <matt.dietz@rackspace.com>2011-02-15 23:10:29 -0600
commitbb98e2055002ff3ed2099f60bbe4058d5f5c7b35 (patch)
tree1ce96439ff6cbc1ce51ca98482834311830696e9 /plugins
parentcd5aba9d1d00d9daad87efd89f78e49079bee2c7 (diff)
downloadnova-bb98e2055002ff3ed2099f60bbe4058d5f5c7b35.tar.gz
nova-bb98e2055002ff3ed2099f60bbe4058d5f5c7b35.tar.xz
nova-bb98e2055002ff3ed2099f60bbe4058d5f5c7b35.zip
hurr durr
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xenserver/xenapi/etc/xapi.d/plugins/migration3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/migration b/plugins/xenserver/xenapi/etc/xapi.d/plugins/migration
index 5bf0fe994..7a6eefda2 100644
--- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/migration
+++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/migration
@@ -102,7 +102,8 @@ def move_vhds_into_sr(session, args):
os.rmdir(source_image_path)
# Link the COW to the base copy
- logging.debug('Attaching COW to the base copy...')
+ logging.debug('Attaching COW to the base copy %s -> %s' %
+ (new_cow_path, new_base_copy_path))
subprocess.call([VHD_UTIL, 'modify', '-n', new_cow_path, '-p',
new_base_copy_path])