[14.04 3058] kernel crash in agent while running port mirroring testcase
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.21.x |
Fix Committed
|
Critical
|
Divakar Dharanalakota | |||
R2.22.x |
Fix Committed
|
Critical
|
Divakar Dharanalakota | |||
R3.0 |
Fix Committed
|
Critical
|
Divakar Dharanalakota | |||
R3.1 |
Fix Committed
|
Critical
|
Divakar Dharanalakota | |||
R3.2 |
Fix Committed
|
Critical
|
Divakar Dharanalakota | |||
R3.2.3.x |
Fix Committed
|
Critical
|
Divakar Dharanalakota | |||
Trunk |
Fix Committed
|
Critical
|
Divakar Dharanalakota |
Bug Description
Kernel crash seen in compute node while running test_intf_
Created 2 VM in nodea35 and mirroring the packets in nodea34. kernel crash is seen in nodea35 when pinging between VM's.
Copied the dump and dmesg logs of the crash to stack@10.204.216.49 (stack/stack@123) at /home/stack/
Logs:
====
> /contrail-
-> session = ssh(host[
(Pdb) l
302 svm = mirr_vm.vm_obj
303 if svm.status == 'ACTIVE':
304 svm_name = svm.name
305 host = self.get_
306 tapintf = self.get_
307 -> session = ssh(host[
308 pcap = self.start_
309 assert src_vm.
310 self.logger.
311 % (src_vm.vm_ip, dst_vm.vm_ip))
312 exp_count = 10
(Pdb) n
> /contrail-
-> pcap = self.start_
(Pdb) n
2017-04-21 13:55:24,959 - INFO - Staring tcpdump to capture the mirrored packets.
> /contrail-
-> assert src_vm.
(Pdb) n
2017-04-21 13:57:33,050 - WARNING - Unable to run command ping -s 1400 -c 5 -W 1 204.200.183.3: Command failed to finish in 120 seconds
2017-04-21 13:57:38,053 - WARNING - Got exception in ping_to_ip:argument of type 'NoneType' is not iterable
2017-04-21 13:57:39,060 - WARNING - Unable to run command ping -s 1400 -c 5 -W 1 204.200.183.3: Low level socket error connecting to host 10.204.216.31 on port 22: Unable to connect to port 22 on 10.204.216.31 (tried 1 time)
2017-04-21 13:57:44,065 - WARNING - Got exception in ping_to_ip:argument of type 'NoneType' is not iterable
2017-04-21 13:57:45,071 - WARNING - Unable to run command ping -s 1400 -c 5 -W 1 204.200.183.3: Low level socket error connecting to host 10.204.216.31 on port 22: Unable to connect to port 22 on 10.204.216.31 (tried 1 time)
tags: | added: blocker |
tags: | added: vrouter |
Review in progress for https:/ /review. opencontrail. org/30790
Submitter: Anand H. Krishnan (<email address hidden>)