[GSoC] Unable create systemvm

2013-07-29 Thread Nguyen Anh Tu
Hi guys, I re-deploy ACS (sdnextensions branch, same same with 4.1 I think) with XCP 1.6 and get an error on create systemvm. I also re-copy vhd-util to Host (/opt/xensource/bin/) but still error. Log here: INFO [cloud.secstorage.PremiumSecondaryStorageManagerImpl] (secstorage-1:) No running sec

Re: [GSoC] Unable create systemvm

2013-07-29 Thread Nguyen Anh Tu
I debug and get error starting from here: protected void createBaseImageAsync(VolumeInfo volume, PrimaryDataStore dataStore, TemplateInfo template, AsyncCallFuture future) { ... *motionSrv.copyAsync(template, templateOnPrimaryStoreObj, caller);* ... } Exeption here: WARN [xen.resou

Re: [GSoC] Unable create systemvm

2013-07-29 Thread Nguyen Anh Tu
Got it. Because I have 2 vhd files in secondary/template/1/1 so vhd-util catch both of them. So copy_vhd_from_secondarystorage script throws error 2013/7/29 Nguyen Anh Tu > I debug and get error starting from here: > > protected void createBaseImageAsync(VolumeInfo volume, PrimaryDataStore > da