[GitHub] cloudstack pull request: Cloudstack:8647 LDAP Trust AD and Autoimp...

2015-09-04 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/755#discussion_r38726623 --- Diff: plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LinkDomainToLdapCmd.java --- @@ -0,0 +1,114

[GitHub] cloudstack pull request: Cloudstack:8647 LDAP Trust AD and Autoimp...

2015-09-04 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/755#discussion_r38726691 --- Diff: plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapManagerImpl.java --- @@ -243,4 +263,22 @@ public boolean isLdapEnabled

[GitHub] cloudstack pull request: Cloudstack:8647 LDAP Trust AD and Autoimp...

2015-09-04 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/755#discussion_r38727056 --- Diff: server/src/com/cloud/user/AccountManagerImpl.java --- @@ -2177,6 +2173,7 @@ private UserAccount getUserAccount(String username, String

[GitHub] cloudstack pull request: Cloudstack:8647 LDAP Trust AD and Autoimp...

2015-09-04 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/755#issuecomment-137664209 LGTM based on the tracking bugs for addressing some of the issues. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cloudstack pull request: CLOUDSTACK-8759 - Destroying VPC router r...

2015-09-08 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/773#issuecomment-138493272 Looks like this has broken regular isolated network. VR is not going to 'up' state as SSH is failing on the link local ip. The order of the interfaces

RE: [Blocker/Critical] VR related Issues

2015-09-08 Thread Koushik Das
I am also seeing this issue https://issues.apache.org/jira/browse/CLOUDSTACK-8823. This is a blocker for regular isolated network as VR is not coming to 'up' state due to ssh failure. -Original Message- From: Bharat Kumar [mailto:bharat.ku...@citrix.com] Sent: Thursday, 3 September 20

[GitHub] cloudstack pull request: CLOUDSTACK-8826: XenServer - Use device i...

2015-09-09 Thread koushik-das
GitHub user koushik-das opened a pull request: https://github.com/apache/cloudstack/pull/792 CLOUDSTACK-8826: XenServer - Use device id passed as part of attach v… …olume API properly If device id passed as part of API and available then use it otherwise fallback on XS

[GitHub] cloudstack pull request: CLOUDSTACK-8826: XenServer - Use device i...

2015-09-09 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/792#issuecomment-138819369 I had to undo changes from PR https://github.com/apache/cloudstack/pull/773 to run the tests. --- If your project is set up for it, you can reply to this email

[GitHub] cloudstack pull request: CLOUDSTACK-8814 - Refactoring the configu...

2015-09-09 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/788#issuecomment-138846797 I tested the patch, now isolated network VR is coming up and the interfaces are configured in correct order. eth0 - guest eth1 - link local eth2

[GitHub] cloudstack pull request: CLOUDSTACK-8814 - Refactoring the configu...

2015-09-09 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/788#discussion_r39025559 --- Diff: server/src/com/cloud/network/router/NetworkHelperImpl.java --- @@ -610,20 +608,22 @@ protected HypervisorType

[GitHub] cloudstack pull request: CLOUDSTACK-8814 - Refactoring the configu...

2015-09-09 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/788#issuecomment-138861606 Other than one minor comment, LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] cloudstack pull request: CLOUDSTACK-8814 - Refactoring the configu...

2015-09-09 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/788#issuecomment-138865017 One more doubt. Why the ordering of interfaces are different in regular VR and VPC VR? Has it changed recently or was like this since the beginning? And will it

[GitHub] cloudstack pull request: CLOUDSTACK-8826: XenServer - Use device i...

2015-09-15 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/792#issuecomment-140317652 Can anyone review this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] cloudstack pull request: CLOUDSTACK-8826: XenServer - Use device i...

2015-09-17 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/792#discussion_r39827592 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java --- @@ -3407,6 +3390,18 @@ public void

[GitHub] cloudstack pull request: CLOUDSTACK-8848: extra state to handle; n...

2015-09-18 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/829#issuecomment-141377920 -1 to this PR as I am not able to follow how the change is related to the bug. Also this is going to impact any HV having VM changes outside of CS like Vmware

[GitHub] cloudstack pull request: CLOUDSTACK-8848: extra state to handle; n...

2015-09-18 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/829#issuecomment-141418450 @DaanHoogland As per logs attached in bug VR reboot happened due to out-of-band movement from one host to another and not due to power report missing

[GitHub] cloudstack pull request: CLOUDSTACK-8656: tests ignoring exception...

2015-09-18 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/850#issuecomment-141620583 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] cloudstack pull request: CLOUDSTACK-8826: XenServer - Use device i...

2015-09-21 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/792#discussion_r39962919 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java --- @@ -3407,6 +3390,18 @@ public void

[GitHub] cloudstack pull request: CLOUDSTACK-8888: Xenserver 6.0.2 host stu...

2015-09-21 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/861#issuecomment-142173025 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] cloudstack pull request: CLOUDSTACK-8889: delete volume doesnt dec...

2015-09-21 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/860#issuecomment-142174642 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] cloudstack pull request: CLOUDSTACK-8826: XenServer - Use device i...

2015-09-22 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/792#issuecomment-142236155 Merging as 2 LGTMs. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] cloudstack pull request: CLOUDSTACK-8901: PrepareTemplate job thre...

2015-09-28 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/880#discussion_r40532523 --- Diff: server/src/com/cloud/configuration/Config.java --- @@ -1999,7 +1999,9 @@ // StatsCollector StatsOutPutGraphiteHost

[PROPOSAL] User VM HA using native XS HA capabilities

2013-11-20 Thread Koushik Das
Cloudstack relies on custom HA logic for user VMs running on Xenserver. The reason for doing it like this may be due the fact that native HA capabilities in XS was not mature enough during the initial days. Also in the custom HA logic, Cloudstack has to correctly determine the state of a VM from

Re: [PROPOSAL] User VM HA using native XS HA capabilities

2013-11-22 Thread Koushik Das
Initial draft of the FS https://cwiki.apache.org/confluence/display/CLOUDSTACK/User+VM+HA+using+native+XS+HA+capabilities -Koushik On 21-Nov-2013, at 9:59 AM, Koushik Das wrote: > Cloudstack relies on custom HA logic for user VMs running on Xenserver. The > reason for doing it like th

Re: [PROPOSAL] User VM HA using native XS HA capabilities

2013-11-25 Thread Koushik Das
c and not let it fall into disrepair. [Koushik] That's the plan going forward. For the next release both options will be there. Maybe post that the custom HA solution can be removed for XS 6.2 and above. > > --David > > On Fri, Nov 22, 2013 at 7:27 AM, Koushik Das wrote

Re: Review Request 15505: Usage details are not getting populated when using dynamic offerings.

2013-11-26 Thread Koushik Das
ecc - Koushik Das On Nov. 26, 2013, 8:42 a.m., bharat kumar wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15505/ > ---

Re: Review Request 15834: CLOUDSTACK-4737: handling usage events for dynamic compute offering

2013-11-26 Thread Koushik Das
762 - Koushik Das On Nov. 26, 2013, 11:28 a.m., Harikrishna Patnala wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apa

Re: Review Request 15505: Usage details are not getting populated when using dynamic offerings.

2013-11-26 Thread Koushik Das
> On Nov. 26, 2013, 9:12 a.m., Koushik Das wrote: > > master -> ef40e156ed376968fa9fd15078034d54b97deecc 4.3 -> 6af8021ef7188b8f2d92bc891b5108f0e3503284 - Koushik --- This is an automatically generated e-mail. To repl

Re: Review Request 15834: CLOUDSTACK-4737: handling usage events for dynamic compute offering

2013-11-26 Thread Koushik Das
> On Nov. 26, 2013, 11:58 a.m., Koushik Das wrote: > > master -> b2f0a0bce26e342f18da42a51ae19d51c238a762 4.3 -> 8970c9515441c50a0249b9624b120d4e5348b5af - Koushik --- This is an automatically generated e-mail. To repl

Re: [PROPOSAL] User VM HA using native XS HA capabilities

2013-11-26 Thread Koushik Das
ew followup comments inline. I look forward >> to seeing this work. >> >> Other folks: please read the entire thread and the links from Koushik; >> there's a planned deprecation here. >> >> --David >> >> On Mon, Nov 25, 2013 at 2:38 AM, Koush

Re: Review Request 15832: enable custom offering support for scalevm

2013-11-27 Thread Koushik Das
ap cannot be null server/src/com/cloud/vm/UserVmManagerImpl.java <https://reviews.apache.org/r/15832/#comment56781> Put some comment to explain the logic server/src/com/cloud/vm/UserVmManagerImpl.java <https://reviews.apache.org/r/15832/#comment56784> I see the usage event publishin

Re: [PROPOSAL] User VM HA using native XS HA capabilities

2013-11-27 Thread Koushik Das
egarding this. I generally don't think VM HA can be done with hypervisor HA because of this. --Alex -Original Message- From: Koushik Das [mailto:koushik@citrix.com<http://citrix.com>] Sent: Tuesday, November 26, 2013 10:51 PM To: mailto:dev@cloudstack.apache.org>> Sub

Re: Review Request 15832: enable custom offering support for scalevm

2013-11-29 Thread Koushik Das
514 - Koushik Das On Nov. 29, 2013, 7:46 a.m., bharat kumar wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15832/ > ---

Re: Review Request 15832: enable custom offering support for scalevm

2013-11-29 Thread Koushik Das
3f8 - Koushik Das On Nov. 29, 2013, 12:35 p.m., bharat kumar wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15832/ > ---

Re: Cloudstack local storage

2013-11-29 Thread Koushik Das
For using system VMs on local storage there is a global setting system.vm.use.local.storage which needs to be set to true. -Koushik On 29-Nov-2013, at 7:47 PM, Antonio Petrocelli wrote: > Hello, > > we want use cloudstack 4.2 with local storage + VMware 5.1. > > https://cloudstack.apache.org

Re: Review Request 15763: Changed 'MigrateCommand' to use the global setting value of 'execute.in.sequence.hypervisor.commands'

2013-12-03 Thread Koushik Das
s to be updated in VirtualMachineManager.java where ExecuteInSequence is defined. - Koushik Das On Nov. 21, 2013, 6:39 p.m., Alex Ough wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http

Re: A question on vm migrations when hosts are set into a maintenance mode.

2013-12-03 Thread Koushik Das
I have posted my review comments. Except for a few minor comments changes look good to me. -Koushik On 02-Dec-2013, at 9:15 PM, Alex Ough wrote: > All, > > It's been a while since this review was requested, so can anyone review > this to move on? > > Thanks in advance. > Alex Ough > > > On

Re: Review Request 15763: Changed 'MigrateCommand' to use the global setting value of 'execute.in.sequence.hypervisor.commands'

2013-12-03 Thread Koushik Das
> On Dec. 3, 2013, 8:44 a.m., Koushik Das wrote: > > core/src/com/cloud/agent/api/MigrateCommand.java, line 32 > > <https://reviews.apache.org/r/15763/diff/1/?file=389559#file389559line32> > > > > I see that you have tested for XS. In the mail thread people h

Re: Review Request 15763: Changed 'MigrateCommand' to use the global setting value of 'execute.in.sequence.hypervisor.commands'

2013-12-03 Thread Koushik Das
showing up. Also there are 2 commits in the patch file. Can you resubmit the patch with only a single commit? - Koushik Das On Dec. 3, 2013, 5:07 p.m., Alex Ough wrote: > > --- > This is an automatically generated e-mail. To rep

Re: Review Request 15763: Changed 'MigrateCommand' to use the global setting value of 'execute.in.sequence.hypervisor.commands'

2013-12-04 Thread Koushik Das
evious incorrect one, but I couldn't find how. So let me know if it is better to discard this review and create a new one. Thanks Alex Ough On Wed, Dec 4, 2013 at 12:04 AM, Koushik Das mailto:koushik@citrix.com>> wrote: -

Re: Review Request 15763: Changed 'MigrateCommand' to use the global setting value of 'execute.in.sequence.hypervisor.commands'

2013-12-05 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15763/#review29870 --- Ship it! Ship It! - Koushik Das On Dec. 5, 2013, 3:28 p.m

Re: Review Request 15763: Changed 'MigrateCommand' to use the global setting value of 'execute.in.sequence.hypervisor.commands'

2013-12-05 Thread Koushik Das
> On Dec. 6, 2013, 4:19 a.m., Koushik Das wrote: > > Ship It! master -> 88f64b2b93a3898e7868e9e55c1feca57b2ed48e - Koushik --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15763/

Re: Blocker bug: can't create the volumes on Xen 6.2.0 on the latest 4.3

2013-12-09 Thread Koushik Das
I see that for XS the location of script files in the host has changed from /opt/xensource/bin to /opt/cloud/bin. On latest master branch I see that the scripts are still getting placed in the old location while adding a host. Is there any commit missed out on master? -Koushik On 10-Dec-2013,

Re: Review Request 16129: CLOUDSTACK-5419: missing parameters in configuration table and to remove unused parameters

2013-12-10 Thread Koushik Das
g/r/16129/#comment57658> In an existing 4.2/master setup I see that the component of both vmsnapshot.create.wait and vmsnapshot.max is set to none. Handle this scenario as well. - Koushik Das On Dec. 9, 2013, 1:17 p.m., Harikrishna Patnala

Re: Review Request 16129: CLOUDSTACK-5419: missing parameters in configuration table and to remove unused parameters

2013-12-10 Thread Koushik Das
b54 - Koushik Das On Dec. 10, 2013, 10:55 a.m., Harikrishna Patnala wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apa

VMEntityVO and VMInstanceVO

2013-12-12 Thread Koushik Das
I see that both the VOs uses the same vm_instance table. What is the need for having 2 VOs for the same table? Should one be removed? Also VMEntityVO I see a field called "speed" which is not there in VMInstanceVO. Why this discrepancy? Thanks, Koushik

Re: VMEntityVO and VMInstanceVO

2013-12-15 Thread Koushik Das
Prachi, From the history I see that you added VMEntityVO. Any specific reason for having both? On 12-Dec-2013, at 2:36 PM, Koushik Das wrote: > I see that both the VOs uses the same vm_instance table. What is the need for > having 2 VOs for the same table? Should one be removed?

Re: Review Request 16315: CLOUDSTACK-5495 Unable to stop VM

2013-12-17 Thread Koushik Das
Manager.java - Koushik Das On Dec. 17, 2013, 9:38 a.m., bharat kumar wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: VMEntityVO and VMInstanceVO

2013-12-17 Thread Koushik Das
tities for which this has been done so far, Alex has > put everything under cloud-engine-schema recently where you can find some > more of such examples. > > Prachi > > -Original Message- > From: Koushik Das > Sent: Sunday, December 15, 2013 9:50 PM > To: >

Re: Review Request 16315: CLOUDSTACK-5495 Unable to stop VM

2013-12-17 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16315/#review30529 --- Ship it! Ship It! - Koushik Das On Dec. 17, 2013, 11:58 a.m

Re: VMEntityVO and VMInstanceVO

2013-12-18 Thread Koushik Das
For now I have removed cpu, ram and cpu speed fields from vm_instance table. On 18-Dec-2013, at 6:22 AM, Prachi Damle wrote: > Koushik, > > My comments inline. > > Prachi > -Original Message----- > From: Koushik Das > Sent: Tuesday, December 17, 2013 4:

Re: Review Request 16350: Fixed it in ClusterManagerImpl while resetting the heart beat connection

2013-12-19 Thread Koushik Das
323 - Koushik Das On Dec. 19, 2013, 10:43 a.m., Damodar Reddy Talakanti wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apa

Re: Review Request 16350: Fixed it in ClusterManagerImpl while resetting the heart beat connection

2013-12-19 Thread Koushik Das
pache.org/r/16350/ > --- > > (Updated Dec. 19, 2013, 10:43 a.m.) > > > Review request for cloudstack, Abhinandan Prateek and Koushik Das. > > > Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-5457 > > https://issues.apache.org/jira/browse/https://issues.apache.

Re: Distributed locking mechanism?

2013-12-22 Thread Koushik Das
What is the account creation logic on Solidfire SAN if you try to create the same simultaneously? I am assuming there should be some unique constraint like account name/id etc. Try to see if this can be utilised so that one of the account creation call fails with appropriate error/exception. -K

Re: Question about resource ownership

2013-12-22 Thread Koushik Das
Yes that is the current behaviour. All hosts in a cluster should be owned by a single MS. In case when agent load balancing is enabled (agent.lb is set to true), this constraint no longer holds and the hosts in a cluster may get split across multiple MS. If you look at the 'host' table there is

Re: Review Request 16566: CLOUDSTACK-5551: Search not working for Configuration parameters in (Account/zone/cluster/storage) settings page

2014-01-02 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16566/#review31029 --- Ship it! Ship It! - Koushik Das On Jan. 2, 2014, 10:20 a.m

Re: Review Request 16566: CLOUDSTACK-5551: Search not working for Configuration parameters in (Account/zone/cluster/storage) settings page

2014-01-02 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16566/#review31030 --- Patch doesn't apply on master. - Koushik Das On Jan. 2, 201

Re: Review Request 16602: CLOUDSTACK-5730: [Automation]DirectAgentAttache's send command fails due to ArrayIndexOutOfBoundsException; Unable to cleanup hypervisor's datastructures as part of Delete Ac

2014-01-03 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16602/#review31120 --- Ship it! Ship It! - Koushik Das On Jan. 3, 2014, 10:06 a.m

Re: Review Request 16732: CLOUDSTACK-5827: [Automation] Destroy VM failed, while deleting account

2014-01-08 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16732/#review31367 --- Ship it! Ship It! - Koushik Das On Jan. 8, 2014, 9:43 a.m

Re: Review Request 16560: CLOUDSTACK-5711 allow scaling from the same offering when using custom compute offering.

2014-01-10 Thread Koushik Das
eorganize as below if (currentServiceOffering.isDynamic()) { if (newServiceOffering.isDynamic()) { saveCustomOfferingDetails(vmId, newServiceOffering); } else { removeCustomOfferingDetails(vmId); } } - Koushik Das On Jan. 10, 2014, 6:33 a.m.,

Re: Test failure on master?

2016-05-10 Thread Koushik Das
I am also seeing the same failure happening randomly. OS X El Capitan 10.11.4. Results : Tests in error: NioTest.testConnection:152 » TestTimedOut test timed out after 6 milliseco... Tests run: 200, Failures: 0, Errors: 1, Skipped: 13 From: Tutko

[GitHub] cloudstack pull request: CLOUDSTACK-9377: Fix metrics pagesize iss...

2016-05-16 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1540#issuecomment-219400690 @rhtyd While the change looks simple, what happens in case there are say > 1K hosts, > 10K VMs with this fix? --- If your project is set up for it, y

[GitHub] cloudstack pull request: CLOUDSTACK-9368: Fix for Support configur...

2016-05-17 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1518#discussion_r63494164 --- Diff: engine/storage/src/org/apache/cloudstack/storage/image/BaseImageStoreDriverImpl.java --- @@ -79,6 +80,25 @@ VMTemplateZoneDao

[GitHub] cloudstack pull request: CLOUDSTACK-9368: Fix for Support configur...

2016-05-17 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1518#issuecomment-219692208 @nvazquez I am not too familiar with the VMware specific code, rest of the code looks ok. Also a comment on #1361 when this feature was initially added

[GitHub] cloudstack pull request: removed unused HypervDummyResourceBase cl...

2016-05-17 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1437#issuecomment-219696525 @anshul1886 @anshulgangwar Can you review this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] cloudstack pull request: 4.9/master bountycastle changes

2016-05-18 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1511#discussion_r63655061 --- Diff: server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java --- @@ -341,179 +350,172 @@ public SslCertResponse createCertResponse

[GitHub] cloudstack pull request: 4.9/master bountycastle changes

2016-05-18 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1511#discussion_r63655432 --- Diff: server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java --- @@ -341,179 +350,172 @@ public SslCertResponse createCertResponse

[GitHub] cloudstack pull request: 4.9/master bountycastle changes

2016-05-18 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1511#issuecomment-219945994 @DaanHoogland Not able to see diffs for NetscalerResource.java, are the changes mostly related to adding 'final' keyword? Provided some comments, re

[GitHub] cloudstack pull request: CLOUDSTACK-9180: Optimize concurrent VM d...

2016-05-18 Thread koushik-das
GitHub user koushik-das reopened a pull request: https://github.com/apache/cloudstack/pull/1251 CLOUDSTACK-9180: Optimize concurrent VM deployment operation on same … …network Check if VR needs to be allocated for a given network and only acquire lock if required

[GitHub] cloudstack pull request: CLOUDSTACK-9180: Optimize concurrent VM d...

2016-05-18 Thread koushik-das
Github user koushik-das closed the pull request at: https://github.com/apache/cloudstack/pull/1251 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cloudstack pull request: 4.9/master bountycastle changes

2016-05-18 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1511#discussion_r63828871 --- Diff: server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java --- @@ -341,179 +350,172 @@ public SslCertResponse createCertResponse

[GitHub] cloudstack pull request: 4.9/master bountycastle changes

2016-05-18 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1511#discussion_r63829633 --- Diff: server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java --- @@ -429,60 +434,42 @@ private void validateChain(List chain

Re: [ANNOUNCE] Will Stevens as new Apache CloudStack VP

2016-05-19 Thread Koushik Das
Congrats Will And thanks Sebastien -Koushik On 19/05/16, 12:26 PM, "Sebastien Goasguen" wrote: >Morning Everyone, > >Yesterday at the ASF board meeting, the board passed the resolution making >Will Stevens the new Vice President of the Apache CloudStack project. > >Join me in congratulating Wi

[GitHub] cloudstack pull request: CLOUDSTACK-9180: Optimize concurrent VM d...

2016-05-20 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1251#issuecomment-220558485 @swill The failures are not related to this PR. The failure in test_internal_lb.py is due to some cleanup issue. The network deletion failed most probably

[GitHub] cloudstack pull request: CLOUDSTACK-9368: Fix for Support configur...

2016-05-20 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1518#issuecomment-220562852 @nvazquez Thanks for the fix. As @DaanHoogland mentioned please add license header to the newly added file. --- If your project is set up for it, you can

[GitHub] cloudstack pull request: 4.9/master bountycastle changes

2016-05-20 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1511#discussion_r64015658 --- Diff: server/src/org/apache/cloudstack/network/lb/CertServiceImpl.java --- @@ -429,60 +434,42 @@ private void validateChain(List chain

[GitHub] cloudstack pull request: CLOUDSTACK-9368: Fix for Support configur...

2016-05-20 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1518#issuecomment-220615109 @swill nothing outstanding on this --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] cloudstack pull request: Hyper-V communication broken by change in...

2016-05-24 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1556#issuecomment-221202485 Simple changes. LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] cloudstack pull request: Remodeling of Nuage VSP Plugin + CLOUDSTA...

2016-05-24 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1494#discussion_r64358114 --- Diff: plugins/network-elements/nuage-vsp/src/com/cloud/agent/api/element/ApplyAclRuleVspCommand.java --- @@ -19,173 +19,43

[GitHub] cloudstack pull request: Remodeling of Nuage VSP Plugin + CLOUDSTA...

2016-05-24 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1494#issuecomment-221218765 LGTM. In some of the *Command.java and *Annswer.java classes, simple member types has been replaced with types defined in the Nuage VSP library. As long as all

[GitHub] cloudstack pull request: CLOUDSTACK-9388: Remove string conversion...

2016-05-26 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1561#issuecomment-221821063 Simple change. LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] cloudstack pull request: CLOUDSTACK-9389:[automation]updating test...

2016-05-27 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1563#issuecomment-222104760 Changes LGTM. Now the expected ping response can be configured in test_data based on OS type. @nitt10prashant Please post the test execution result

[GitHub] cloudstack pull request: CLOUDSTACK-9389:[automation]updating test...

2016-05-31 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1563#issuecomment-222643203 Thanks @nitt10prashant for the making the changes. LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-02 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r73114913 --- Diff: engine/schema/src/org/apache/cloudstack/storage/datastore/db/ImageStoreDaoImpl.java --- @@ -16,7 +16,7 @@ * specific language

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-02 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r73118216 --- Diff: setup/db/db/schema-481to490.sql --- @@ -545,3 +545,6 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervis

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-02 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r73118335 --- Diff: setup/db/db/schema-481to490.sql --- @@ -545,3 +545,6 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervis

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-02 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r73118447 --- Diff: engine/schema/src/org/apache/cloudstack/storage/datastore/db/ImageStoreDetailVO.java --- @@ -23,61 +23,61 @@ import

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-02 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r73281219 --- Diff: engine/schema/src/org/apache/cloudstack/storage/datastore/db/ImageStoreDaoImpl.java --- @@ -16,7 +16,7 @@ * specific language

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-02 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r73283060 --- Diff: setup/db/db/schema-481to490.sql --- @@ -545,3 +545,6 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervis

[GitHub] cloudstack issue #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Make NFS ...

2016-08-02 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1615 LGTM based on code review --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] cloudstack pull request #1611: marvin: deploy clusters in separate threads

2016-08-16 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1611#discussion_r75071072 --- Diff: tools/marvin/marvin/deployDataCenter.py --- @@ -224,6 +225,15 @@ def createClusters(self, clusters, zoneId, podId, vmwareDc=None

[GitHub] cloudstack issue #1640: CLOUDSTACK-9458: Fix HA bug when VMs are stopped on ...

2016-08-17 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1640 @marcaurele Can you share the MS logs for this issue? We need to understand the exact cause for restart of VM? When an agent/host is detected as 'Down', CS tries to check if VMs

[GitHub] cloudstack issue #1640: CLOUDSTACK-9458: Fix HA bug when VMs are stopped on ...

2016-08-17 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1640 @marcaurele Based on the initial few lines of the logs the agent went to Alert state. srv02 2016-08-08 11:56:03,895 DEBUG [agent.manager.AgentManagerImpl] (AgentTaskPool-16:ctx

[GitHub] cloudstack issue #1640: CLOUDSTACK-9458: Fix HA bug when VMs are stopped on ...

2016-08-17 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1640 Please use a proper ACS release for reporting bugs. In your case you may have to do some additional cherry-picks. "Schedule restart" does multiple tasks. There is a meth

[GitHub] cloudstack issue #1652: Marvin Tests: Fix VPC network offering selection .

2016-08-22 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1652 @PaulAngus Shouldn't the product code be fixed instead of the test? If the isDefault property on VPC offerings in not working then that needs to be fixed. I checked the vpc_offerings

[GitHub] cloudstack issue #1651: Marvin Tests: fix expected return string for success...

2016-08-22 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1651 @PaulAngus Refer to #1563. In that PR it was mentioned that ping response varies based on OS. So hard coding based on some specific environment is not the right way to fix this. --- If

[GitHub] cloudstack issue #1640: CLOUDSTACK-9458: Fix HA bug when VMs are stopped on ...

2016-08-22 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1640 @jburwell The issue that has been reported is on a custom branch, probably @marcaurele needs to cherry-pick some additional commits from ACS. Master/4.9 doesn't have this issue, so in

[GitHub] cloudstack issue #1640: CLOUDSTACK-9458: Fix HA bug when VMs are stopped on ...

2016-08-22 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1640 Also since the automated test coverage of this area is less, changes should be made after taking into account all possible scenarios. Otherwise there might be regressions in some valid

[GitHub] cloudstack issue #1652: Marvin Tests: Fix VPC network offering selection .

2016-08-22 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1652 There should be only one default VPC offering, unless I am missing out something obvious :) --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cloudstack issue #1651: Marvin Tests: fix expected return string for success...

2016-08-24 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1651 @rhtyd Please go through #1563 as mentioned in my previous comment to get the context. As @serg38 also mentioned the response differs between debian and centos which needs to be addressed

<    2   3   4   5   6   7   8   9   10   >