[one-users] how opennebula sets host size?

2014-03-12 Thread Meduri Jagadeesh
In my PC opennebula creating host size of 1.8Gb with 400Cpu. Can any one explain how it is setting the host size?? ___ Users mailing list Users@lists.opennebula.org

Re: [one-users] how opennebula sets host size?

2014-03-12 Thread Carlos Martín Sánchez
Hi, On Wed, Mar 12, 2014 at 2:06 PM, Meduri Jagadeesh meduri.jagade...@msn.comwrote: In my PC opennebula creating host size of 1.8Gb with 400Cpu. Can any one explain how it is setting the host size?? OpenNebula uses IM drivers to monitor the host capacity. You can take a look at the exact

[one-users] Maintenance of marketplace.c12g.com

2014-03-12 Thread Jaime Melis
Hi, We're going to immediately disable the marketplace for a bit while we upgrade it. Our estimation is that it will be up again within the hour. Sorry for the inconvenience. Regards, Jaime -- Jaime Melis Project Engineer OpenNebula - Flexible Enterprise Cloud Made Simple www.OpenNebula.org |

Re: [one-users] Maintenance of marketplace.c12g.com

2014-03-12 Thread Jaime Melis
And it's back up again. Thanks for bearing with us! cheers, Jaime On Wed, Mar 12, 2014 at 5:55 PM, Jaime Melis jme...@opennebula.org wrote: Hi, We're going to immediately disable the marketplace for a bit while we upgrade it. Our estimation is that it will be up again within the hour.

[one-users] Context networking script broken for Ubuntu Precise

2014-03-12 Thread Stefan Kooman
Hi, For those of you using Ubuntu Precise, contextualized images and contextualized networking: the networking script is not working because of a bug in Ubuntu. The service networking $action does not work :(. The network interfaces file is created succesfully, so after a reboot of the vm,

Re: [one-users] Context networking script broken for Ubuntu Precise

2014-03-12 Thread Jaime Melis
Hi Stefan, thanks a lot for the contribution! I think we need to rewrite a small thing in the patch. As far as I can tell, the $DEV variable is not defined in that function so it's only executing the service network-interface restart once. If you have multiple ifaces, it will only restart one.