Re: Master branch - can't run up systemvm with KVM hypervisor

2013-12-09 Thread Nguyen Anh Tu
On Mon, Dec 9, 2013 at 2:56 PM, Wido den Hollander w...@widodh.nl wrote:

 Hmm, that might be due to my patch from two weeks ago. Let me look into
 this!

Yeah, Thanks Wido :-)

--Tuna


Re: Master branch - can't run up systemvm with KVM hypervisor

2013-12-09 Thread Wido den Hollander



On 12/09/2013 02:52 PM, Nguyen Anh Tu wrote:

On Mon, Dec 9, 2013 at 2:56 PM, Wido den Hollander w...@widodh.nl wrote:


Hmm, that might be due to my patch from two weeks ago. Let me look into
this!


Yeah, Thanks Wido :-)



I think it's fixed with this patch: 
https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=088247b61b4ecea7bb757becd233e10c97a7a75a


Wido


--Tuna



Re: Master branch - can't run up systemvm with KVM hypervisor

2013-12-08 Thread Wido den Hollander



On 12/08/2013 12:45 PM, Nguyen Anh Tu wrote:

Hi guys,

I'm trying to deploy CS (master branch) with KVM hypervisor but get error
when running up systemVM.

Primary error here:

2013-12-09 01:19:02,237 WARN  [kvm.resource.LibvirtComputingResource]
(agentRequest-Handler-5:null) LibvirtException
org.libvirt.LibvirtException: internal error unknown disk cache mode 'null'


Hmm, that might be due to my patch from two weeks ago. Let me look into 
this!


Wido


 at org.libvirt.ErrorHandler.processError(Unknown Source)
 at org.libvirt.Connect.processError(Unknown Source)
 at org.libvirt.Connect.processError(Unknown Source)
 at org.libvirt.Connect.domainCreateXML(Unknown Source)
 at
com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.startVM(LibvirtComputingResource.java:1139)
 at
com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.execute(LibvirtComputingResource.java:3399)
 at
com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:1233)
 at com.cloud.agent.Agent.processRequest(Agent.java:501)
 at com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:808)
 at com.cloud.utils.nio.Task.run(Task.java:81)
 at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
 at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
 at java.lang.Thread.run(Thread.java:701)


Full Log from Agent here:

http://pastebin.com/6rtRFbdx

Anyone can help?

Thanks,

--Tuna