konstantintrushin opened a new pull request #2203: All private, public, and 
guest interfaceses are marked as untagged ca?
URL: https://github.com/apache/cloudstack/pull/2203
 
 
   ?using constant Vif creation in Virtual Router VM
   
   When adding static nat eth interfaces are being added constantly to Virtual 
Route VM till they reach PCI slot limit. This is caused by public, prrivate and 
guest interfaces being marked as untagged and in HashMap values are overwritten 
and cleanupNetworkElementCommand dosn't know nic number in VR VM and constantly 
adds eth interfaces.
   
   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 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to