Hyper-V Agent daemon_loop() on Exception starts port binding for all ports.
Bug #1439143 reported by
Vinod Kumar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-hyperv |
Fix Released
|
Medium
|
Vinod Kumar |
Bug Description
In Hyper-V Agent daemon_loop() if an exception occurs during port binding
then the sync flag is set to True which results in daemon_loop() reprocess
all ports (same as agent restart case).
Expected is that on exception it is not necessary to process all the ports but
rather continue port binding only for the ports for which binding is pending.
Under scaled Hyper-V environment this impacts the performance.
Related branches
Changed in networking-hyperv: | |
assignee: | nobody → Vinod Kumar (vinod-kumar5) |
Changed in networking-hyperv: | |
importance: | Undecided → Medium |
description: | updated |
Changed in networking-hyperv: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/169711
Review: https:/