You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Andy Kurth (JIRA)" <ji...@apache.org> on 2016/06/20 19:12:58 UTC

[jira] [Updated] (VCL-940) timing issue getting public IP

     [ https://issues.apache.org/jira/browse/VCL-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Kurth updated VCL-940:
---------------------------
    Assignee: Andy Kurth

> timing issue getting public IP
> ------------------------------
>
>                 Key: VCL-940
>                 URL: https://issues.apache.org/jira/browse/VCL-940
>             Project: VCL
>          Issue Type: Bug
>          Components: vcld (backend)
>            Reporter: Josh Thompson
>            Assignee: Andy Kurth
>
> I saw a condition with an Ubuntu based image where vcld failed to get the public IP address because it had not yet been assigned.  The dhcpd server handed out the address one second before vcld added an entry to vcld.log about trying to get the public IP address and then not seeing it set.  Likely, the node had the address but had not finished setting it on the NIC.  This probably was never a problem with sysv but with systemd, things can happen in parallel enough that the timing doesn't work out.  Adding something such as a sleep and a 2nd try at getting the address would probably fix the problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)