[
https://issues.apache.org/jira/browse/CLOUDSTACK-8935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14971144#comment-14971144
]
ASF GitHub Bot commented on CLOUDSTACK-8935:
--------------------------------------------
Github user wilderrodrigues commented on the pull request:
https://github.com/apache/cloudstack/pull/967#issuecomment-150605611
Ping @remibergsma @miguelaferreira @borisroman @DaanHoogland
It's now fixed for real!
```
Test create VPC offering ... === TestName: test_01_create_vpc_offering |
Status : SUCCESS ===
ok
Test VPC offering without load balancing service ... === TestName:
test_03_vpc_off_without_lb | Status : SUCCESS ===
ok
Test VPC offering without static NAT service ... === TestName:
test_04_vpc_off_without_static_nat | Status : SUCCESS ===
ok
Test VPC offering without port forwarding service ... === TestName:
test_05_vpc_off_without_pf | Status : SUCCESS ===
ok
Test VPC offering with invalid services ... === TestName:
test_06_vpc_off_invalid_services | Status : SUCCESS ===
ok
Test update VPC offering ... === TestName: test_07_update_vpc_off | Status
: SUCCESS ===
ok
Test list VPC offering ... === TestName: test_08_list_vpc_off | Status :
SUCCESS ===
ok
test_09_create_redundant_vpc_offering
(integration.component.test_vpc_offerings.TestVPCOffering) ... === TestName:
test_09_create_redundant_vpc_offering | Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 8 tests in 1964.378s
OK
/tmp//MarvinLogs/test_vpc_offerings_3GSCL8/results.txt (END)
```
I will run more tests and have an extensive report here soon.
Cheers,
Wilder
> Cannot remove [r]VPC networks due to RTNETLINK error
> ----------------------------------------------------
>
> Key: CLOUDSTACK-8935
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8935
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Virtual Router
> Affects Versions: 4.6.0
> Reporter: Wilder Rodrigues
> Assignee: Wilder Rodrigues
> Priority: Critical
>
> Sometimes, when trying to remove a network of a rVPC, I get the following
> error in the router logs:
> 2015-10-06 08:28:59,929 DEBUG [kvm.resource.LibvirtComputingResource]
> (agentRequest-Handler-4:null) RTNETLINK answers: File existsRTNETLINK
> answers: File exists[WARN] update_config.py :: Reconfiguring guest netwo
> rk...[INFO] update_config.py :: Processing Guest Network.[INFO] Processing
> JSON file guest_network.jsonTraceback (most recent call last): File
> "/opt/cloud/bin/update_config.py", line 131, in <module> process_
> file() File "/opt/cloud/bin/update_config.py", line 54, in process_file
> finish_config() File "/opt/cloud/bin/update_config.py", line 44, in
> finish_config returncode = configure.main([]) File "/opt/cloud/
> bin/configure.py", line 888, in main dhcp.process() File
> "/opt/cloud/bin/cs/CsDhcp.py", line 47, in process self.configure_server()
> File "/opt/cloud/bin/cs/CsDhcp.py", line 71, in configure_server line
> = "dhcp-option=tag:interface-%s,6,%s" % (device,
> ','.join(gn.get_dns()))TypeError: sequence item 0: expected string, NoneType
> found
> A way to work this around is:
> 1. Stop and destroy the router(s)
> 2. Remove the network
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)