race conditions in security-group additions
Bug #1417975 reported by
Ran Ziv
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Triaged
|
Low
|
Unassigned |
Bug Description
When attempting to connect multiple security groups to a single server concurrently, some of the security groups may not actually get connected despite the call returning successfully and with no error.
I've been able to reproduce this by issuing two different "server.
CVE References
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: network security-groups |
summary: |
- problem when connecting multiple security-groups to server concurrently + race conditions in security-group additions |
Changed in nova: | |
assignee: | nobody → lyanchih (lyanchih) |
Changed in nova: | |
status: | In Progress → Confirmed |
assignee: | Chung Chih, Hung (lyanchih) → nobody |
importance: | High → Medium |
Changed in nova: | |
assignee: | nobody → stgleb (gstepanov) |
Changed in nova: | |
status: | Confirmed → In Progress |
Changed in nova: | |
importance: | Medium → High |
tags: | added: race-condition |
Changed in nova: | |
assignee: | nobody → hongbin (hongbin034) |
information type: | Public → Public Security |
information type: | Public Security → Public |
To post a comment you must log in.
Hello, could you please provide reproduce steps? /gist.github. com/anonymous/ 3fe6400a311723b 10deb
I use shell script like https:/
Add/Remove multiple times but don't see any error on Horizon.
Thank you.