<div dir="ltr">Hi guys, I've been attaching and detaching interfaces to an instance until I got into a weird situation:<div><br></div><div>-I see the interface:</div><div><br></div><div><div>root@cocinero:~/tools# nova --os-username noc-admin --os-tenant-name noc --os-password My_Pass --os-auth-url <a href="http://172.19.136.1:35357/v2.0">http://172.19.136.1:35357/v2.0</a> interface-list c7d4e004-47fc-42b4-9aec-83e196f9c202</div><div>+------------+--------------------------------------+--------------------------------------+--------------+-------------+</div><div>| Port State | Port ID                              | Net ID                               | IP addresses | MAC Address |</div><div>+------------+--------------------------------------+--------------------------------------+--------------+-------------+</div><div>| ACTIVE     | 572cb037-c0b7-490b-b451-594897817397 | 275c5c97-5a18-41ff-a46c-49d78507fb22 | 172.16.28.34 |             |</div><div>+------------+--------------------------------------+--------------------------------------+--------------+-------------+</div><div>root@cocinero:~/tools# </div><div><br></div><div>-I want to delete that interface, so:</div><div><br></div><div><div>root@cocinero:~/tools# nova --os-username noc-admin --os-tenant-name noc --os-password My_Pass --os-auth-url <a href="http://172.19.136.1:35357/v2.0">http://172.19.136.1:35357/v2.0</a> interface-detach c7d4e004-47fc-42b4-9aec-83e196f9c202 572cb037-c0b7-490b-b451-594897817397</div><div>root@cocinero:~/tools# </div></div><div><br></div><div>No error messages at all. </div><div><br></div><div>-But the interface stills there:</div><div><br></div><div><div>root@cocinero:~/tools# nova --os-username noc-admin --os-tenant-name noc --os-password My_Pass --os-auth-url <a href="http://172.19.136.1:35357/v2.0">http://172.19.136.1:35357/v2.0</a> interface-list c7d4e004-47fc-42b4-9aec-83e196f9c202</div><div>+------------+--------------------------------------+--------------------------------------+--------------+-------------+</div><div>| Port State | Port ID                              | Net ID                               | IP addresses | MAC Address |</div><div>+------------+--------------------------------------+--------------------------------------+--------------+-------------+</div><div>| ACTIVE     | 572cb037-c0b7-490b-b451-594897817397 | 275c5c97-5a18-41ff-a46c-49d78507fb22 | 172.16.28.34 |             |</div><div>+------------+--------------------------------------+--------------------------------------+--------------+-------------+</div><div>root@cocinero:~/tools# </div></div><div><br></div><div>Doing some research I've found this bug <a href="https://bugs.launchpad.net/nova/+bug/1326183">https://bugs.launchpad.net/nova/+bug/1326183</a> , which is exactly the same behaviour I see in my cloud. It seems to be related to a race condition during the cache update. </div><div><br></div><div>Any ideas how to:</div><div><br></div><div>-Reset the conditions so I can detach the interface cleanly?</div><div>-Backport the proposed patch to Grizzly? (Upgrading to IceHouse is almost impossible)</div><div><br></div><div>Thanks!</div><div><br></div>-- <br><div dir="ltr">Pavlik Salles Juan José<div>Blog - <a href="http://viviendolared.blogspot.com" target="_blank">http://viviendolared.blogspot.com</a></div></div>
</div></div>