Comment 3 for bug 862653

Revision history for this message
Dan Prince (dan-prince) wrote :

Still looking for information on this one. As far as I can tell OpenStack Essex will not work out of the box with a stock XenServer 5.6 SP2 installation (w/ thin provisioning). By stock I mean I install XenServer 5.6 SP2 from the ISO's, select thin provisioning in the installer and let it run through a default installation.

I'd be interested to see if anyone who has a working XenServer 5.6 installation (using kickstarts or whatever) could add to this thread.

For now I have to do this to work around the issue:

+++ b/nova/virt/xenapi/vmops.py
@@ -166,9 +166,9 @@ class VMOps(object):
                 instance.user_id, instance.project_id,
                 disk_image_type)

- for vdi in vdis:
- if vdi["vdi_type"] == "os":
- self.resize_instance(instance, vdi["vdi_uuid"])
+ #for vdi in vdis:
+ #if vdi["vdi_type"] == "os":
+ #self.resize_instance(instance, vdi["vdi_uuid"])