Comment 8 for bug 1761706

Revision history for this message
John A Meinel (jameinel) wrote : Re: [Bug 1761706] Re: agent installation fails

newFanIP := underlayNet.IP.To4()

^- That line, newFanIP == nil because the underlying IP is an IPv6 and thus
doesn't have a v4 representation.
We should do:
if newFanIP == nil {
  continue
}

I do think the user can work around this by specifying
container-networking=provider or some other setting that disables fan. (eg
--model-default container-networking=local)

On Tue, Apr 10, 2018 at 1:48 AM, Nicholas Skaggs <
<email address hidden>> wrote:

> ** Changed in: juju/2.3
> Assignee: (unassigned) => Eric Claude Jones (ecjones)
>
> --
> You received this bug notification because you are subscribed to juju.
> Matching subscriptions: juju bugs
> https://bugs.launchpad.net/bugs/1761706
>
> Title:
> agent installation fails
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/juju/+bug/1761706/+subscriptions
>