CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

node_delete_nic and headnode_delete_hnic don't check for network attachment #450

Open gsilvis opened 9 years ago

gsilvis commented 9 years ago

This causes the following behavior:

-Attach hnic to network -Delete hnic -Create new hnic with same name -New hnic is /already/ attached to a network

I haven't gone through and debugged exactly what's happening, but this is clearly not the right behavior.

zenhack commented 9 years ago

weird. probably easy enough to transliterate this big report into a test case.