RE: Re:Re: kvm lacking of GetDomRVersionCmd implementation lead to deployVm fail.

2012-10-17 Thread Edison Su
There is a hack: http://markmail.org/message/bf5pbgxxpcsx76zu > -Original Message- > From: coudstacks [mailto:cloudsta...@163.com] > Sent: Wednesday, October 17, 2012 2:26 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re:Re: kvm lacking of GetDomRVersionCmd impl

Re:Re: kvm lacking of GetDomRVersionCmd implementation lead to deployVm fail.

2012-10-17 Thread coudstacks
you are right. getDomRVersionCmd is implemented. but there is problem in debug environment. in my case(ant debug) , user=root, no 'developer=true' column in configuratoin table. these two conditions will ignore producting id_rsa.cloud . so ssh to systemVM throught identity file alway

Re: kvm lacking of GetDomRVersionCmd implementation lead to deployVm fail.

2012-10-16 Thread Marcus Sorensen
By the way, KVM doesn't lack GetDomRVersionCmd. It's in core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java, and it calls getDomRVersion, which runs router_proxy.sh (a script on the host that will SSH into the router VM) to call get_template_version.sh within the router. O

Re: kvm lacking of GetDomRVersionCmd implementation lead to deployVm fail.

2012-10-16 Thread Marcus Sorensen
I have generally only seen the getDomRVersionCmd fail followed by stopping the vm if it can't ssh into the system VM to run the command. I am sure this is a general symptom of failing to set up or communicate with the virtual router rather than an actual issue related to getting the domr version.

kvm lacking of GetDomRVersionCmd implementation lead to deployVm fail.

2012-10-16 Thread cloudstacks
i am tracing this problem. but i ask about it first. 1.what it use for? what kinds of data it return when launch GetDomRVersionCmd if i write missing parts? now i only know when new a routerVM(which created when new a userVM) because of missing GetDomRVersionCmd , its answer result is fa