Hi,
I have installed cloudstack and could add a VMware cluster to it. I also added proper NFS storages for secondary and primary storage in the Zone. there is a problem with system VMs. They can't be provisioned. It seems that the system cant find the ova file for the system vm (secondary storage vm and proxy vm). Here is the message from log:
3070b-8b20-3b17-bff4-7a192e4e3f42","poolUuid":"1a83070b-8b20-3b17-bff4-7a192e4e3f42","poolId":201,"secondaryStorageUrl":"nfs://10.1.1.1/var/lib/libvirt/images/secondarystorage","primaryStorageUrl":"nfs://10.1.1.1/var/lib/libvirt/images/primarystorage2","url":"nfs://10.1.1.1/var/lib/libvirt/images/secondarystorage/template/tmpl/1/8/","format":"OVA","accountId":1,"name":"routing-8","wait":10800}}] }
2012-02-14 08:18:20,924 DEBUG [cloud.server.StatsCollector] (StatsCollector-3:null) StorageCollector is running...
2012-02-14 08:18:20,934 INFO [vmware.manager.VmwareStorageManagerImpl] (DirectAgent-49:10.1.1.12) Executing copyTemplateFromSecondaryToPrimary. secondaryStorage: nfs://10.1.1.1/var/lib/libvirt/images/secondarystorage, templatePathAtSecondaryStorage: template/tmpl/1/8/, templateName: 9aa1d9ae-8014-3030-9929-64eab23854b2
2012-02-14 08:18:20,935 INFO [vmware.manager.VmwareStorageManagerImpl] (DirectAgent-49:10.1.1.12) Secondary storage mount point: /var/lib/cloud/mnt/VM/90520735980484.1ad93a0e
[color=#bb0000]2012-02-14 08:18:20,936 ERROR [vmware.manager.VmwareStorageManagerImpl] (DirectAgent-49:10.1.1.12) Unable to locate OVF file in template package directory: /var/lib/cloud/mnt/VM/90520735980484.1ad93a0e/template/tmpl/1/8/9aa1d9ae-8014-3030-9929-64eab23854b2.ova
2012-02-14 08:18:20,940 ERROR [vmware.manager.VmwareStorageManagerImpl] (DirectAgent-49:10.1.1.12) Unable to execute PrimaryStorageDownloadCommand due to exception[/color]
java.lang.Exception: Unable to locate OVF file in template package directory: /var/lib/cloud/mnt/VM/90520735980484.1ad93a0e/template/tmpl/1/8/9aa1d9ae-8014-3030-9929-64eab23854b2.ova
Please help me get rid of this message
Thanks