Re: Research areas in cloudstack

2014-01-07 Thread sebgoa
On Jan 6, 2014, at 6:42 PM, Ignazio Cassano wrote: > Hi all, my suggestion concerns Desktop as a Service (DaaS) based on linux > kvm and Spice. > Spice protocol is opensource and could be included to expand cloudstack > features. > Ignazio That could be very interesting > > > > 2014/1/6 man

Re: suspend/pause cloudstack VM (kvm hypervisor)

2014-01-07 Thread Nux!
On 06.01.2014 22:10, Nevo wrote: Hi Sebgoa! Thanks for your suggest. I knew how to start/stop VM, but what I wanted is pause a VM without shutdown (or stop in CS term). Using "virsh" could "suspend" a VM, but I doubt it is a real "suspend" which will capture the current VM memory. I guess thi

Re: suspend/pause cloudstack VM (kvm hypervisor)

2014-01-07 Thread Nevo
Hi Nux! That's why I said real "suspension" might rely on "virtual machine snapshot with memory capturing". see this discussion: http://markmail.org/message/apchw5rsf4xgevt4?q=list:org%2Eapache%2Eincubator%2Ecloudstack-%2A+suspend Probably the real question is whether kvm could/will suppo

Re: suspend/pause cloudstack VM (kvm hypervisor)

2014-01-07 Thread Nux!
On 07.01.2014 10:10, Nevo wrote: Probably the real question is whether kvm could/will support "vm snapshot"? I'm sure it will support it. We just need to push for it. :) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: Virtual Router(s) Restarting on CloudStack-4.2

2014-01-07 Thread iliyas shirol
The virtual router VMs seems to be running on the Hypervisor. But they get disappeared from the management portal for a period of time and are visible later, name-label ( RW): r-8-VM power-state ( RO): running name-label ( RW): r-10-VM power-state ( RO): running This seems to be

Re: Virtual Router(s) Restarting on CloudStack-4.2

2014-01-07 Thread Koushik Das
Check what the MS logs say about these VMs. Also check the hypervisor logs. On 07-Jan-2014, at 5:15 PM, iliyas shirol wrote: > The virtual router VMs seems to be running on the Hypervisor. But they get > disappeared from the management portal for a period of time and are visible > later, > >

Re: Database Deployment is failing

2014-01-07 Thread Daan Hoogland
Prashant, This should be solved by a patch from a colleague of mine. Can you try please? regards, On Mon, Jan 6, 2014 at 11:25 AM, Prashant Kumar Mishra wrote: > Hi , > > Deploy Db is failing , can someone help me . > > [root@localhost cloudstack]# mvn -P developer -pl developer -Ddeploydb > >

limit setting firewall

2014-01-07 Thread Hollman Enciso R.
Hello all. I'm just wanna know if it's possible to remove the privilege to the users to configure the firewall settings like nat, port forwarding etc.. ? I want that just the administrator configure this. It's possible? thanks -- Hollman Eduardo Enciso R. http://nexxuz.com http://algolibre.com

unable to delete shared network

2014-01-07 Thread John Vincent
I brought this issue up on irc but figured it was a good idea to bring it up here as well. I'm running into an issue deleting a shared network. This is on CS 4.2.0. I have two shared networks exibiting the same behavior. At this point I'd like to clean them up in the database if possible but if som

why there is no sshkeyenabled checkbox on register template on CS4.2?

2014-01-07 Thread Steven Liang
Hi All, I can see the selection sshkeyenabled from cloudmonkey register template. But I cannot see sshkeyenabled checkbox from GUI when I want to register template. Is this a bug? Thank you. Steven

Re: Centos 6.3 + Cloudstack 4.2 Fail to login web UI (404)

2014-01-07 Thread Du Jun
Hi Sebastien, I assume tomcat6 is installed automatically by cloudstack management package. 2014/1/6 sebgoa > > On Jan 6, 2014, at 1:38 PM, Du Jun wrote: > > > Hi all > > I am installing Cloudstack 4.2 on centos 6.3. Meet following problems: > > > > 1) Fail to login web UI > > HTTP Status 404

Re: unable to delete shared network

2014-01-07 Thread Mathias Mullins
John, I think the problem here is that the VR has a IP allocated on the Shared network, and that has to be removed before the shared network can be deleted. Everything has to be off the network before you can remove a network. You can delete the VR and make sure there are no other NICs allocate

Re: unable to delete shared network

2014-01-07 Thread John Vincent
I wanted to follow up on this a bit. I've been able to duplicate this multiple times now (and resolve the issue myself). First the resolution: setting the "removed" timestamp in the nics table for the placeholder entry allows me to delete the network. My suspicion without looking at the code is th

Re: limit setting firewall

2014-01-07 Thread Dave Hoffman
You can edit what each user type can view by adding/removing options from /usr/share/cloudstack-management/webapps/client/scripts/cloudStack.js Default: else { //normal user return ["dashboard", "instances", "storage", "network", "templates", "accounts", "events"]; Without Network