Re: Review Request: (CLOUDSTACK-1638) Network plugins won't be notified VM migration.

2013-04-01 Thread Chiradeep Vittal
Yes, please. If you add a no-op implementation for all the existing network elements then there is no impact. On 4/1/13 12:28 AM, "Hiroaki Kawai" wrote: > > >> On March 29, 2013, 8 p.m., Chiradeep Vittal wrote: >> > I do think an explicit migration interface on Ne

Re: CLOUDSTACK-1842: ASF 4.0 to 4.1 Upgrade: Missing Ubuntu 12.04 Guest OS Types on the Upgraded Setup

2013-04-01 Thread Chiradeep Vittal
On 4/1/13 12:46 PM, "Chip Childers" wrote: >I went digging into CLOUDSTACK-1842, and I see the following: > >In looking at the SQL scripts, I see that the guest_os and >guest_os_hypervisor tables are typically populated via the upgrade >scripts during an upgrade. > >I also see that templates.sq

Re: Can same Xen Server Host be used for different Management Servers?

2013-04-01 Thread Chiradeep Vittal
This can be made to work (but YMMV, not for production) The configuration table has an entry with name = 'instance.value'. This is set to 'VM' by default (and hence the vm names on the hypervisors have 'VM') on them. Change this to something else (e.g., KM) on the 4.0 installation. On 3/28/13 10:5

Re: Review Request: (CLOUDSTACK-1638) Network plugins won't be notified VM migration.

2013-04-01 Thread Chiradeep Vittal
work elements, >then we might silently break third party network elements that >is not included in apache repository. IMHO, that's the impact. > >(2013/04/02 5:30), Chiradeep Vittal wrote: >> Yes, please. If you add a no-op implementation for all the existing >> network

Re: Question pertaining to the Support of ACL deny rules

2013-04-02 Thread Chiradeep Vittal
On 4/2/13 6:46 AM, "Kishan Kavala" wrote: > To implement API alias, APICommand annotation needs to be changed to >support multiple API names for the same Cmd object. Can you call this out in a separate DISCUSS ? > >> * createNetwork - I like this idea of being able to specify at creation >>tim

Re: Job-Executor workers

2013-04-04 Thread Chiradeep Vittal
Note that each deployment to local storage has to download the base template to local disk from secondary storage. How big is the template? How fast is your secondary storage? On 4/4/13 11:36 AM, "Jeronimo Garcia" wrote: >Hi List. > >I'm having issues when deploying a big number of virtual mach

[MERGE] QuickCloud

2013-04-05 Thread Chiradeep Vittal
Design doc here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/QuickCloud Discussion: http://markmail.org/thread/467rgl6cjmuhtokk Branch:quickcloud2 Jira id: CLOUDSTACK-1813 Database changes: NetworkManager will automatically add a QuickCloud network offering that has no services Unit

Re: [QuickCloud] zero to cloud in less than a minute

2013-04-08 Thread Chiradeep Vittal
@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Cc: Phong Nguyen mailto:pngu...@gilt.com>> Subject: Re: [QuickCloud] zero to cloud in less than a minute On Sun, Apr 7, 2013 at 11:45 AM, Outback Dingo mailto:outbackdi...@gmail.co

Re: [DISCUSS] Don't assign tickets to people when triaging

2013-04-08 Thread Chiradeep Vittal
On 4/8/13 1:32 PM, "Animesh Chaturvedi" wrote: > >> >> I also wanted to find out how do other projects get through resolving >>blocker >> bugs sooner? >> >> [1] >> >>https://cwiki.apache.org/confluence/display/CLOUDSTACK/Current+Maintainer >> s+Per+Component >> >[Animesh>] Folks I wanted to

Re: [QuickCloud] zero to cloud in less than a minute

2013-04-08 Thread Chiradeep Vittal
Sorry about that. I switched to the quickcloud2 branch last Friday in order to get a clean patch on master. Can you try that one out? On 4/8/13 2:21 PM, "Outback Dingo" wrote: >On Mon, Apr 8, 2013 at 4:59 PM, Chiradeep Vittal < >chiradeep.vit...@citrix.com> wrote: > &

Re: CloudStack UI Authentication Mechanism

2013-04-08 Thread Chiradeep Vittal
Can you (re)start this discussion with the appropriate subject line On 4/5/13 5:29 AM, "Simon Waterhouse" wrote: >The "official" location is pending a decision by the community what to do >with this code. > >Citrix would like to contribute it to the CloudStack project - having a >ready-made .NE

Re: [Discuss] API name alias

2013-04-08 Thread Chiradeep Vittal
On 4/8/13 11:18 AM, "Rohit Yadav" wrote: >On Mon, Apr 8, 2013 at 7:10 PM, John Burwell wrote: > >> Rohit, >> >> Why would we need to rewrite any Java code to switch to an array? As I >> mentioned, array annotation values are treated as varargs. Therefore, >> annotations with single values ca

Re: Network architecture question

2013-04-08 Thread Chiradeep Vittal
Have you considered using a basic zone? With security groups you can have *lots* (thousands of) with very small L2 networks. On 4/8/13 10:28 PM, "Justin Grudzien" wrote: >My team has been working for three weeks with CloudStack architecture >design and we are struggling to put together a network

Re: [DIscuss]Storage image store plugin framework refactoring

2013-04-08 Thread Chiradeep Vittal
We can't deprecate APIs unless we are changing to 5.0 AFAIK the next release in plan is 4.2 How does an upgrade from 4.0/4.1 to 4.2 work with this proposal? - what happens to existing SSVMs? - if there are multiple SSVMs? - current cache-like deployments for S3 and Swift The SSVM code also does d

Re: [Discuss] API name alias

2013-04-08 Thread Chiradeep Vittal
r find a way to rewrite/refactor them so as >to reuse them with our new rest based API server for future. > >Cheers. > >On Tue, Apr 9, 2013 at 3:18 AM, Chiradeep Vittal < >chiradeep.vit...@citrix.com> wrote: > >> >> >> On 4/8/13 11:18 AM, "Rohit Yad

Re: [ACS41][DOCS] Generate diff of APIs changed/added/deleted?

2013-04-09 Thread Chiradeep Vittal
I believe this was never automated. The apidocs generation tool generates an XML document that contains all the APIs. (tools/apidoc/target/commands.xml). We can diff the 4.0 xml and the 4.1 xml using a tool such as xmldiff (https://pypi.python.org/pypi/xmldiff). I tried this, but it hangs. The man

Re: [DIscuss]Storage image store plugin framework refactoring

2013-04-09 Thread Chiradeep Vittal
We can have alias for an existing API. See the other ML discussion. On 4/9/13 9:27 AM, "Min Chen" wrote: >Yes, I will include more api change details in FS in next few days. >According to Chiradeep, it seems that we cannot simply deprecate old API >in 4.2, Edison and I will discuss this and upda

Re: Error on Master - systemvms not coming up

2013-04-09 Thread Chiradeep Vittal
I googled the string below and got several hits. On 4/9/13 10:16 AM, "Pranav Saxena" wrote: >IOError: [Errno 95] Operation not >supported, ]

Re: Error on Master - systemvms not coming up

2013-04-09 Thread Chiradeep Vittal
My guess is that your sysvms are corrupted. On 4/9/13 10:18 AM, "Chiradeep Vittal" wrote: >I googled the string below and got several hits. > >On 4/9/13 10:16 AM, "Pranav Saxena" wrote: > >>IOError: [Errno 95] Operation not >>supported, ] >

Re: Network architecture question

2013-04-09 Thread Chiradeep Vittal
nics on each box. Wouldn't that require an >advanced network? Is it possible to do the security groups with small L2 >networks in advanced networking? > >Justin > >Sent from my iPhone > >On Apr 9, 2013, at 12:38 AM, Chiradeep Vittal > wrote: > >> Have you

Re: [Discuss] API name alias

2013-04-09 Thread Chiradeep Vittal
icNat comes to mind). On 4/9/13 2:19 AM, "Rohit Yadav" wrote: >On Tue, Apr 9, 2013 at 12:04 PM, Chiradeep Vittal < >chiradeep.vit...@citrix.com> wrote: > >> Rohit, that's like saying we won't fix a leaky faucet today because >>we're >>

FW: Build failed in Jenkins: cloudstack-apidocs-master #442

2013-04-09 Thread Chiradeep Vittal
The specific change causing this problem (d6ed8d7cb53da08) was revrted by 98bc240d2a7f62a680 but itcontinues to cause build breakages? Apidocs builds fine on latest master for me. On 4/9/13 9:02 AM, "Apache Jenkins Server" wrote: >See

Re: [MERGE] Dedicate Public IP Addresses

2013-04-09 Thread Chiradeep Vittal
Can you also run "Integrated Simulator+Marvin test" from https://cwiki.apache.org/confluence/x/PgvMAQ On 4/9/13 10:23 AM, "Likitha Shetty" wrote: >Hi all, > >I would like to merge the feature Dedicate Public IP ranges to master. > >Jira ticket - https://issues.apache.org/jira/browse/CLOUDSTACK-7

Re: [MERGE] bvt branch to master

2013-04-09 Thread Chiradeep Vittal
Doesn't work for me A. -Dmarvin.config=setup/dev/advanced.cfg needs absolute path for some reason B. [INFO] --- exec-maven-plugin:1.2.1:exec (integration-test) @ cloud-marvin --- Usage: nosetests [options] nosetests: error: no such option: --with-marvin On 4/2/13 7:29 AM, "Prasanna Santhanam"

Re: [MERGE] bvt branch to master

2013-04-09 Thread Chiradeep Vittal
On 4/9/13 12:57 PM, "Chiradeep Vittal" wrote: >Doesn't work for me >A. -Dmarvin.config=setup/dev/advanced.cfg needs absolute path for some >reason >B. [INFO] --- exec-maven-plugin:1.2.1:exec (integration-test) @ >cloud-marvin --- >Usage: nosetests [options] &g

Re: [MERGE] QuickCloud

2013-04-09 Thread Chiradeep Vittal
: remove some 1679044 QuickCloud: start console proxy service from mvn exec:java e7983b2 QuickCloud: Enable secondary storage daemon to run outside the system vm On 4/5/13 3:48 PM, "Chiradeep Vittal" wrote: >Design doc here: >https://cwiki.apache.org/confluence/display/CLOUD

Re: [MERGE] bvt branch to master

2013-04-09 Thread Chiradeep Vittal
the zone. I'll look at it again. >Do you have the logs of your run so I can see what might be wrong? > > >-- >Prasanna., > >----- Original Message - >From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] >Sent: Wednesday, April 10, 2013 05:58 AM >To: d

Re: Did we change the password for default system vm templates?

2013-04-10 Thread Chiradeep Vittal
There is a configuration parameter in the MS system.vm.random.password "Randomize system vm password the first time management server starts" If set to true, then the password is available in the following key system.vm.password On 4/10/13 12:24 AM, "Rohit Yadav" wrote: >On Wed, Apr 10, 2013

Re: Network architecture question

2013-04-10 Thread Chiradeep Vittal
t; >>We have been intensively building and rebuilding CloudStack for the last >>three weeks and nowhere have I seen the ability to pin a guest subnet to >>a rack (pod) of servers. This is what suggests that the guest networks >>must be tagged on all physical host ports and wh

Re: deployDataCenter.py doesn't work for me on master

2013-04-10 Thread Chiradeep Vittal
Soheil, the instructions appear to be out of order. First you need to run the cloudstack server mvn -pl :cloud-client-ui jetty:run Wait for the console logs to stop spewing THEN deploy mvn -P developer -pl tools/devcloud -Ddeploysvr On 4/10/13 3:05 PM, "Soheil Eizadi" wrote: >I pulled the to

Re: deployDataCenter.py doesn't work for me on master

2013-04-11 Thread Chiradeep Vittal
I see the same issue here: On 4/10/13 11:00 PM, "Soheil Eizadi" wrote: >can not create vdi in sr

Re: deployDataCenter.py doesn't work for me on master

2013-04-11 Thread Chiradeep Vittal
cuteRequest( >>>> XenSer >>>> ver56Resource.java:73) >>>> at >>>> com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache >>>> .java >>>> :186) >>>> at >>>> >>>>jav

Re: Associate IP feature request (RE: CLOUDSTACK-1942)

2013-04-11 Thread Chiradeep Vittal
Well, listPublicIpAddress would only return Ip addresses already acquired via associateIpAddress (unless you are the admin, in which case it will return all public ips). On 4/11/13 4:13 AM, "prasanna" wrote: >On 11 April 2013 01:08, Ryan Dietrich wrote: >> RE: https://issues.apache.org/jira/bro

Re: System VMs Failover

2013-04-11 Thread Chiradeep Vittal
Is this on vSphere? For other hypervisors, theoretically HA can start it on other clusters (since the control ip is link local). But if there is capacity available on the first cluster, why not restart it on the original cluster? On 4/11/13 7:54 AM, "Jeronimo Garcia" wrote: >Anyone ever bumped

systemvm.iso does not get copied with mvn jetty:run

2013-04-11 Thread Chiradeep Vittal
Hi Hugo, With the change 4a7d392f1, the systemvm.iso no longer appears in cloud-client-ui-4.2.0-SNAPSHOT/WEB-INF/classes/vms/systemvm.iso For 'clean' hypervisors this means that during a developer build and test, the systemvm.iso is no longer copied over. I'd like to revert this. I do not unders

Re: deployDataCenter.py doesn't work for me on master

2013-04-11 Thread Chiradeep Vittal
Can you revert 4a7d392f1 in your workspace and rebuild? On 4/11/13 9:55 AM, "Chiradeep Vittal" wrote: >Is this the same as >https://issues.apache.org/jira/browse/CLOUDSTACK-183 > >Check SMLog on the XenServer (I think it is /var/log/SMLog) > > >On 4/10/13 11:00 PM

Re: systemvm.iso does not get copied with mvn jetty:run

2013-04-11 Thread Chiradeep Vittal
Yes! From: Hugo mailto:h...@trippaers.nl>> Date: Thursday, April 11, 2013 11:52 AM To: Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> Cc: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>>, "h...@apache

Master api-docs build

2013-04-11 Thread Chiradeep Vittal
Raising this again. Jenkins seems to not be cleaning up properly. The dedicatePublicIpRange patch was reverted a few days ago and the build should be successful. On 4/11/13 3:05 PM, "Apache Jenkins Server" wrote: >See > >Chang

Re: System VMs Failover

2013-04-11 Thread Chiradeep Vittal
Secondary storage is zone wide not pod-specific. Pod2 probably has some problems (enough shared storage perhaps?). The MS logs should indicate the problem. On 4/11/13 7:03 PM, "Jeronimo Garcia" wrote: >just to clarify I'm using KVM. > >Thanks! > > >On Thu, Apr 11, 2013 at 1:26 PM, Jeronimo Garci

Re: What should be the expected behaviour when VM is deployed (not through CloudStack) on CloudStack managed hosts? Was" [IP Reservation] Is VM creation using the reserved IPs on cloudstack managed h

2013-04-12 Thread Chiradeep Vittal
Still not clear :( Can you give a detailed step by step procedure of "creation of VMs using the reserved IP (after doing IP reservation) on cloudstack managed hosts supported?" On 4/12/13 8:00 AM, "Saksham Srivastava" wrote: >Changing the subject and reposting. > >-Original Message- >Fr

Re: [MERGE] ASA 1000v as external firewall in isolated guest networks

2013-04-12 Thread Chiradeep Vittal
On 4/12/13 6:55 AM, "Chip Childers" wrote: >On Fri, Apr 12, 2013 at 06:55:56PM +0530, Prasanna Santhanam wrote: >> On Fri, Apr 12, 2013 at 09:20:39AM -0400, Chip Childers wrote: >> > On Fri, Apr 12, 2013 at 06:39:29AM +, Koushik Das wrote: >> > > Currently there are no functional tests, did

Re: Regarding Master branch Blocker Bug: Failed to inject generated public key into systemvm iso due to java.io.IOException

2013-04-12 Thread Chiradeep Vittal
Permissions of the files? (scripts and iso and keys) On 4/12/13 11:14 AM, "Chandan Purushothama" wrote: >Hello, > >I filed a blocker bug on master branch >https://issues.apache.org/jira/browse/CLOUDSTACK-2013 yesterday. May I >know whether anyone can pick it up and unblock me. I am currently una

Re: Review Request: Fix command for executing injectkeys.sh

2013-04-12 Thread Chiradeep Vittal
Does this conflict with 5cd3608 Remove the chmod solution and replace with an explicit call to /bin/bash. This way the file will only need read permissions. On 4/12/13 2:11 PM, "Phong Nguyen" wrote: > >--- >This is an automatically genera

Re: deployDataCenter.py doesn't work for me on master

2013-04-12 Thread Chiradeep Vittal
Try this fix http://s.apache.org/j27 On 4/12/13 3:11 PM, "Soheil Eizadi" wrote: >>>[ Record_util.Record_failure("Failed to parse field >>>'virtual-size' >

Re: deployDataCenter.py doesn't work for me on master

2013-04-12 Thread Chiradeep Vittal
ood!) > >VHD Batmap Summary: >--- >Batmap offset : 2560 >Batmap size (secs) : 1 >Batmap version : 0x00010002 >Checksum: 0x|0x (Good!) > > > >On 4/12/13 3:51 PM, "Chiradeep Vittal" >wrote: > >>Try this fix http://s.apache.org/j27 >> >>On 4/12/13 3:11 PM, "Soheil Eizadi" wrote: >> >>>>>[ Record_util.Record_failure("Failed to parse field >>>>>'virtual-size' >>> >> >

Re: Review Request: Fix command for executing injectkeys.sh

2013-04-15 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10437/#review19193 --- Ship it! Ship It! - Chiradeep Vittal On April 12, 2013, 9:11

Re: Firewall and LB network elements in inline mode

2013-04-15 Thread Chiradeep Vittal
Isn't this discussed here: https://cwiki.apache.org/confluence/x/ggjVAQ On 4/15/13 6:51 AM, "Koushik Das" wrote: >The network orchestration component currently supports elements in a >side-by-side mode. Compatible network elements can be used in this mode >to offer various network services. Ther

Re: [DISCUSS] Getting rid of premium

2013-04-15 Thread Chiradeep Vittal
On 4/15/13 9:01 AM, "Chip Childers" wrote: >On Mon, Apr 15, 2013 at 03:53:59PM +, Hugo Trippaers wrote: >> Heya, >> >> As we don't have a premium distribution anymore I would like to get rid >>of the premium configuration value. At the moment it seems to be >>unintentionally used to distin

Re: Review Request: Fix command for executing injectkeys.sh

2013-04-15 Thread Chiradeep Vittal
Doesn't look like it On 4/15/13 10:07 AM, "Chip Childers" wrote: >Do I need a patch for this in 4.1? > >On Mon, Apr 15, 2013 at 05:02:07PM +, Chiradeep Vittal wrote: >> >> --- >> This is a

Re: [BUG][ACS41] vm_data updates router VM .htaccess file with duplicate RewriteRules

2013-04-15 Thread Chiradeep Vittal
sa...@webmd.net>> Date: Monday, April 15, 2013 3:47 PM To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>>, Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> Subject: [BUG][ACS41] vm_data updates rout

Re: [BUG][ACS41] vm_data updates router VM .htaccess file with duplicate RewriteRules

2013-04-15 Thread Chiradeep Vittal
>> Reply-To: "Musayev, Ilya" mailto:imusa...@webmd.net>> Date: Monday, April 15, 2013 4:56 PM To: Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>>, "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>>

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-16 Thread Chiradeep Vittal
Folks, please follow the procedure here before voting https://cwiki.apache.org/confluence/x/jgXVAQ On 4/16/13 11:48 AM, "Animesh Chaturvedi" wrote: > > >> -Original Message- >> From: Joe Brockmeier [mailto:j...@zonker.net] >> Sent: Tuesday, April 16, 2013 10:53 AM >> To: dev@cloudstack.a

Re: [ACS41] Can we resolve CLOUDSTACK-2027?

2013-04-16 Thread Chiradeep Vittal
According to https://issues.apache.org/jira/browse/CLOUDSTACK-934 The bug reporter (Angie) is trying to use a hand-rolled version of RHEL (libvirt and ovs). I'd agree with Edison's assessment that we should only support whatever the vendor supports. On 4/16/13 5:36 PM, "Chip Childers" wrote: >

Re: CS 4.0.1 | KVM | CentOS 6.3

2013-04-16 Thread Chiradeep Vittal
Did the management server ip change? It somehow thinks there's 2 management servers. On 4/16/13 7:00 PM, "Maurice Lawler" wrote: >Greetings, > >I am having this FLOOD my log. I will have you know, this is ONE server >ONE HOST. KVM | CentOS 6.3 | Cloudstack 4.0.1 > >I have found restarting cloud

Re: CS 4.0.1 | KVM | CentOS 6.3

2013-04-17 Thread Chiradeep Vittal
n; how do I correct this issue? > > >On Apr 17, 2013, at 12:23 AM, Chiradeep Vittal > wrote: > >> Did the management server ip change? It somehow thinks there's 2 >> management servers. >> >> On 4/16/13 7:00 PM, "Maurice Lawler" wrote: >>

Re: Review Request: Remove 2k limitation for user data on a deployVMCmd issued as an HTTP POST request

2013-04-17 Thread Chiradeep Vittal
Would be great if it passes pep8 also.(just my nitpicky self) On 4/17/13 6:49 AM, "prasanna" wrote: >On 17 April 2013 17:10, Prasanna Santhanam wrote: >> On Wed, Apr 17, 2013 at 11:52:08AM +0530, Prasanna Santhanam wrote: >>> On Wed, Apr 17, 2013 at 11:10:01AM +0530, Rohit Yadav wrote: >>> > >>

Re: devcloud hanging

2013-04-17 Thread Chiradeep Vittal
It used to work for me (back in Jan). Now I'm on 10.8. Some old macbook's have the 32-bit version of OSX and I think they cannot run DevCloud/DevCloud2 From: Rohit Yadav mailto:bhais...@apache.org>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.ap

Re: devcloud hanging

2013-04-17 Thread Chiradeep Vittal
I mean 32-bit OSX on intel. DevCloud is 64-bit. On 4/17/13 11:21 AM, "Rohit Yadav" wrote: >On Wed, Apr 17, 2013 at 11:15 PM, Chiradeep Vittal < >chiradeep.vit...@citrix.com> wrote: > >> It used to work for me (back in Jan). Now I'm on 10.8. >> Some ol

Re: Review Request: CLOUDSTACK-2053: fixed if/else logic to address redundant entires, fixed boto/cloud-init support by adding metadata rewrite rule

2013-04-17 Thread Chiradeep Vittal
t;Please review and let me know if you see any issues. > >Thanks >ilya > >> -Original Message- >> From: ilya musayev [mailto:nore...@reviews.apache.org] On Behalf Of ilya >> musayev >> Sent: Wednesday, April 17, 2013 8:00 PM >> To: Chiradeep Vittal

Re: CS 4.0.1 | KVM | CentOS 6.3

2013-04-17 Thread Chiradeep Vittal
That's probably not what the mshost table thinks? On 4/17/13 11:00 AM, "Maurice Lawler" wrote: >No. I have ONE server running. > >One MS - One Install of CS - One of everything. All on the same IP >address. > > >On Apr 17, 2013, at 12:05 PM, Chiradeep Vi

Re: devcloud hanging

2013-04-17 Thread Chiradeep Vittal
32-bit dom0 but 64-bit hypervisor. On 4/17/13 7:02 PM, "Rohit Yadav" wrote: >On Thu, Apr 18, 2013 at 12:38 AM, Chiradeep Vittal < >chiradeep.vit...@citrix.com> wrote: > >> I mean 32-bit OSX on intel. DevCloud is 64-bit. >> > >?? DevCloud2 is 32-bi

Re: CS 4.0.1 | KVM | CentOS 6.3

2013-04-18 Thread Chiradeep Vittal
, "Maurice Lawler" wrote: >Thank you. How would I correct this and why would the table state >something other then what I have setup, what would have caused that? > > >On Apr 18, 2013, at 12:27 AM, Chiradeep Vittal > wrote: > >> That's probably not what the mshos

Re: CS 4.0.0 - mysql server connections aborted

2013-04-18 Thread Chiradeep Vittal
There should be a way for MySQL to log the connections that get aborted. At least it will tell you if it was the client that aborted the connection. On 4/18/13 6:16 AM, "benoit lair" wrote: >Hello, > > >I'm using a cs 4.0.0 preproduction server onto centos 5.3. > >I have launched a mysqltuner.

Re: CS 4.0.0 - vpc deployment - why tier network limited to 200mb/s ?

2013-04-18 Thread Chiradeep Vittal
Really depends on - your CPU configuration - your hypervisor - your physical network speed - noisy neighbors around the VR / around the physical network - how many ipsec vpns - how many LB - load on the LB - number of connections If you just test the VR in isolation with a 512GB RAM/1core

Re: Review Request: (CLOUDSTACK-1638) Network plugins won't be notified VM migration.

2013-04-18 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9871/#review19414 --- Looks good. Is this the final? - Chiradeep Vittal On April 11

Re: Review Request: CLOUDSTACK-2053: Fix bash if/else logic to avoid redundant entries in htaccess file, fixed boto/cloud-init support by adding metadata RewriteRules

2013-04-18 Thread Chiradeep Vittal
/metadata instead of /latest/meta-data ? patches/systemvm/debian/config/root/userdata.sh <https://reviews.apache.org/r/10614/#comment40154> why is this needed? shouldn't the first rewrite rule be sufficient? - Chiradeep Vittal On April 18, 2013, 11:02 p.m., ilya mu

Re: Review Request: (CLOUDSTACK-1638) Network plugins won't be notified VM migration.

2013-04-18 Thread Chiradeep Vittal
> On April 18, 2013, 10:45 p.m., Chiradeep Vittal wrote: > > Looks good. Is this the final? > > Hiroaki Kawai wrote: > Yes. :-) > > Ready to ship? Any comments from anybody else? Any tests? - Chiradeep --

Re: [ASFCS42] Proposed schedule for our next release

2013-04-18 Thread Chiradeep Vittal
On 4/18/13 6:41 PM, "David Nalley" wrote: >On Thu, Apr 18, 2013 at 6:26 PM, Will Chan wrote: >> >> > -Original Message- >> > From: Chip Childers [mailto:chip.child...@sungard.com] >> > Sent: Monday, April 15, 2013 7:22 AM >> > To: dev@cloudstack.apache.org >> > Cc: cloudstack-...@incub

Re: Review Request: (CLOUDSTACK-1638) Network plugins won't be notified VM migration.

2013-04-18 Thread Chiradeep Vittal
> On April 18, 2013, 10:45 p.m., Chiradeep Vittal wrote: > > Looks good. Is this the final? > > Hiroaki Kawai wrote: > Yes. :-) > > Ready to ship? Any comments from anybody else? > > Chiradeep Vittal wrote: > Any tests? > > Hiroaki Ka

Re: New Committer: Go Chiba

2013-04-19 Thread Chiradeep Vittal
Congrats On 4/17/13 11:56 PM, "Sebastien Goasguen" wrote: >The Project Management Committee (PMC) for Apache CloudStack has asked Go >Chiba to become a committer and we are pleased to announced that they >have accepted. > >Go has contributed tremendously to the Japanese translations of the >docu

Re: no tinyLinux template

2013-04-19 Thread Chiradeep Vittal
FWIW, I always revert to the initial snapshot of devcloud2 before switching contexts. You should also check select * from template_host_ref where template_id = 5; And inside DevCloud2 ls /opt/secondary/template/tmpl/1/5/ And, inside the SSVM ps -ef | grep java On 4/18/13 9:54 PM, "Mike Tutkowsk

Re: what are the technical reason for not supporting security groups on ovs?

2013-04-19 Thread Chiradeep Vittal
Security groups are stateful firewalls -- currently it is not possible to do stateful firewalling inside OVS (you could write a controller or buy one that does it however). KVM (linux v 3.2 onwards) now has the ability to chain OVS and bridge so technically it should be possible only on those hyper

Re: CS 4.0.0 - vpc deployment - why tier network limited to 200mb/s ?

2013-04-19 Thread Chiradeep Vittal
it is not impossible) ? > > >Thanks for your response. > >Regards, Benoit. > > >2013/4/18 Chiradeep Vittal > >> Really depends on >> - your CPU configuration >> - your hypervisor >> - your physical network speed >> - noisy neighbors around

Re: CS 4.0.1 | KVM | CentOS 6.3

2013-04-22 Thread Chiradeep Vittal
18, 2013 9:40 PM To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Cc: Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>>, "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@clou

Re: [DISCUSS] Making simple installs easier.

2013-04-23 Thread Chiradeep Vittal
On 4/21/13 3:21 PM, "David Nalley" wrote: >Hi folks. > >I've been thinking about our install process lately. > >We currently require folks to muck about with firewall settings, NFS >settings, network configuration, etc. >This makes configuration painful, our docs VERY platform specific, and >ea

Re: [DISCUSS] Making simple installs easier.

2013-04-23 Thread Chiradeep Vittal
On 4/23/13 12:15 PM, "Chiradeep Vittal" wrote: > > >On 4/21/13 3:21 PM, "David Nalley" wrote: > >>Hi folks. >> >>I've been thinking about our install process lately. >> >>We currently require folks to muck about with firewall

Re: Review Request: Updated cloud-early-config to copy iptables-router to rules.v4

2013-04-24 Thread Chiradeep Vittal
. - Chiradeep Vittal On April 24, 2013, 7:27 a.m., Jayapal Reddy wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Exposing APIs that carry POST data

2013-04-24 Thread Chiradeep Vittal
CS has always had the ability to accept POST for any api. On 4/24/13 1:38 AM, "Prasanna Santhanam" wrote: >Vijay added the ability to send userdata as POST for the >deployVirtualMachine API in review [1]. What I'd like to address here >is how to expose this via ApiDiscovery so that clients like

Re: Out of Memory while attempting a Run

2013-04-25 Thread Chiradeep Vittal
export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=800m -Xmx2g -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" It should be there on the wiki, if not, please update On 4/25/13 2:28 PM, "Parth Jagirdar" wrote: >mvn -pl :cloud-client-ui jetty:run > >Hangs at following.. With out

Re: [GSoC][Proposal] Integration project to deploy and use Mesos on a CloudStack based cloud

2013-04-30 Thread Chiradeep Vittal
oudformation >> will allow booting and configuring a set of VMs and form a cluster. >>Simple >> example would be LAMP stack. More complex clusters such as mesos or >>hadoop >> cluster requires a little more advanced configuration. There is already >> some work

Re: New Committer: Clayton Weise

2013-04-30 Thread Chiradeep Vittal
Good show. On 4/30/13 1:29 PM, "Animesh Chaturvedi" wrote: >Congratulations Clayton > >> -Original Message- >> From: Chip Childers [mailto:chip.child...@sungard.com] >> Sent: Tuesday, April 30, 2013 9:53 AM >> To: dev@cloudstack.apache.org >> Cc: cwe...@iswest.net >> Subject: New Commit

Re: Virtual Router: DHCP and 2-second DNS outages

2013-04-30 Thread Chiradeep Vittal
On 4/30/13 3:26 PM, "Dennis Lawler" wrote: >Every time a new VM is started up, there is a 2 second outage in DNS >services that can cause problems in guest VMs that use the router VM for >DNS. > > > >For Cloudstack configurations using both DHCP and DNS services on the >router >VM (both implem

Re: Virtual Router: DHCP and 2-second DNS outages

2013-05-01 Thread Chiradeep Vittal
>>> available >>> >>> >>> >>> >>> On Tue, Apr 30, 2013 at 10:10 PM, Marcus Sorensen >> >wrote: >>> >>> > that's strange, because the dnsmasq man page explicitly calls out the >>> > SIGHUP as a way to reconf

Re: DNS and multiple Guest Networks.

2013-05-01 Thread Chiradeep Vittal
Ideally there should be a 'master' DNS server that can answer everything. However, each DNS server comes with its own "api", so CloudStack has been unwilling to commit to serve any one DNS implementation. Not that it shouldn't, but it hasn't. Everybody has their favorite DNS - Windows, Infoblox, B

Re: Network Resource Certificate Management

2013-05-01 Thread Chiradeep Vittal
Hi, Registering keys into cloudstack is not automated. CloudStack does try to do it for certs that connect to the agents (as you saw), but that's not universally liked (I don't like it either). For a real deployment, I expect documentation on how to install the certificate in the management serv

Re: Review Request: Release old DHCP entries

2013-05-01 Thread Chiradeep Vittal
tps://reviews.apache.org/r/10884/#comment41265> Please check for the existence of 'dhcp_release' binary. You will have folks upgrading from 4.1 and expecting their 'old' system vms to work until they finish upgrading to the new system vm. - Chiradeep Vittal On May 1, 2013

Re: Optional parameters of addCluster API

2013-05-02 Thread Chiradeep Vittal
The cluster for KVM hypervisors is not a real cluster managed by another virtualization manager (as in VMWare). On 5/2/13 9:09 AM, "Chip Childers" wrote: >On Thu, May 02, 2013 at 01:59:33PM +, Sateesh Chodapuneedi wrote: >> addCluster API specification says url, username & password as option

Re: Review Request: Release old DHCP entries

2013-05-02 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10884/#review20088 --- Ship it! Ship It! - Chiradeep Vittal On May 2, 2013, 5:38 a.m

Re: May board report

2013-05-02 Thread Chiradeep Vittal
On 5/2/13 9:41 AM, "Chip Childers" wrote: >Hi all, > >Here's a draft of the board report for May. > >I'd appreciate comments / edits / etc... > >https://cwiki.apache.org/confluence/display/CLOUDSTACK/2013-05+Board+Repor >t+for+Apache+CloudStack > >I will be providing the report to the board on

Re: [MERGE] CS-2163

2013-05-02 Thread Chiradeep Vittal
On 5/2/13 6:24 AM, "Chip Childers" wrote: >On Thu, May 02, 2013 at 12:40:45PM +0530, Abhinandan Prateek wrote: >> >> The tags are name-value pairs basically meant to label resources by a >>user. >> The purpose of the current API is to add useful meta information to >> resources so that they ca

Re: Dev/Test Environment

2013-05-02 Thread Chiradeep Vittal
Actually DevCloud is XCP and not Citrix XenServer. If someone intended to try out XS 6.1, Soheil's solution should work very nicely. Although, it should work on Virtual Box as well. On 5/2/13 11:49 AM, "Chip Childers" wrote: >On Thu, May 02, 2013 at 06:44:52PM +, Soheil Eizadi wrote: >> T

Re: [DISCUSS] Linux native VXLAN support on KVM hypervisor

2013-05-02 Thread Chiradeep Vittal
+1. In général you'd have to do much more than 'modifyvlan.sh'. You should take a look at the Nicira (and other) integrations. On 5/1/13 1:58 PM, "Toshiaki Hatano" wrote: >Hi all, > >I¹d like to add Linux native VXLAN support on KVM hypervisor. > >Currently, advanced zone with VLAN isolation ca

Re: Review Request: Remove filterwin2k from virtual router default config

2013-05-03 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10843/#review20143 --- Ship it! Ship It! - Chiradeep Vittal On May 1, 2013, 4:47 p.m

Re: [DISCUSS] Authorship of translations

2013-05-06 Thread Chiradeep Vittal
+1 to the THANKS file. On 5/4/13 6:58 AM, "Noah Slater" wrote: >(Copied from elsewhere...) > >I've been involved in similar discussions about what to do with pull >requests on GitHub, etc. I think the general consensus was that as long as >there is a reasonable indication that the work was being

Re: Review Request: Remove filterwin2k from virtual router default config

2013-05-06 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10843/#review20235 --- Ship it! Applied, 5e87b0a, please close - Chiradeep Vittal On

Re: network guru refactor proposal

2013-05-07 Thread Chiradeep Vittal
For a major change, I'd expect a functional specification. It is still not clear to me what is "nicira hosted private gateways". I can guess, but without a concrete document, it is hard to see where you are going with this. On 5/7/13 6:30 AM, "Daan Hoogland" wrote: >The main objective is to have

Re: network guru refactor proposal

2013-05-08 Thread Chiradeep Vittal
See for example the extensive documentation for 4.2 https://cwiki.apache.org/confluence/x/dzXVAQ The PVLAN one is a good one https://cwiki.apache.org/confluence/x/c17VAQ On 5/7/13 1:25 PM, "Daan Hoogland" wrote: >On 2013/5/7 19:18 , Chiradeep Vittal wrote: >> For a major c

Re: haproxy on VMWare systemVM template

2013-05-09 Thread Chiradeep Vittal
Should we use the Ubuntu package for now? On 5/9/13 2:03 PM, "Sheng Yang" wrote: >HAproxy is missing in Debian 7.0's repo, due to old maintainer is missing. > >http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674447 >http://lists.debian.org/debian-qa/2013/04/msg00039.html > >The new maintainer t

Re: haproxy on VMWare systemVM template

2013-05-09 Thread Chiradeep Vittal
system vm template contains the version of dnsmasq that is known to work for ipv6 support? -- Chiradeep On 5/9/13 3:48 PM, "Sheng Yang" wrote: >No idea. Probably we should just grab some old generated systemvm for now. > >--Sheng > > >On Thu, May 9, 2013

Re: haproxy on VMWare systemVM template

2013-05-10 Thread Chiradeep Vittal
>--Sheng > > >On Thu, May 9, 2013 at 4:04 PM, Chiradeep Vittal < >chiradeep.vit...@citrix.com> wrote: > >> How old? When did it disappear? >> >> I propose using the Ubuntu package. >> In tools/appliance/definitions/systemvmtemplate/postinstall.sh >

<    1   2   3   4   5   6   7   >