From 1dfcd8e6cdd58a0737a8667f8d2b18190527657a Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Tue, 14 Dec 2010 17:02:43 +0000 Subject: nothing --- nova/virt/xenapi/vm_utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'nova') diff --git a/nova/virt/xenapi/vm_utils.py b/nova/virt/xenapi/vm_utils.py index eeceb8e71..2c20e33ac 100644 --- a/nova/virt/xenapi/vm_utils.py +++ b/nova/virt/xenapi/vm_utils.py @@ -195,6 +195,7 @@ class VMHelper(): args['vdi-ref']=vdi_ref #TODO: Call proper function in plugin task = yield session.async_call_plugin('objectstore', fn, args) + logging.debug("Waiting for task completion") pv=yield session.wait_for_task(task) logging.debug("PV Kernel in VDI:%d",pv) defer.returnValue(pv) -- cgit