[GitHub] cloudstack issue #1844: CLOUDSTACK-9668 : disksizeallocated of PrimaryStorag...

2016-12-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1844 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 enabled and wishes so

[GitHub] cloudstack issue #1838: CLOUDSTACK-9682: Block VM migration to a storage whi...

2016-12-19 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1838 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 enabled and wishes so

[GitHub] cloudstack issue #1833: BUG-ID:CLOUDSTACK-9678

2016-12-16 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1833 Why this is a bug? Most of ACS searches using name field work exactly this way to bring list of VMs, templates etc when partial name is specified. If exact name match is expected it needs

[GitHub] cloudstack issue #1828: CLOUDSTACK-9676 Start instance fails after reverting...

2016-12-14 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1828 LGTM 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 and wishes

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

2016-12-13 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1615 @rhtyd @jburwell @karuturi What is the easiest way to resolve this merge conflict? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

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

2016-12-13 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1615 @milamberspace Can you check if file /usr/share/cloudstack-management/setup/db/schema-481to490.sql in your installation has the SQL alter image_store_details table line ? --- If your project

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

2016-12-13 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1615 @milamberspace Column details is supposed to be added during 4.8 to 4.9 schema upgrade. Most likely when you upgraded to 4.9 this PR hadn't been merged yet. You can simply apply this statement

[GitHub] cloudstack issue #1754: [4.10] Latest health test run

2016-12-08 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1754 @rhtyd We seem to have consistently more tests failing lately --- 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 issue #1807: CLOUDSTACK-9633: Revert addition of `vhd` extention ...

2016-12-06 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1807 @syed @rhtyd @abhinandanprateek Why cant we simply rename all install paths in DB for existing snapshots instead. It can be as simple as adding this query to schema upgrade path UPDATE

[GitHub] cloudstack issue #1807: CLOUDSTACK-9633: Revert addition of `vhd` extention ...

2016-12-05 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1807 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 enabled and wishes so

[GitHub] cloudstack issue #828: CLOUDSTACK-8854: Apple Mac OS/X VM get created withou...

2016-11-30 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/828 LGTM. This patch has been working well in production for over a year now. --- 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 issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-29 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 @rafaelweingartner Thanks a lot. I totally agree that resetting hosts doesn't really need to be a part of transaction and should be extracted to a new method. The same is for lines 527-546

[GitHub] cloudstack issue #1753: [4.9] Latest health test run

2016-11-25 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1753 @rhtyd Only 2 PRs were merged in the interval between last successful run and failure: PR1766 and PR1545 1766 was merged to 4.8 and was hypervisor agnostic so all points at PR1545 'Add

[GitHub] cloudstack issue #1753: [4.9] Latest health test run

2016-11-25 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1753 @rhtyd Both 4.9 and 4.10 now fail as well as PR based on 4.9 e.g. PR 1659 with 13 tests on KVM but PRs based on 4.8 succeed e.g. PR1710 and PR1753. Might be some interference from one

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-25 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 @rafaelweingartner I might be wrong but 2d came from findAndUpdateDirectAgentToLoad in HostDaoImpl which also creates a large transaction. --- If your project is set up for it, you can reply

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-25 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 @rafaelweingartner You might be right that pod_vlan_map should be in the join. May be I didn't find the correct methods after all. @jburwell @rhtyd What do you think? I was able to find

[GitHub] cloudstack issue #1753: [4.9] Latest health test run

2016-11-25 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1753 @rhtyd All the new failures are due to inability to SSH to VMs. Can we re-run this to filter environmental issue or recent PR merge? --- If your project is set up for it, you can reply

[GitHub] cloudstack issue #1738: CLOUDSTACK-9566 instance-id metadata for baremetal V...

2016-11-24 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1738 LGTM as well --- 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

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-24 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 @rafaelweingartner Tried tracing where deadlock 5 originated. It seems both transactions are part of the same method fetchNewPublicIp in IpAddressManagerImpl . Transactions are executed

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-24 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 @rafaelweingartner Looks like the deadlocks 2 and 3 are the same. I scanned our production log and since last December we had 6400 deadlocks. Out of them close to 6000 were Deadlock 1 20

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-24 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 Here it is few samples of deadlocks we observe in high transaction volume environment with multiple management servers. As you can see most of them are concurrent operations from different

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-24 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 @rafaelweingartner @swill @wido @koushik-das @karuturi @rhtyd @jburwell Let's ask a different question. If we are to try to implement a general way of dealing with deadlocks in ACS how could

[GitHub] cloudstack issue #1754: [4.10] Latest health test run

2016-11-23 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1754 @rhtyd I quickly checked. test_06_download_detached_volume failed only on last run due to errorcode : 530, errortext : u'Unable to create a link for entity at volumes/76/141/e19cdd3c-201b

[GitHub] cloudstack issue #1686: CLOUDSTACK-9507: ListVM response's guest_os id shoul...

2016-11-23 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1686 I am -1 in the current form --- 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 issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-23 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 What about if the author can figure out a way to identify all part of transaction being cancelled and retry all parts? Or retry the whole transaction? It would be nice to open a path

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-23 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 @jburwell We've been running this fix as a part of proprietary CS for several weeks now. We are observing elimination of deadlocks and no DB corruption. Retry seems to be the only realistic way

[GitHub] cloudstack issue #1767: CLOUDSTACK-9457: Allow retrieval and modification of...

2016-11-22 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1767 @nvazquez @koushik-das If we go this route we might want to change update API to behave consistently. It would make sense to allow overriding any details. --- If your project is set up

[GitHub] cloudstack issue #1767: CLOUDSTACK-9457: Allow retrieval and modification of...

2016-11-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1767 @koushik-das No I don't. I tend to agree with you but obviously the implementation will be messier since configs are random. @nvazquez Do you think it can be changes so that modification

[GitHub] cloudstack issue #1767: CLOUDSTACK-9457: Allow retrieval and modification of...

2016-11-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1767 @koushik-das @ustcweizhou Just want to add on the use case. There is growing need to change template/VM details for after the deployment e.g. to switch root disk controller or change ratio

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-11-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1542 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 enabled and wishes so

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-11-20 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1542 @rhytd @jburwell @karuturi test_nested_virtualization_vmware Success 305.03 The other tests fail due to environmental issues e.g. below. I think it is ready for merging

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-11-17 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1542 @jburwell @rhtyd Looks like blueorangutain vmware side has issues on hypervisor. Can you take a look and then re-kick the tests? Some errors were due to that. 530, errortext : u'Unable

[GitHub] cloudstack issue #1676: CLOUDSTACK-9502: DS template copies don’t get dele...

2016-11-16 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1676 @jburwell @rhtyd @karuturi This PR also seems to be ready for merging . --- 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 issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-11-16 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1542 @karuturi @jburwell As per @rhtyd we can run additional tests with blueorangutan . Can we execute them and merge this PR since it passes the standard test suite just fine? --- If your

[GitHub] cloudstack issue #1677: CLOUDSTACK-8830 - [Vmware] VM snapshot fails for 12 ...

2016-11-15 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1677 @rhtyd @karuturi All LGTM are in order. Can we merge this one? --- 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

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-14 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 @jburwell I concur but if @yvsubhash verified that those methods don't participate in complex DML transactions this might be still a good start. If so this approach might be expanded later

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-14 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 @jburwell @yvsubhash I might be wrong but this PR will retry on deadlock for only 2 DAO methods searchIncludingRemoved and customSearchIncludingRemoved. No update methods are set

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-14 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 @jburwell I thought that most if not all of ACS interaction through DAO is rather atomic transactions. Do we have cases of multiple DML statements as a part of the same transaction? We have been

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-14 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 @jburwell @yvsubhash My understanding that all roll back statements will receive MYSQL_DEADLOCK_ERROR_CODE and will be retired as a part of this patch. --- If your project is set up

[GitHub] cloudstack issue #1762: CLOUDSTACK-9595 Transactions are not getting retried...

2016-11-11 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1762 LGTM. Finally !!! We have been seeing occasional deadlocks in environments with high level transaction rate. @rhtyd @jburwell This could be a good add to 4.8/4.9. --- If your project is set

[GitHub] cloudstack issue #1749: Updates for SAN-assisted snapshots

2016-11-09 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1749 @rhtyd @PaulAngus Can we re-run test again to see if it was one time issue? On a general note it would be extremely helpful that during blueorangutain runs we rotate management server log before

[GitHub] cloudstack issue #1749: Updates for SAN-assisted snapshots

2016-11-08 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1749 Trillian failures might be environmental. As if NFS share lost proper permissions. E.g template test failed due to that: Exception: Job failed: {jobprocstatus : 0, created : u'2016-11-08T17

[GitHub] cloudstack issue #1735: CLOUDSTACK-9570: Bug in listSnapshots for snapshots ...

2016-11-08 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1735 @ustcweizhou Not necessary. The issue affects removal of primary storage DS where there are snapshot copies. After that the snapshot could remain on secondary storage. --- If your project

[GitHub] cloudstack issue #1735: CLOUDSTACK-9570: Bug in listSnapshots for snapshots ...

2016-11-07 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1735 @rhtyd @jburwell The tests didn't kick in last time. Can we fire matrix again? --- 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 issue #1676: CLOUDSTACK-9502: DS template copies don’t get dele...

2016-11-07 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1676 @jburwell Non-VPC tests on VmWare passed this time. This one seems to be ready for merging. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cloudstack issue #1676: CLOUDSTACK-9502: DS template copies don’t get dele...

2016-11-01 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1676 @jburwell PR1560. At this point it might be make sense to leave it for 4.10 and not to forward merge it. I checked blueorangutan log and without management server log it is impossible

[GitHub] cloudstack issue #1676: CLOUDSTACK-9502: DS template copies don’t get dele...

2016-11-01 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1676 @blueorangutan test vmware-55u3 --- 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 issue #1676: CLOUDSTACK-9502: DS template copies don’t get dele...

2016-11-01 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1676 @jburwell This is most likely blueorangutan issue. This code is already merged into Master via PR1560. We can even cancel this PR and leave it in 4.10 only. --- If your project is set up

[GitHub] cloudstack issue #1677: CLOUDSTACK-8830 - [Vmware] VM snapshot fails for 12 ...

2016-10-25 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1677 LGTM for testing ``` 2016-10-24 20:52:55 47 test files ro run 2016-10-24 20:52:55 Running test file: test/integration/smoke/test_affinity_groups_projects.py 2016-10-24 20:56:07

[GitHub] cloudstack issue #1677: CLOUDSTACK-8830 - [Vmware] VM snapshot fails for 12 ...

2016-10-25 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1677 @rhtyd @murali-reddy @PaulAngus @jburwell Thanks for fixing all outstanding Marvin test issues. We have now 100% passing score on Marvin integration tests on RHEL 6 management server , advanced

[GitHub] cloudstack issue #1686: CLOUDSTACK-9507: ListVM response's guest_os id shoul...

2016-10-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1686 @rhtyd This clearly a bug. os_type_id was always supposed to be a OS type as per: @SerializedName(ApiConstants.OS_TYPE_ID) @Param(description = "OS type id of the vm&qu

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-20 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 Thanks @rhtyd It didi it. Now two of them still fail but the rest are successful ``` Tests out-of-band management ownership expiry across multi-mgmt server ... === TestName

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-20 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 @rhtyd We run marvin tests on management server. Do we need any special configuration in test data for out-of-band-managment ? The errors seem to point at missing methods

[GitHub] cloudstack issue #1703: Trillian testrun on PR-1692 fwd-merged on 4.9 branch

2016-10-20 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1703 The same results as 1692. Overall much better state. We have still failure in execution of the following tests: test_privategw_acl test_routers_network_ops test_vpc_redundant

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-20 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 Failed tests ``` test_02_vpc_privategw_static_routes (integration.smoke.test_privategw_acl.TestPrivateGwACL) ... === TestName: test_02_vpc_privategw_static_routes | Status : FAILED

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-20 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 Successful tests. RHEL 6 management server, advanced networking, Vmware 5.5/6 hypervisors ``` test DeployVM in anti-affinity groups for project ... === TestName

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-20 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 We finished testing on vmware 5.5 and 6. Overall much better state. We have still failure in execution of the following tests: test_privategw_acl test_routers_network_ops

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-19 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 We will post results later today for Vmware 5.5/6 tests --- 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 issue #1692: Fix Smoke Test Failures

2016-10-13 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 Yes +1 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 enabled and wishes so

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-13 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 @rhtyd Yes I totally agree. It could take a while to flash out the remaining issues and we should complete the release and allow merging outstanding PRs in the meantime. --- If your project

[GitHub] cloudstack issue #872: Strongswan vpn feature

2016-10-07 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/872 @swill Can you try changing in ipsec.conf plutostart=no keyexchange=ikev2 and adding ike=aes256-sha1-modp1024! esp=aes256-sha1! From: Will Stevens

[GitHub] cloudstack issue #1702: CLOUDSTACK-9535: [API] listVMSnapshots improvement

2016-10-07 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1702 Testing LGTM. Vmware 5.5. and 6.0 , advanced networking, RHEL 6 management servers ``` test DeployVM in anti-affinity groups for project ... === TestName

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-07 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 @rhtyd Vmsnapshot tests fail on vmware 6.0 due to issue resolved in PR1677. 1677 is targeted for 4.9 so I agree on removing that test for ACS 4.8 --- If your project is set up for it, you

[GitHub] cloudstack issue #872: Strongswan vpn feature

2016-10-06 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/872 @swill The default way is using integrated VPN client in Windows. For windows 8.1 the guide is here https://blogs.technet.microsoft.com/networking/2014/01/13/configuring-native-vpn-client

[GitHub] cloudstack issue #1698: CLOUDSTACK-9525 add support for windows 10 guest os ...

2016-10-06 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1698 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 enabled and wishes so

[GitHub] cloudstack issue #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-10-05 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1696 @rhtyd @jburwell Please don't forget to close loop on this PR. --- 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

[GitHub] cloudstack issue #1698: CLOUDSTACK-9525 add support for windows 10 guest os ...

2016-10-05 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1698 On Vmware they are Windows 10 is supported only starting ESX 6 so only 3 extra lines would be needed. I will help with testing on vmware: INSERT IGNORE INTO `cloud`.`guest_os_hypervisor

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-04 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 @NuxRo Then 'Other Linux (64-bit)' will be appropriate. It works for the time being as PV with current vmware but could fail at some point. For example when we were testing @rhtyd tiny template

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-04 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 @jburwell @rhtyd @borisstoyanov Do you have to do anything to make test_lb_internal to pass on Vmware? No matter what we try we get 3 exceptions 2016-10-04 07:18:24,897 - CRITICAL

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-04 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 I suggest also to change OS type in test_internal_lb.py and test_vpc_vpn for "macchinina vmware" from "ostype": "Other PV (64-bit)", to

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-03 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 @jburwell Sorry my bad. It is PR 871 . The reason the test fails is: ``` After running test_vm_snapshots.py we're getting exception on test_01_test_vm_volume_snapshot as it was expected

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-03 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 BTW failure of test_01_test_vm_volume_snapshot is due to PR571 which modified marvin test to succeed against incorrect functionality. --- If your project is set up for it, you can reply

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-03 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 I am LGTM on this now. Thanks @NuxRo @PaulAngus @rhtyd for fixing maccinina template. VPN_VPC and INTERNAL_LB test work for Vmware --- If your project is set up for it, you can reply

[GitHub] cloudstack issue #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-10-03 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1696 @rhtyd @jburwell Actually ESX 6 mapping are here schema-461to470.sql INSERT IGNORE INTO `cloud`.`hypervisor_capabilities` values (25,UUID(),'VMware','6.0',128,0,13,32,1,1); INSERT

[GitHub] cloudstack issue #1698: CLOUDSTACK-9525 add support for windows 10 guest os ...

2016-10-03 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1698 @karuturi Can we add mappings for Windows 10 for Vmware hypervisors as well? --- 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 issue #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-10-03 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1696 @jburwell @rhtyd I apologies. The issue in our environment was due to using ESX v6. Once I added new mapping for it Vmware properly assigned Os type. It would be nice to officially certify ESX6

[GitHub] cloudstack issue #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-10-03 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1696 @jburwell @rhtyd Sorry for a flood of messages. I checked and we do have mapping for all OS for Vmware 6 in ACS. It was introduced in 4.7 so that means this PR needs to have those 2 lines added

[GitHub] cloudstack issue #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-10-03 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1696 @rhtyd @jburwell @karuturi I confirm the same issue with this PR as with 'CLOUDSTACK-5922:Incorrect handling RHEL guests for 5.5 to 5.9 When Os type is specified as Ubuntu 16.04 ![image

[GitHub] cloudstack issue #1698: CLOUDSTACK-9525 add support for windows 10 guest os ...

2016-10-03 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1698 @karuturi @rhtyd I might be mistaken but we also need to add mapping into cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareGuestOsMapper and/or plugins

[GitHub] cloudstack issue #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-09-30 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1696 @rhtyd I might be mistaken but you also need to add mapping into cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareGuestOsMapper In the past if not added on vmware

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-09-30 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 I agree with @PaulAngus on URL fix. So if we want to have this PR to get in asap I am on board but some smoke tests will continue failing until driver issue in the template is addressed

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-09-30 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 The same concerns about macchinina template remains. Since it doesn't have correct E1000/vmxnet3 driver embedded any smoke test in Vmware environment will continue failing. --- If your project

[GitHub] cloudstack issue #1676: CLOUDSTACK-9502: DS template copies don’t get dele...

2016-09-29 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1676 @jburwell This is already in master. @nvazquez opened this to target 4.9 and forward merge. It is completely fine for fix to be 4.10 only since it only affects rather special circumstances

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-28 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1542 @jburwell This sounds like a good idea. In this PR all abstraction work is done so the things to do would be to implement support in respective hypervisor resources as well as strip "v

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-28 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1542 Great tip, @rhtyd This way it is actually very straightforward. We should be able to come up with integration test for this PR shortly --- If your project is set up for it, you can reply

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-27 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1542 @jburwell @rhtyd Thanks in advance --- 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 issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-27 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1542 @jburwell The only BUILTIN Centos template for Vmware is 5.3 that doesn't have KVM support to my knowledge. Are you proposing to introduce another BUILTIN template so that it is available

[GitHub] cloudstack issue #1693: CLOUDSTACK-9505: Fix test_deploy_vgpu_enabled tests ...

2016-09-27 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1693 LGTM on the testing ``` test DeployVM in anti-affinity groups for project ... === TestName: test_DeployVmAntiAffinityGroup_in_project | Status : SUCCESS === test DeployVM in anti

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-27 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1542 @jburwell Creating Marvin test for this PR will be a huge undertaking. It would require building and configuring a hypervisor in a deployed VM and then creating VM in VM. Considering storage

[GitHub] cloudstack issue #1593: CLOUDSTACK-9417: Usage module refactoring

2016-09-27 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1593 @rafaelweingartner @rhtyd Do we make any decision on this? The scope of this PR was very limited initially. It would be much easier if we don't expand it too far. --- If your project is set up

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

2016-09-27 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1615 @jburwell @karuturi @rafaelweingartner Can you check if this PR can be merged by the upcoming release? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cloudstack issue #1677: CLOUDSTACK-8830 - [Vmware] VM snapshot fails for 12 ...

2016-09-27 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1677 @jburwell It would be nice to include this PR to the upcoming release. Are there anything else needed ? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-27 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1542 @rafaelweingartner @jburwell @karuturi Looks like this PR has everything to get merged. Can we do it by the release freeze? --- If your project is set up for it, you can reply to this email

[GitHub] cloudstack issue #1686: CLOUDSTACK-9507: ListVM response's guest_os id shoul...

2016-09-27 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1686 @rhytd Current implementation has a bug as well that returns GuestOsId in place of GuestOsTypeId. I am for not only switching to UUID but also for fixing it and returning correct output

[GitHub] cloudstack issue #1677: CLOUDSTACK-8830 - [Vmware] VM snapshot fails for 12 ...

2016-09-26 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1677 @jburwell test_vm_snaphot only. Originally all 4 tests inside it would fail. With the fix one test still fails but it is unrelated to this issue and a conversation started in PR871. We would

[GitHub] cloudstack issue #1677: CLOUDSTACK-8830 - [Vmware] VM snapshot fails for 12 ...

2016-09-26 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1677 @jburwell This issue doesn't manifest on ESX 5.5. We already confirmed it resolves the issue to up to 4.5 branch. test_vm_snapshot which fails on ESX 6 now works fine. I can post test suite

[GitHub] cloudstack issue #1686: CLOUDSTACK-9507: ListVM response's guest_os id shoul...

2016-09-23 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1686 @rhtyd I think you meant guest_os_type not guest_os_id. In this case the issue is not only that it returns ID instead of UUID but also that it doesn't return ID of os type. In the sample output

[GitHub] cloudstack issue #1686: CLOUDSTACK-9507: ListVM response's guest_os id shoul...

2016-09-23 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1686 @rhtyd Somehow it works fine without this patch curl "http://localhost:8096//client/api?command=listVirtualMachines=true=json; {"listvirtualmachinesresponse":{"coun

[GitHub] cloudstack issue #1681: CLOUDSTACK-9491: incorrect parsing of device list to...

2016-09-22 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1681 @murali-reddy Thanks for the explanation. LGTM for 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

[GitHub] cloudstack issue #1642: CLOUDSTACK-9504: System VMs on Managed Storage

2016-09-22 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1642 LGTM testing on Vmware hardware. RHEL 6 management servers, ESX 5.5 and 6 hypervisors, advanced networking ``` test DeployVM in anti-affinity groups for project ... === TestName

<    1   2   3   >