Restarting nova-compute removes ip packet filters
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Derek Higgins | ||
Essex |
Fix Released
|
High
|
Unassigned | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
RHEL 6.3 EPEL openstack packages
restarting nova-compute clears the iptables filters allowing traffic to communicate with instances
[root@agent-
Chain nova-compute-
pkts bytes target prot opt in out source destination
1538 280K ACCEPT all -- br100 * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * br100 0.0.0.0/0 0.0.0.0/0
[root@agent-
[root@agent-
Stopping openstack-
Starting openstack-
[root@agent-
[root@agent-
[root@agent-
they remain like this until another vm is started on this compute node.
Related branches
- Chuck Short: Pending requested
-
Diff: 56 lines (+14/-4)3 files modifieddebian/changelog (+8/-0)
debian/control (+6/-3)
debian/nova-console.install (+0/-1)
Changed in nova: | |
assignee: | nobody → Derek Higgins (derekh) |
Changed in nova: | |
milestone: | none → folsom-3 |
status: | Fix Committed → Fix Released |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Precise): | |
status: | New → Confirmed |
Changed in nova: | |
milestone: | folsom-3 → 2012.2 |
Fix proposed to branch: master /review. openstack. org/10123
Review: https:/