Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. 2017-03-28 13:49:23 (test_host1) - DEBUG: Executing: "ovs-vsctl add-br t_br0"
  2. 2017-03-28 13:49:23 (test_host1) - DEBUG: Executing: "ethtool -i t_br0"
  3. 2017-03-28 13:49:23 (test_host1) - DEBUG: Executing: "ovs-vsctl add-port t_br0 int0 -- set Interface int0 type=internal ofport_request=5 name=int0"
  4. 2017-03-28 13:49:23 (test_host1) - DEBUG: Executing: "ethtool -i int0"
  5. 2017-03-28 13:49:23 (test_host1) - DEBUG: Executing: "ovs-vsctl add-port t_br0 geneve0 -- set Interface geneve0 type=geneve option:remote_ip=192.168.2.2 option:key=flow ofport_request=10"
  6. 2017-03-28 13:49:23 (test_host1) - DEBUG: Executing: "ethtool -i genev_sys_6081"
  7. 2017-03-28 13:49:23 (test_host1) - DEBUG: Executing: "ovs-vsctl add-port t_br0 geneve0 -- set Interface geneve0 type=geneve option:remote_ip=192.168.2.2 option:key=flow ofport_request=10"
  8. 2017-03-28 13:49:23 (test_host1) - DEBUG:
  9. Stderr:
  10. ----------------------------
  11. ovs-vsctl: cannot create a port named geneve0 because a port named geneve0 already exists on bridge t_br0
  12. ----------------------------
  13. 2017-03-28 13:49:23 (test_host1) - ERROR: Command execution failed (exited with 1)
  14. 2017-03-28 13:49:23 (test_host1) - DEBUG:
  15. Traceback (most recent call last):
  16. File "/root/lnst/lnst/Slave/NetTestSlave.py", line 1181, in _process_msg
  17. result = method(*msg["args"])
  18. File "/root/lnst/lnst/Slave/NetTestSlave.py", line 304, in create_soft_interface
  19. dev_name = self._if_manager.create_device_from_config(if_id, config)
  20. File "/root/lnst/lnst/Slave/InterfaceManager.py", line 254, in create_device_from_config
  21. device.create()
  22. File "/root/lnst/lnst/Slave/InterfaceManager.py", line 612, in create
  23. self._conf.create()
  24. File "/root/lnst/lnst/Slave/NetConfigDevice.py", line 648, in create
  25. self._add_tunnels()
  26. File "/root/lnst/lnst/Slave/NetConfigDevice.py", line 599, in _add_tunnels
  27. i["type"], options))
  28. File "/root/lnst/lnst/Common/ExecCmd.py", line 73, in exec_cmd
  29. raise err
  30. ExecCmdFail: Command execution failed (exited with 1)
  31.  
  32. 2017-03-28 13:49:23 (localhost) - ERROR: Exception raised during configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement