CLOUDSTACK-10231: Asserted fixes for Direct Download on KVM#2408
CLOUDSTACK-10231: Asserted fixes for Direct Download on KVM#2408yadvr merged 1 commit intoapache:4.11from
Conversation
463f7fe to
c0aca22
Compare
|
@nvazquez should this be seen as a blocker? /cc @DaanHoogland and others |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1661 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
@rhtyd I don't think it is a blocker. It is new functionality failing, but it is nice to include if it is fixed and we need another RC. |
|
@rhtyd agree with @DaanHoogland, it is a fix only for new Direct Download functionality |
|
Trillian test result (tid-2172)
|
borisstoyanov
left a comment
There was a problem hiding this comment.
LGTM, I've run the results manually and they passed
[root@trl-1183-k-cs411-bstoyanov-marvin ~]# cat /marvin//MarvinLogs/test_vpc_redundant_7KZ1HA/results.txt
Create a redundant VPC with two networks with two VMs in each network ... === TestName: test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Status : SUCCESS ===
ok
Create a redundant VPC with two networks with two VMs in each network and check default routes ... === TestName: test_02_redundant_VPC_default_routes | Status : SUCCESS ===
ok
Create a redundant VPC with two networks with two VMs in each network ... === TestName: test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Status : SUCCESS ===
ok
Create a redundant VPC with 1 Tier, 1 VM, 1 ACL, 1 PF and test Network GC Nics ... === TestName: test_04_rvpc_network_garbage_collector_nics | Status : SUCCESS ===
ok
Create a redundant VPC with multiple tiers ... === TestName: test_05_rvpc_multi_tiers | Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 5 tests in 2713.730s
OK
|
Thanks for manual verification @borisstoyanov! @DaanHoogland could you review this one as well? |
DaanHoogland
left a comment
There was a problem hiding this comment.
hard to read protocol check but overall good amend of the code.
| * Return data store URL from store | ||
| */ | ||
| private String getDataStoreUrlFromStore(DataStoreTO store) { | ||
| if (!(store instanceof NfsTO) && (!(store instanceof PrimaryDataStoreTO) || |
There was a problem hiding this comment.
java could really do with an unless construct here ;)
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✖centos7 ✔debian. JID-1700 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
@blueorangutan package |
|
@nvazquez a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1719 |
|
@blueorangutan test |
|
@nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
d6b2304 to
68e4f0f
Compare
|
@blueorangutan package |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1746 |
|
@blueorangutan package |
|
@borisstoyanov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1748 |
|
@blueorangutan test |
|
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-2302)
|
|
@blueorangutan test matrix |
|
@borisstoyanov a Trillian-Jenkins matrix job (centos6 mgmt + xs71, centos7 mgmt + vmware65, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
|
Trillian test result (tid-2307)
|
|
Trillian test result (tid-2306)
|
|
Trillian test result (tid-2310)
|
|
Trillian test result (tid-2309)
|
|
@borisstoyanov are we ok with test results? |
|
I'm just running a smoketest against Xen7.1, to confirm these issues are there as well and we should be good @nvazquez. |
|
though I only had minimum involvement I hesitate to merge myself. |
|
@borisstoyanov @rhtyd ^^? |
|
yes @DaanHoogland, this has passed testing and it's good for merge, smoketests are showing good results and it has enough LGTMs. |
|
@nvazquez can you squash commits based on JIRA id or you would like to squash the entire PR by a single JIRA id? |
|
@rhtyd let me squash the entire PR to single Jira ID |
39c3239 to
161926c
Compare
|
@rhtyd done |
|
@borisstoyanov @rhtyd @DaanHoogland hi guys, can we merge this one? |
|
Merged based on tests and reviews. |
…ouds' Refatoração dos _logs_ do fluxo de migração de VM no KVM Closes apache#2408 See merge request scclouds/scclouds!1219
Several fixes addressed: