Comment 3 for bug 1801132

Revision history for this message
Mike Pontillo (mpontillo) wrote :

Let's put this one on hold until we get more information about the problem. I don't want to patch this in the UI until we understand if there is a deeper issue here.

@jamesbeedy, in addition of a screenshot of the interfaces view (as requested by Anthony), if you could provide the output of the following, it would be very helpful to me:

sudo maas-region dbshell
\pset pager off
select * from maas_support__node_networking;

You could also limit the output from the support DB dump, such as:

select * from maas_support__node_networking where hostname='util01';