[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-10029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16298709#comment-16298709
 ] 

ASF GitHub Bot commented on CLOUDSTACK-10029:
---------------------------------------------

blueorangutan commented on issue #2203: [CLOUDSTACK-10029] All private, public, 
and guest interfaceses are marked as untagged ca…
URL: https://github.com/apache/cloudstack/pull/2203#issuecomment-353114636
 
 
   <b>Trillian test result (tid-1837)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 27967 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2203-t1837-kvm-centos7.zip
   Smoke tests completed. 63 look OK, 4 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_vpc_privategw_acl | `Failure` | 61.22 | test_privategw_acl.py
   test_02_vpc_privategw_static_routes | `Failure` | 252.63 | 
test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 116.80 | 
test_privategw_acl.py
   test_04_rvpc_privategw_static_routes | `Failure` | 328.10 | 
test_privategw_acl.py
   test_02_create_template_with_checksum_sha1 | `Error` | 5.15 | 
test_templates.py
   test_03_create_template_with_checksum_sha256 | `Error` | 5.14 | 
test_templates.py
   test_04_create_template_with_checksum_md5 | `Error` | 5.15 | 
test_templates.py
   test_05_rvpc_multi_tiers | `Failure` | 189.93 | test_vpc_redundant.py
   test_01_vpc_remote_access_vpn | `Error` | 50.53 | test_vpc_vpn.py
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Virtual Router network interfaces are being constantly added by cloudstack.
> ---------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-10029
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10029
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: cloudstack-agent
>    Affects Versions: 4.10.0.0
>         Environment: Centos 7 x86_64
>            Reporter: Konstantin Trushin
>
> When adding static nat eth interfaces are being added constantly to Virtual 
> Router VM till they reach PCI slot limit of libvirt. This is caused by 
> public, private and guest interfaces being marked as untagged and in HashMap 
> and values are overwritten and cleanupNetworkElementCommand dosn't know nic 
> number in VR VM and constantly adds eth interfaces.
> Below is some debugging output:
> 2017-07-25 10:47:21,054 ERROR [kvm.resource.LibvirtComputingResource] 
> (agentRequest-Handler-2:null) (logid:57628c13) Exexutiong 
> cleanupNetworkElementCommand
> 2017-07-25 10:47:21,054 DEBUG [kvm.resource.LibvirtConnection] 
> (agentRequest-Handler-2:null) (logid:57628c13) Looking for libvirtd 
> connection at: qemu:///system
> 2017-07-25 10:47:21,057 ERROR [kvm.resource.LibvirtComputingResource] 
> (agentRequest-Handler-2:null) (logid:57628c13) HASH MAP DUMP: 
> {vlan://untagged=0}
> 2017-07-25 10:47:21,057 ERROR [kvm.resource.LibvirtComputingResource] 
> (agentRequest-Handler-2:null) (logid:57628c13) HASH MAP DUMP: {LinkLocal=1, 
> vlan://untagged=0}
> 2017-07-25 10:47:21,057 ERROR [kvm.resource.LibvirtComputingResource] 
> (agentRequest-Handler-2:null) (logid:57628c13) HASH MAP DUMP: {LinkLocal=1, 
> vlan://untagged=2}
> 2017-07-25 10:47:21,057 ERROR [kvm.resource.LibvirtComputingResource] 
> (agentRequest-Handler-2:null) (logid:57628c13) HASH MAP DUMP: {LinkLocal=1, 
> vlan://untagged=3}
> 2017-07-25 10:47:21,058 ERROR [kvm.resource.LibvirtComputingResource] 
> (agentRequest-Handler-2:null) (logid:57628c13) HASH MAP DUMP: {LinkLocal=1, 
> vlan://untagged=4}
> 2017-07-25 10:47:21,058 ERROR [kvm.resource.LibvirtComputingResource] 
> (agentRequest-Handler-2:null) (logid:57628c13) NIC pos 5
> 2017-07-25 10:47:21,058 ERROR [kvm.resource.LibvirtComputingResource] 
> (agentRequest-Handler-2:null) (logid:57628c13) HASH MAP DUMP: {LinkLocal=1, 
> vlan://untagged=4}
> 2017-07-25 10:47:21,058 ERROR [kvm.resource.LibvirtComputingResource] 
> (agentRequest-Handler-2:null) (logid:57628c13) Lokking for BroadcastUri 
> vlan://261
> 2017-07-25 10:47:21,058 ERROR [kvm.resource.LibvirtComputingResource] 
> (agentRequest-Handler-2:null) (logid:57628c13) Plugging in VIF with MAC 
> 1e:00:07:00:02:c8



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to