Re: Survey “Building an autonomic cloud for you”

2017-04-18 Thread Lucas Berri Cristofolini
2017 at 11:48 PM, Lucas Berri Cristofolini < lucascristofol...@gmail.com> wrote: > Hey folks, > > It's that time of the week again, thanks to all of you who've answered our > survey and shown interest in our project so far. We appreciate it! > > We've j

Re: Survey “Building an autonomic cloud for you”

2017-04-16 Thread Lucas Berri Cristofolini
onsolidation feature, which you can watch over here: https://www.youtube.com/watch?v=f7vwnlVIOmA Your input is still key to determine the focus of development, and we are still accepting responses on our survey: https://goo.gl/forms/vvu0665Ff Kujn6gP2 Cheers! On Wed, Mar 29, 2017 at 12:25 AM, Luca

Re: Survey “Building an autonomic cloud for you”

2017-03-28 Thread Lucas Berri Cristofolini
ges to showcase what is currently available through our platform: https://www.youtube.com/watch?v=dj5DO4Dcf98 More data is always welcome, and you can take our short survey right here: https://goo.gl/forms/vvu0665FfKujn6gP2 ;) Cheers, Lucas On Mon, Mar 20, 2017 at 7:35 PM, Lucas Berri Cristofolini &

Re: Survey “Building an autonomic cloud for you”

2017-03-20 Thread Lucas Berri Cristofolini
Dear CloudStack community, I'd like to thank those of you who've answered the survey so far. However, we need more data; the questionnaire should take no more than 3 minutes to fill out and is available here: https://goo.gl/forms/vvu0665Ff Kujn6gP2. All of the answers are confidential (no company

Re: Import Ova with multiple Disks

2017-03-09 Thread Lucas Berri Cristofolini
blocker. > > I would not expect this feature to be released in a stable branch for a > couple months (unless I missed something). > > That's my two cents. I could be wrong, but I'd I were you I would not > expect this feature in the short term. > > On Mar 9, 2

Re: Import Ova with multiple Disks

2017-03-09 Thread Lucas Berri Cristofolini
Developer > > <https://goo.gl/NYZ8KK> > > On Thu, Mar 9, 2017 at 5:46 PM, Lucas Berri Cristofolini < > lucascristofol...@gmail.com> wrote: > > > Hello Fariaz, > > > > As of yet, OVAs with multiple disks are not supported, however progress > has > >

Re: Import Ova with multiple Disks

2017-03-09 Thread Lucas Berri Cristofolini
Hello Fariaz, As of yet, OVAs with multiple disks are not supported, however progress has been made in the past few days towards supporting them. I'll try and keep you posted when more progress is made. On Thu, Mar 9, 2017 at 7:16 PM, Fariaz Diloo wrote: > Hi all, > > I was wondering if ova

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

2016-05-01 Thread cristofolini
Github user cristofolini commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1518#discussion_r61694862 --- Diff: plugins/hypervisors/vmware/test/com/cloud/hypervisor/vmware/resource/VmwareResourceTest.java --- @@ -117,4 +154,79 @@ public void

[GitHub] cloudstack pull request: CLOUDSTACK-9365 : updateVirtualMachine wi...

2016-04-30 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1523#issuecomment-215996953 @nlivens May I suggest extracting lines 2501-2514 to their own separate method? That would also allow you to create separate test cases for each possibility

[GitHub] cloudstack pull request: CLOUDSTACK-9350: KVM-HA- Fix CheckOnHost ...

2016-04-17 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1496#issuecomment-211149034 @abhinandanprateek How about extracting lines 70-82 in `KVMInvestigator` to their own method? I think it would be nice to get a test case going for that

[GitHub] cloudstack pull request: Fixes regarding VOLUME_DELETE events resu...

2016-04-17 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1491#issuecomment-211140525 @ProjectMoon May I suggest extracting lines 778-784 in `AccountManagerImpl` to a separate method? That would allow you to write your comment in a proper

[GitHub] cloudstack pull request: BUG-ID:CLOUDSTACK-9331:added code in marv...

2016-04-01 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1458#issuecomment-204588967 Shouldn't the path shown in line 55 of your config file be OS-independent? I'd also suggest fixing the typo in the file name. At least I belie

[GitHub] cloudstack pull request: CLOUDSTACK-9323: Fix cancel host maintena...

2016-04-01 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1454#issuecomment-20457 @abhinandanprateek Looks like jenkins found some problems with your index. I'd suggest rebasing against the current master making all the needed merges

[GitHub] cloudstack pull request: CLOUDSTACK-9319: Use timeout when applyin...

2016-03-27 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1451#issuecomment-202164340 @alexandrelimassantana Ah, I see that now. Thanks for the clarification! :) --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack pull request: CLOUDSTACK-9317: Enable/disable static NA...

2016-03-27 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1450#issuecomment-202152926 @ProjectMoon According to that comment on line 781 in `CommandSetupHelper` the conditional that follows is there to enable sourceNAT, yet you removed the

[GitHub] cloudstack pull request: CLOUDSTACK-9319: Use timeout when applyin...

2016-03-27 Thread cristofolini
Github user cristofolini commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1451#discussion_r57535012 --- Diff: core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java --- @@ -180,7 +179,7 @@ private Answer applyConfig

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

2016-03-20 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1410#issuecomment-199072462 @ustcweizhou I still can't help but notice that lines 1066-1086 and 1362-1382 in the `VolumeOrchestrator` class seem to contain exactly the same piece of

[GitHub] cloudstack pull request: speedup iptables setup

2016-03-20 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1449#issuecomment-199059690 @kollyma I like what you did here. Besides apparently speeding up the iptables setup, the code looks more streamlined this way. But it seems your build

[GitHub] cloudstack pull request: CLOUDSTACK-9313: Remove unused code from ...

2016-03-19 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1446#issuecomment-198804084 @eriweb @GabrielBrascher Thanks for the suggestion! I've gone ahead and opened a ticket and updated the title of this PR. --- If your project is set u

[GitHub] cloudstack pull request: Removed unused code from CloudZoneStartup...

2016-03-19 Thread cristofolini
GitHub user cristofolini opened a pull request: https://github.com/apache/cloudstack/pull/1446 Removed unused code from CloudZoneStartupProcessor Upon analyzing the CloudZoneStartupProcessor class, we noticed most of its content consisted of either commented out or unused code. To

[GitHub] cloudstack pull request: CLOUDSTACK-9269: Missing field for Switch...

2016-03-06 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1396#issuecomment-192911909 @nitin-maharana I don't see anything wrong with the code. You might want to push this again so that Jenkins can have another go at it, and if it fails

[GitHub] cloudstack pull request: [CLOUDSTACK-9296] Start ipsec for client ...

2016-03-06 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1423#issuecomment-192893991 This looks like a sensible fix to me. Code LGTM :+1: --- 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: CLOUDSTACK-8886: Limitations is listUsage...

2016-02-21 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/858#issuecomment-186823236 This looks like a sensible fix. Code 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

[GitHub] cloudstack pull request: Fix vm cannot register and poweron on vce...

2016-02-21 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1203#issuecomment-186820477 @ghxandsky Would you please go ahead and rebase this PR against the current master? Thanks! --- If your project is set up for it, you can reply to this email

[GitHub] cloudstack pull request: [4.5] vmware: improve support for disk co...

2016-02-14 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1366#issuecomment-183970215 @bhaisaab Did you get to see the output of the jenkins build? Was it just another false positive? I don't see anything in the code that could cause it to

[GitHub] cloudstack pull request: CLOUDSTACK-8959: Option to attach the con...

2016-02-14 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/938#issuecomment-183965957 Ping @kansal. Could you take a look at @pedro-martins's and @GabrielBrascher's suggestions? They seem worth it to me... Also, if you do, please go

[GitHub] cloudstack pull request: CLOUDSTACK-9252: Support configurable NFS...

2016-02-07 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1361#issuecomment-181047258 @nvazquez That is very strange. As far as I can tell there isn't a file with that name neither on the current master nor on your branch. There is howe

[GitHub] cloudstack pull request: CLOUDSTACK-9128: Testcase to verify physi...

2016-02-07 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1199#issuecomment-181041357 @pritisarap12 Could you please rebase this against the current master? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cloudstack pull request: Emit event UUIDs on template deletion

2016-02-07 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1378#issuecomment-181037780 Thanks, @ProjectMoon! Now you just need to add the license header (I believe that's what caused jenkins to fail). --- If your project is set up for it

[GitHub] cloudstack pull request: CLOUDSTACK-8931: Fail to deploy VM instan...

2016-01-31 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/907#issuecomment-177578048 @kansal It seems your PR failed because of a Travis issue. If you're still interested in working on this, I'd suggest you rebase against the curre

[GitHub] cloudstack pull request: Emit event UUIDs on template deletion

2016-01-31 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1378#issuecomment-177565744 @ProjectMoon Even if you've managed to test this in an actual environment, I think a small unit test just to assert that the correct values for the class

[GitHub] cloudstack pull request: CLOUDSTACK-9174: A deleted account result...

2016-01-23 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1254#issuecomment-174217394 @agneya2001 Could you please extract the code at lines 126-135 to a separate method? It would make that bit of code much easier to read. :) --- If your

[GitHub] cloudstack pull request: Quota: consolidated lockable account chec...

2016-01-23 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1350#issuecomment-174211441 I see you've put a bunch of different test cases into a single `testLockableAccount` method. I'd strongly suggest you put each of those different

[GitHub] cloudstack pull request: CLOUDSTACK-9211: Support passing vRAM siz...

2016-01-20 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1310#issuecomment-173364669 Thanks again, @nvazquez. The unit test you wrote is a nice improvement and I'm fine with it. :) Code LGTM. --- If your project is set up for it, yo

[GitHub] cloudstack pull request: CLOUDSTACK-9231: Root volume migration fr...

2016-01-17 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1336#issuecomment-172333464 Fix looks simple enough. Code LGTM. Although I would usually suggest adding a javadoc the new `MigrateWithStorageCommand` method you've created, this

[GitHub] cloudstack pull request: Fix Sync of template.properties in Swift

2016-01-16 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1331#issuecomment-172240147 @DaanHoogland @syed I've opened a pull request containing some simple javadocs to @syed's swift-restart-fix branch. --- If your project is set up f

[GitHub] cloudstack pull request: SecurityGroupRulesCmd code cleanup

2016-01-16 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1287#issuecomment-172234191 @rafaelweingartner @DaanHoogland, Personally, I don't see a problem using final declarations for those attributes. They all do seem to contain inform

[GitHub] cloudstack pull request: Fix Sync of template.properties in Swift

2016-01-16 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1331#issuecomment-172214758 @DaanHoogland That's a really interesting feature which I wasn't aware of. I'm afraid I'll be out of commission for most of today but I&#

[GitHub] cloudstack pull request: Fix Sync of template.properties in Swift

2016-01-15 Thread cristofolini
Github user cristofolini commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1331#discussion_r49888184 --- Diff: services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java --- @@ -942,6 +931,83

[GitHub] cloudstack pull request: CLOUDSTACK-9211: Support passing vRAM siz...

2016-01-14 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1310#issuecomment-171798749 Thanks for taking the time to add the descriptions and refactoring, @nvazquez. It has helped readability quite a bit. :) Now, in case you&#x

[GitHub] cloudstack pull request: Factor in inaccurancy of System.nanoTime ...

2016-01-10 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1324#issuecomment-170381531 I've had tests involving sleep calls fail on me seemingly arbitrarily, to the point where simply re-running them would give me a passing result. I

[GitHub] cloudstack pull request: CLOUDSTACK-9211: Support passing vRAM siz...

2016-01-10 Thread cristofolini
Github user cristofolini commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1310#discussion_r49279282 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -1895,6 +1896,9 @@ protected StartAnswer

[GitHub] cloudstack pull request: Removed unnecessary code from getGuestOsT...

2015-12-20 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/1262#issuecomment-166138005 @rafaelweingartner Done. --- 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 unnecessary code from getGuestOsT...

2015-12-19 Thread cristofolini
GitHub user cristofolini opened a pull request: https://github.com/apache/cloudstack/pull/1262 Removed unnecessary code from getGuestOsType in CitrixResourceBase Considering that all mapping of Guest OS Names to their respective hypervisor compatible types is made thorugh accessing

[GitHub] cloudstack pull request: Removed unused code from the EngineHostDa...

2015-11-23 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/942#issuecomment-158935886 I've pushed another commit to bring this PR up to date with the latest snapshot but it seems the Travis build had some issues sorting out some depende

[GitHub] cloudstack pull request: Removed unnecessary @Local annotations an...

2015-11-21 Thread cristofolini
GitHub user cristofolini opened a pull request: https://github.com/apache/cloudstack/pull/1102 Removed unnecessary @Local annotations and their respective imports Following @rafaelweingartner 's findings in PR #714 that many spring beans contained an @Local annotation,

[GitHub] cloudstack pull request: Removed unused code from the EngineHostDa...

2015-10-17 Thread cristofolini
GitHub user cristofolini opened a pull request: https://github.com/apache/cloudstack/pull/942 Removed unused code from the EngineHostDao Implementation After analysing the code within the EngineHostDaoImpl class, we noticed that methods: countBy; findByGuid

[GitHub] cloudstack pull request: Removed unnecessary @Local annotations an...

2015-09-20 Thread cristofolini
Github user cristofolini commented on the pull request: https://github.com/apache/cloudstack/pull/853#issuecomment-141811824 @rafaelweingartner Done. --- 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 unnecessary @Local annotations an...

2015-09-19 Thread cristofolini
GitHub user cristofolini opened a pull request: https://github.com/apache/cloudstack/pull/853 Removed unnecessary @Local annotations and their respective imports Following @rafaelweingartner 's findings in PR #714 that many spring beans contained an @Local annotation, we'

[GitHub] cloudstack pull request: Removed duplicate code in CitrixResourceB...

2015-08-15 Thread cristofolini
GitHub user cristofolini opened a pull request: https://github.com/apache/cloudstack/pull/700 Removed duplicate code in CitrixResourceBase and its subclasses Removed unnecessary duplicated code by having the body of the getPatchFiles method only in the CitrixResourceBase superclass