sources/azure: remove bind/unbind logic for hot attached nic#1332
Conversation
|
Hello! Thank you for this proposed change to cloud-init. This pull request is now marked as stale as it has not seen any activity in 14 days. If no activity occurs within the next 7 days, this pull request will automatically close. If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging TheRealFalcon, and he will ensure that someone takes a look soon. (If the pull request is closed and you would like to continue working on it, please do tag TheRealFalcon to reopen it.) |
|
@cjp256 I haven't reviewed this because of the draft state. If it's ready for review, let me know and I can review it. |
|
Thanks James, given the nature of this change I've just had it in testing for quite some time :D Opened for review. |
Wait up to 10 seconds for link to come up before continuing. This typically takes just a few seconds once the NIC is hotplugged. If it takes longer than 10 seconds for whatever reason, dhclient should eventually succeed on its next attempt after the link does come online. Signed-off-by: Chris Patterson <cpatterson@microsoft.com>
Wait up to 10 seconds for link to come up before continuing. This
typically takes just a few seconds once the NIC is hotplugged.
If it takes longer than 10 seconds for whatever reason, dhclient
should eventually succeed on its next attempt after the link does
come online.
Signed-off-by: Chris Patterson cpatterson@microsoft.com