Bug 1161524
| Summary: | Duplicated qrouter namespaces on neutron nodes | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Pablo Caruana <pcaruana> |
| Component: | openstack-foreman-installer | Assignee: | Jason Guiditta <jguiditt> |
| Status: | CLOSED WONTFIX | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.0 (RHEL 6) | CC: | abeekhof, benglish, chrisw, ebarrera, fdinitto, ihrachys, jguiditt, lnatapov, lpeer, lyarwood, majopela, mangelajo, mburns, morazi, nyechiel, oblaut, rhos-maint, sputhenp, yeylon |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | Installer | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-04 15:36:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1162108 | ||
| Bug Blocks: | |||
|
Description
Pablo Caruana
2014-11-07 09:51:50 UTC
I was able to reproduce this issue on my environment. A2. [root@mac848f69fbc4c3 bin(openstack_admin)]# rpm -qa | grep neutron
python-neutron-2014.1.3-11.el7ost.noarch
python-neutronclient-2.3.4-3.el7ost.noarch
openstack-neutron-openvswitch-2014.1.3-11.el7ost.noarch
openstack-neutron-ml2-2014.1.3-11.el7ost.noarch
openstack-neutron-2014.1.3-11.el7ost.noarch
Currently the problem is in the puppet modules.
1.Reboot will clean the namespaces.
2.Failover or moving neutron resources from one cluster node to another will leave namespaces undeleted,so we'll have several nodes with duplicated namespaces.
it's a problem with the deployment.
it's cloning the neutron-*-cleanup across nodes
to make it go faster but then you need this kind of manual intervention
we need to ask the deployers not to clone neutron-*-cleanup resources across all nodes.
--------------
Clone: neutron-ovs-cleanup-clone Resource: neutron-ovs-cleanup (class=ocf provider=neutron type=OVSCleanup)
Operations: start interval=0s timeout=40 (neutron-ovs-cleanup-start-timeout-40)
stop interval=0s timeout=300 (neutron-ovs-cleanup-stop-timeout-300)
monitor interval=30s (neutron-ovs-cleanup-monitor-interval-30s)
Clone: neutron-netns-cleanup-clone
Resource: neutron-netns-cleanup (class=ocf provider=neutron type=Net)
--------------
this is wrong configuration.
Moving this to ofi, so I can fix it. Miguel is not on PTO today, so removing myself from needinfo list. I don't think this is going to be fixed in quickstack, please reopen if needed. |