Comment 2 for bug 1960965

Revision history for this message
Tessa (unit3) wrote :

to be clear, this happens with all my systems, not just one. the bug seems universal. I'm using the "Clone from..." feature in the GUI to clone the systems storage and networking. here's the output from one of the affected systems:

```
# maas admin interfaces read 4smwte
Success.
Machine-readable output follows:
[
    {
        "parents": [],
        "sriov_max_vf": 128,
        "tags": [
            "sriov"
        ],
        "effective_mtu": 9000,
        "type": "physical",
        "link_connected": true,
        "name": "ens5f0",
        "enabled": true,
        "vlan": {
            "vid": 0,
            "mtu": 9000,
            "dhcp_on": true,
            "external_dhcp": null,
            "relay_vlan": null,
            "id": 5004,
            "primary_rack": "apcxt8",
            "secondary_rack": null,
            "name": "untagged",
            "fabric": "tr2_int",
            "space": "undefined",
            "fabric_id": 2,
            "resource_uri": "/MAAS/api/2.0/vlans/5004/"
        },
        "id": 50,
        "system_id": "4smwte",
        "mac_address": "b4:96:91:b9:0a:f8",
        "children": [
            "int"
        ],
        "firmware_version": "2.25 0x80007029 0.0.0",
        "params": {},
        "link_speed": 10000,
        "interface_speed": 10000,
        "vendor": "Intel Corporation",
        "product": null,
        "links": [],
        "numa_node": 0,
        "discovered": null,
        "resource_uri": "/MAAS/api/2.0/nodes/4smwte/interfaces/50/"
    },
    {
        "parents": [],
        "sriov_max_vf": 128,
        "tags": [
            "sriov"
        ],
        "effective_mtu": 9000,
        "type": "physical",
        "link_connected": true,
        "name": "ens5f1",
        "enabled": true,
        "vlan": {
            "vid": 0,
            "mtu": 9000,
            "dhcp_on": true,
            "external_dhcp": null,
            "relay_vlan": null,
            "id": 5004,
            "primary_rack": "apcxt8",
            "secondary_rack": null,
            "name": "untagged",
            "fabric": "tr2_int",
            "space": "undefined",
            "fabric_id": 2,
            "resource_uri": "/MAAS/api/2.0/vlans/5004/"
        },
        "id": 51,
        "system_id": "4smwte",
        "mac_address": "b4:96:91:b9:0a:f9",
        "children": [
            "int"
        ],
        "firmware_version": "2.25 0x80007029 0.0.0",
        "params": {},
        "link_speed": 10000,
        "interface_speed": 10000,
        "vendor": "Intel Corporation",
        "product": null,
        "links": [],
        "numa_node": 0,
        "discovered": [],
        "resource_uri": "/MAAS/api/2.0/nodes/4smwte/interfaces/51/"
    },
    {
        "parents": [
            "ens5f0",
            "ens5f1"
        ],
        "sriov_max_vf": 0,
        "tags": [],
        "effective_mtu": 9000,
        "type": "bond",
        "link_connected": false,
        "name": "int",
        "enabled": true,
        "vlan": {
            "vid": 0,
            "mtu": 9000,
            "dhcp_on": true,
            "external_dhcp": null,
            "relay_vlan": null,
            "id": 5004,
            "primary_rack": "apcxt8",
            "secondary_rack": null,
            "name": "untagged",
            "fabric": "tr2_int",
            "space": "undefined",
            "fabric_id": 2,
            "resource_uri": "/MAAS/api/2.0/vlans/5004/"
        },
        "id": 74,
        "system_id": "4smwte",
        "mac_address": "b4:96:91:b9:0a:f9",
        "children": [
            "int.4000"
        ],
        "firmware_version": null,
        "params": {
            "bond_downdelay": 0,
            "bond_lacp_rate": "fast",
            "bond_miimon": 0,
            "bond_mode": "802.3ad",
            "bond_num_grat_arp": 1,
            "bond_updelay": 0,
            "bond_xmit_hash_policy": "encap3+4"
        },
        "link_speed": 0,
        "interface_speed": 0,
        "vendor": null,
        "product": null,
        "links": [],
        "numa_node": null,
        "discovered": [],
        "resource_uri": "/MAAS/api/2.0/nodes/4smwte/interfaces/74/"
    },
    {
        "parents": [
            "int"
        ],
        "sriov_max_vf": 0,
        "tags": [],
        "effective_mtu": 9000,
        "type": "vlan",
        "link_connected": false,
        "name": "int.4000",
        "enabled": true,
        "vlan": {
            "vid": 4000,
            "mtu": 9000,
            "dhcp_on": true,
            "external_dhcp": null,
            "relay_vlan": null,
            "id": 5015,
            "primary_rack": "apcxt8",
            "secondary_rack": null,
            "name": "app",
            "fabric": "tr2_int",
            "space": "undefined",
            "fabric_id": 2,
            "resource_uri": "/MAAS/api/2.0/vlans/5015/"
        },
        "id": 77,
        "system_id": "4smwte",
        "mac_address": "b4:96:91:b9:0a:f9",
        "children": [],
        "firmware_version": null,
        "params": {},
        "link_speed": 0,
        "interface_speed": 0,
        "vendor": null,
        "product": null,
        "links": [],
        "numa_node": null,
        "discovered": [],
        "resource_uri": "/MAAS/api/2.0/nodes/4smwte/interfaces/77/"
    }
]

```