Unable to create a deployment for vm

2014-03-07 Thread Pierre Benard
Hi all, We have a problem to deploy vm and to start stopped vm on our cloudstack platform. But all vm already created are running (we don't have test to restart it). We run CS 4.2.1. Here is an ouptut of catalina.out : WARN [apache.cloudstack.alerts] (Job-Executor-1:job-19034 = [

Regarding using AWS S3 as secondary storage in CS

2014-03-07 Thread Kiran Koneti
Hi all, Has anyone configured the AWS S3 as secondary storage for the Cloudsatck ,If yes please let me know the steps to configure it. Regards, Kiran.

Using includeInApiDoc=false to modify output content of apidoc?

2014-03-07 Thread Phillip Kent
Hi, I am new here so apologies if this is the wrong place for my question. I am trying to modify the output content of tools/apidoc by using the option includeInApiDoc=false in the API command Java source. (I'm using the source code for cloudstack 4.2.1). It doesn't have any effect, so I wondered

Re: prevent disks from being created on primary storage volume

2014-03-07 Thread Tomasz Zięba
A very good suggestion. Very lacking this functionality during the migration process where we would like to prevent to run new machines on storages from which we want to migrate instances. 2014-03-06 21:59 GMT+01:00 Nitin Mehta : > I think CS should have the ability to enable/disable a storage

RE: Unable to create a deployment for vm

2014-03-07 Thread Geoff Higginbottom
Pierre, Sometimes a host gets put into an 'avoid set' which means its not available for new deployments. One way of forcing CloudStack to re-evaluate hosts in avoid sets is to restart the cloudstack management service You say that resources all below thresholds, but would they be if this VM is

Re: Unable to create a deployment for vm

2014-03-07 Thread Francois Gaudreault
And also, you might want to look a couple lines before the log snippet you sent. The "real" answer will likely be there. Francois On Fri, Mar 7, 2014 at 7:24 AM, Geoff Higginbottom < geoff.higginbot...@shapeblue.com> wrote: > Pierre, > > Sometimes a host gets put into an 'avoid set' which means

How to modify system vm's iptables rules

2014-03-07 Thread Joaquin Angel Alonso Alvarez
Hi, I´m wondering if it´s possible to make modifications to the iptables rules on the system vm (cpvm and ssvm) permanent. No problem to logon into and change them, but after rebooting the new rules are gone. Any idea? Kind regards, Joaquín Angel Alonso Alvarez Administrador de Sistemas Infra

Re: Upgrade from CS 4.2.0 to CS 4.2.1

2014-03-07 Thread Thehyperadvisor
I tend to also move instances off and put the KVM host in maintenance before I upgrade them as an extra step. I don't think that's documented and it may be overkill but it gives me a better feeling with lowered risk. > On Mar 6, 2014, at 11:47 PM, Shanker Balan > wrote: > > Comments inline.

RE: How to modify system vm's iptables rules

2014-03-07 Thread Alok Kumar Singh
Sometime it happens...it donot take inputs from iptables.conf. You need to manually restore it. iptables-restore < iptables.conf then check by iptables -L -t nat Best Regards, ALOK K. SINGH Lead Engineer, Cloud Services, Team Haunting: +91-120-6770427 Extn: 86143 M: +91-989142048

Re: How to modify system vm's iptables rules

2014-03-07 Thread Shanker Balan
Comments inline. On 07-Mar-2014, at 6:15 pm, Joaquin Angel Alonso Alvarez mailto:jalo...@izertis.com>> wrote: Hi, I´m wondering if it´s possible to make modifications to the iptables rules on the system vm (cpvm and ssvm) permanent. No problem to logon into and change them, but after rebootin

RE: prevent disks from being created on primary storage volume

2014-03-07 Thread Len Bellemore
Thanks Geoff, How would that affect my instance if I need to reboot it, or shut down / start it? Would it be prevented from starting because the service offering tags that the instance has would no longer match that of the volume? Len -Original Message- From: Geoff Higginbottom [mailt

Re: Unable to create a deployment for vm

2014-03-07 Thread Pierre Benard
Hi Geoff, We have already restarting the service cloudstack-manager and we have increasing some tresholds (storage and memory). But the problem stay here. How to see if an host is in an "avoid set" ? To force to cloudstack to re-evaluate hosts in avoid sets, is it needed to restarting all cloud

Re: Unable to create a deployment for vm

2014-03-07 Thread Pierre Benard
Hi Francois, The couple of line before the log snippet are in relation with the problem, see it : INFO: Server startup in 63195 ms WARN [server.auth.SHA256SaltedUserAuthenticator] (catalina-exec-17:) The stored password for pierre.ben...@inria.fr isn't in the right format for this authenticat

Re: Using includeInApiDoc=false to modify output content of apidoc?

2014-03-07 Thread sebgoa
In Philip, Can you post that question on the dev list ? There will be more people who can help with that over there :) -sebastien On Mar 7, 2014, at 12:04 PM, Phillip Kent wrote: > Hi, I am new here so apologies if this is the wrong place for my > question. > > I am trying to modify the outpu

Adding CloudStack to existing Xenserver 6.2 pool

2014-03-07 Thread moftah moftah
Hi We have an existing Xenserver 6.2 pool with more than 100 VMs and several hosts. We are using NFS for all storage and we match all requirements in term of networking for cloudstack installation. my question is it safe to install cloudstack on the existing pool ? or that will affect the existi

Re: Adding CloudStack to existing Xenserver 6.2 pool

2014-03-07 Thread Geoff Higginbottom
Moftah, Do NOT try to add this pool to CloudStack, you could lose all your existing VMs. What you need to do is setup a new pool (CloudStack Cluster) then import each VM into CloudStack. Regards Geoff Higginbottom CTO / Cloud Architect D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +44796816

Re: Adding CloudStack to existing Xenserver 6.2 pool

2014-03-07 Thread moftah moftah
Thanks for the advice :) What I will do is that 1- I will eject one host from exisiting pool (the hosts are already under commited) 2- setup cloudstack on the ejected host 3- will start adding vms to the new cloudstack cluster one by one 4- when enough VMs moved that allow me to eject new ho

Re: Adding CloudStack to existing Xenserver 6.2 pool

2014-03-07 Thread Geoff Higginbottom
Host by Host migration is the way to go, but definitely use a new NFS share and not the original one. One more word or warning, try to keep the amount of time you have a three Host cluster to a minimum as this can result in an unstable Pool if the Pool Master goes offline. Regards Geoff Higgi

Re: Regarding using AWS S3 as secondary storage in CS

2014-03-07 Thread Min Chen
Including Thomas. I believe he did that before during 4.2 release. Thanks -min On 3/7/14 2:52 AM, "Kiran Koneti" wrote: > > > Hi all, > >Has anyone configured the AWS S3 as secondary storage for the Cloudsatck >,If yes please let me know the steps to configure it. > > >Regards, >Kiran.