Comment 2 for bug 1915865

Revision history for this message
Jochen Wezel (jwezel) wrote :

## Workaround

To check or manually update the missing piece in database, you can use following SQL statement to get the responsible data row:

    select id, name, type, mac_address, vlan_id, interface_speed, link_connected, link_speed
    from "public"."maasserver_interface"
    where node_id in (select id from "public"."maasserver_node" where hostname = '{insert your hostname here}')