Comment 5 for bug 1671891

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

If you want to see which nodes this query would affect, run:

SELECT hostname, gateway_link_ipv4_id FROM maasserver_node
    WHERE gateway_link_ipv4_id NOT IN (
        SELECT id from maasserver_staticipaddress);