Commit 3a0c98c
committed
fix: include VXLAN persistent networks in cleanup resource dispatch
cleanupPersistentnNetworkResources() only sent CleanupPersistentNetworkResourceCommand
for networks whose broadcast URI scheme is vlan, so vxlan:// persistent networks
leaked bridges and VXLAN interfaces on hosts that never ran a VM on them.
setupPersistentNetwork() creates resources for all persistent networks with no
scheme filter, so the removal path must accept both Vlan and Vxlan schemes.
Fixes #13966.1 parent 158fe4f commit 3a0c98c
1 file changed
Lines changed: 2 additions & 1 deletion
File tree
- engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1603 | 1603 | | |
1604 | 1604 | | |
1605 | 1605 | | |
| 1606 | + | |
1606 | 1607 | | |
1607 | | - | |
| 1608 | + | |
1608 | 1609 | | |
1609 | 1610 | | |
1610 | 1611 | | |
| |||
0 commit comments