You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Nguyen Anh Tu <tu...@apache.org> on 2013/12/08 12:45:56 UTC

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

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'
        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

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

Posted by Nguyen Anh Tu <tu...@apache.org>.
On Mon, Dec 9, 2013 at 10:50 PM, Wido den Hollander <wi...@widodh.nl> wrote:

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

Yes. Thanks Wido :-)

--Tuna

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

Posted by Wido den Hollander <wi...@widodh.nl>.

On 12/09/2013 02:52 PM, Nguyen Anh Tu wrote:
> On Mon, Dec 9, 2013 at 2:56 PM, Wido den Hollander <wi...@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

Posted by Nguyen Anh Tu <tu...@apache.org>.
On Mon, Dec 9, 2013 at 2:56 PM, Wido den Hollander <wi...@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

Posted by Wido den Hollander <wi...@widodh.nl>.

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
>