[GitHub] cloudstack pull request: Removed unused methods from XenServerConn...

2016-05-26 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1557#issuecomment-222007302 Hello again @rafaelweingartner, I did as you suggested. I also checked that the variable **file** was not used anywhere else besides lines 60 - 76, so I also

[GitHub] cloudstack pull request: Removed unused methods from XenServerConn...

2016-05-24 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1557#issuecomment-221426317 Hi @rafaelweingartner , Thanks for the advice. I will take a look on that and do the proper changes as soon as I can. --- If your project is set up

[GitHub] cloudstack pull request: Removed unused methods from XenServerConn...

2016-05-21 Thread rodrigo93
GitHub user rodrigo93 opened a pull request: https://github.com/apache/cloudstack/pull/1557 Removed unused methods from XenServerConnectionPool Removed the following methods that are unused from the class _com.cloud.hypervisor.xenserver.resource.XenServerConnectionPool_

[GitHub] cloudstack pull request: Removed Unused Void Class

2016-05-21 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1440#issuecomment-220795597 Thanks for the help! =) --- 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

[GitHub] cloudstack pull request: Changed Void Methods to void

2016-03-19 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1439#issuecomment-197832134 Sorry for the delay to answer. Hi @rafaelweingartner , thanks for the suggestion. I will revise my PR and do the proper changes. @syed I am not sure

[GitHub] cloudstack pull request: Changed Void Methods to void

2016-03-13 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1439#issuecomment-196020657 Squashed last 2 commits. --- 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

[GitHub] cloudstack pull request: Removed Unused Void Class

2016-03-13 Thread rodrigo93
GitHub user rodrigo93 opened a pull request: https://github.com/apache/cloudstack/pull/1440 Removed Unused Void Class Removed the class _Void.java_ from _/cloud-framework-ipc/src/org/apache/cloudstack/framework/async/Void.java_ since the method _public void AsyncMethod(Object

[GitHub] cloudstack pull request: Changed Void Methods to void

2016-03-13 Thread rodrigo93
GitHub user rodrigo93 opened a pull request: https://github.com/apache/cloudstack/pull/1439 Changed Void Methods to void I have changed many "Void" methods to "void" since they have to return null at the end and it has the same effect of "void" met

[GitHub] cloudstack pull request: CLOUDSTACK-8830 CLONE - VM snapshot fails...

2016-02-17 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/798#discussion_r53253724 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java --- @@ -1464,4 +1440,45 @@ private String

[GitHub] cloudstack pull request: CLOUDSTACK-8830 CLONE - VM snapshot fails...

2016-02-16 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/798#discussion_r53048362 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java --- @@ -1464,4 +1440,45 @@ private String

[GitHub] cloudstack pull request: CLOUDSTACK-8830 CLONE - VM snapshot fails...

2016-02-16 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/798#discussion_r53047922 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java --- @@ -1464,4 +1440,45 @@ private String

[GitHub] cloudstack pull request: CLOUDSTACK-8677: Call-home functionality ...

2016-02-16 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/625#discussion_r53039381 --- Diff: server/src/org/apache/cloudstack/report/AtomicGsonAdapter.java --- @@ -0,0 +1,48 @@ +// Licensed to the Apache Software Foundation (ASF

[GitHub] cloudstack pull request: Taking fast and efficient volume snapshot...

2016-02-16 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1403#discussion_r53033391 --- Diff: engine/storage/datamotion/src/org/apache/cloudstack/storage/motion/StorageSystemDataMotionStrategy.java --- @@ -172,6 +195,12 @@ private

[GitHub] cloudstack pull request: Taking fast and efficient volume snapshot...

2016-02-14 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1403#discussion_r52845493 --- Diff: engine/storage/datamotion/src/org/apache/cloudstack/storage/motion/StorageSystemDataMotionStrategy.java --- @@ -172,6 +195,12 @@ private

[GitHub] cloudstack pull request: CLOUDSTACK-6928: fix issue disk I/O throt...

2016-02-11 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1410#discussion_r52655615 --- Diff: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java --- @@ -1054,9 +1075,28 @@ public void

[GitHub] cloudstack pull request: CLOUDSTACK-8968: UI icon over VM snapshot...

2016-02-06 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1320#discussion_r52106924 --- Diff: ui/scripts/instanceWizard.js --- @@ -294,53 +295,67 @@ // Step 3: Service offering function(args

[GitHub] cloudstack pull request: CLOUDSTACK-8855 Improve Error Message for...

2016-02-05 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/837#discussion_r52093680 --- Diff: engine/orchestration/src/com/cloud/agent/manager/AgentManagerImpl.java --- @@ -971,33 +971,28 @@ public Answer easySend(final Long hostId

[GitHub] cloudstack pull request: CLOUDSTACK-8855 Improve Error Message for...

2016-02-05 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/837#discussion_r52094072 --- Diff: server/src/com/cloud/resource/ResourceManagerImpl.java --- @@ -1148,15 +1148,16 @@ public Host cancelMaintenance(final CancelMaintenanceCmd

[GitHub] cloudstack pull request: Allow VM snapshots and volume snapshots t...

2016-02-01 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/672#discussion_r51428218 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java --- @@ -4251,6 +4257,34 @@ public void

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-02-01 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1360#issuecomment-178002003 @GabrielBrascher @ProjectMoon, You are right. I thought I saw a some section in Jira for minor improvements, but I was wrong. Besides that, the code and work

[GitHub] cloudstack pull request: Allow VM snapshots and volume snapshots t...

2016-01-31 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/672#discussion_r51367120 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java --- @@ -4251,6 +4257,34 @@ public void

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2016-01-30 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-177281584 Thanks @bhaisaab ! --- 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

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-01-30 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1360#issuecomment-177348201 Hi @ProjectMoon, What a great work you did here. Splitting the PR in two seems a good idea, in my point of view, since you create two tests cases

[GitHub] cloudstack pull request: Allow VM snapshots and volume snapshots t...

2016-01-30 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/672#discussion_r51352994 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java --- @@ -4251,6 +4257,34 @@ public void

[GitHub] cloudstack pull request: CLOUDSTACK-9254: Make longer names displa...

2016-01-24 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1362#issuecomment-174323189 @remibergsma Very nice! I have that problem as well while using ACS. =~ LGTM based on screenshots and code. --- If your project is set up for it, you

[GitHub] cloudstack pull request: Update JuniperSrxResource.java

2016-01-24 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1148#issuecomment-174321124 Hi @wenwenxiong, could you make a Jira for this PR? Did you make any test? --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack pull request: Update JuniperSrxResource.java

2016-01-24 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1148#discussion_r50638624 --- Diff: plugins/network-elements/juniper-srx/src/com/cloud/network/resource/JuniperSrxResource.java --- @@ -2841,8 +2841,9 @@ private boolean

[GitHub] cloudstack pull request: CLOUDSTACK-9164: Prevent firefox's quick ...

2016-01-24 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1271#issuecomment-174322677 I tested it in my Firefox and it does exactly as @anshul1886 says. Instead of sending the command to the VM, firefox opens the search tool. Can anybody test

[GitHub] cloudstack pull request: Privtmpl

2016-01-24 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/566#issuecomment-174322999 Why does this PR still open? Shouldn't be closed? Seems that has been resolved already... --- If your project is set up for it, you can reply to this email

[GitHub] cloudstack pull request: CLOUDSTACK-9175: [VMware DRS] Adding new ...

2016-01-24 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1257#discussion_r50639477 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareManagerImpl.java --- @@ -138,6 +142,8 @@ @Inject

[GitHub] cloudstack pull request: CLOUDSTACK-9160: Remove unused folder(s)/...

2016-01-17 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1238#issuecomment-172384379 LGTM based on the files, no tests were made. What is happening with Jenkins? I noticed that many PRs are flagged with error because Jenkins did not work

[GitHub] cloudstack pull request: BUG-ID CLOUDSTACK-8939

2016-01-17 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/914#issuecomment-172391340 @remibergsma The author seems to be inactive in github. His last public activity was on Oct 20, 2015... --- If your project is set up for it, you can reply

[GitHub] cloudstack pull request: Removed unused variables from "NetworkSta...

2016-01-17 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1261#issuecomment-172383990 LGMT. Can I give you a suggestion? You could remove those variable initializing with "_" (underscore) seems that is a common practice in C++ p

[GitHub] cloudstack pull request: Removed unused code from com.cloud.api.Ap...

2016-01-17 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1263#issuecomment-172383741 @GabrielBrascher Nice change. It is always good to keep the good programming practices, especially in a project of this size. Can you commit it again

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2016-01-17 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-172391494 @DaanHoogland I see... Well, thanks for your effort on helping in this PR. :) --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack pull request: BUG-ID: CLOUDSTACK-8849: Usage job should...

2016-01-17 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/827#issuecomment-172394161 Hi @yvsubhash, could you make a Jira? Sorry to ask you, but, why did you remove the tries and catches? It should throw exceptions if that part of the code can

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2016-01-15 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-172028230 Hmmm, interesting... Did you know what exactly was causing that error? @DaanHoogland --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2016-01-13 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-171442487 Thanks @DaanHoogland ! --- 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

[GitHub] cloudstack pull request: CLOUDSTACK-9160: Remove unused folder(s)/...

2016-01-12 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1238#issuecomment-171046691 Nice @borisroman, can you send it to test it again? It seems that Jenkins is not working... --- If your project is set up for it, you can reply to this email

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2016-01-11 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-170626131 I agree with @rafaelweingartner, since we can check that in last lines. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cloudstack pull request: CLOUDSTACK-9182: Some running VMs turned ...

2016-01-10 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1252#issuecomment-170381257 @DaanHoogland I see... With that option in settings, things could be more manageable. That is a good suggestion. --- If your project is set up for it, you can

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2016-01-10 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-170379092 That's ok @DaanHoogland, don't need to hurry. --- 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: Fixed return type Void to void in DataMot...

2016-01-10 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-170394300 Alright @DaanHoogland. Thanks for the help! =) --- 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: CLOUDSTACK-8988: Removed unused adapters ...

2016-01-08 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/943#issuecomment-170073454 Many thanks for the help everyone! --- 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: Fixed return type Void to void in DataMot...

2016-01-08 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-170073320 Hello everyone. Sorry to bother you but, how are the tests going? Is there anything else that I can do? --- If your project is set up for it, you can reply

[GitHub] cloudstack pull request: CLOUDSTACK-9182: Some running VMs turned ...

2016-01-08 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/1252#issuecomment-170130323 Did someone tested it? This can be very handy. LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cloudstack pull request: CLOUDSTACK-8988: Removed unused adapters ...

2015-11-30 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/943#issuecomment-160714102 @DaanHoogland Can you tell us where the conflict is? It seems ok to me. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2015-11-28 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-160323830 Hi guys. Sorry for the delay. Thank you all for helping me out. I had some personal problems. My bad. Thanks once again! I hope this commit will help

[GitHub] cloudstack pull request: CLOUDSTACK-8988: Removed unused adapters ...

2015-11-28 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/943#issuecomment-160323858 Hi guys. Sorry for the delay. Thank you all for helping me out. I had some personal problems. My bad. Thanks once again! I hope this commit will help

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2015-11-22 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-158792594 Hi @remibergsma. I am trying to fix it to put all in one commit. I have force pushed already, but it seems that it does no work. I have tried to squash them

[GitHub] cloudstack pull request: CLOUDSTACK-8988: Removed unused adapters ...

2015-11-22 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/943#issuecomment-158790894 Hi @remibergsma. Thanks for the reminding! I was merging that commit with that actual master and I forgot to put the title in the commit. I have fixed

[GitHub] cloudstack pull request: CLOUDSTACK-8988: Removed unused adapters ...

2015-11-21 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/943#issuecomment-158671944 PR merged with master. --- 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

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2015-11-21 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-158671871 Just to update, I merged the commit with master. --- 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: Removed unused adapters from async-job-co...

2015-10-27 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/943#issuecomment-151547183 @remibergsma I see. Next time I will try to rebase it with master before commiting. --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2015-10-26 Thread rodrigo93
Github user rodrigo93 closed the pull request at: https://github.com/apache/cloudstack/pull/969 --- 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 feature

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2015-10-26 Thread rodrigo93
GitHub user rodrigo93 reopened a pull request: https://github.com/apache/cloudstack/pull/969 Fixed return type Void to void in DataMotionStrategy. The main changes are: - Changing methods “Void” to “void”. - Removal of the method “Void copyAsync(DataObject

[GitHub] cloudstack pull request: Removed unused adapters from async-job-co...

2015-10-26 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/943#issuecomment-151206169 Hi @remibergsma, the files that I am changing were not altered in the current master. Why do we need to rebase? Thanks for your time. --- If your project

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2015-10-26 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/969#issuecomment-151204587 . --- 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: Removed unused adapters from async-job-co...

2015-10-24 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/943#issuecomment-150824034 Hi @remibergsma, thanks for the advice! I have changed the title of the last commit already as you both suggest. I will provide a JIRA issue and prepend

[GitHub] cloudstack pull request: Removed unused classes and project.

2015-10-23 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/943#issuecomment-150744688 @borisroman Hi borisroman, sure! What about this one? --- 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: Fixed return type Void to void in DataMot...

2015-10-22 Thread rodrigo93
GitHub user rodrigo93 opened a pull request: https://github.com/apache/cloudstack/pull/969 Fixed return type Void to void in DataMotionStrategy. The main changes are: - Changing methods “Void” to “void”. - Removal of the method “Void copyAsync(DataObject

[GitHub] cloudstack pull request: Removed unused adapters from async-job-co...

2015-10-18 Thread rodrigo93
Github user rodrigo93 commented on the pull request: https://github.com/apache/cloudstack/pull/943#issuecomment-149059531 @rafaelweingartner Thanks for the advice! I am squashing them right now. I will commit again as soon as possible. --- If your project is set up for it, you can

[GitHub] cloudstack pull request: Removed unused adapters from async-job-co...

2015-10-17 Thread rodrigo93
GitHub user rodrigo93 opened a pull request: https://github.com/apache/cloudstack/pull/943 Removed unused adapters from async-job-component.xml. I was looking the file /cloud-server/test/async-job-component.xml, and I found an adapter configuration that seems to have no use

[GitHub] cloudstack pull request: Fixed return type Void to void in DataMot...

2015-09-19 Thread rodrigo93
GitHub user rodrigo93 opened a pull request: https://github.com/apache/cloudstack/pull/854 Fixed return type Void to void in DataMotionStrategy. The main changes are: - Changing methods “Void” to “void”. - Removal of the method “Void copyAsync(DataObject