False positive on "External DHCP server(s) discovered on interface" with multiple MAAS units
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
maas 2.7.1-8262-
Let's say you have two rackd on the same network and those two are set as the primary and secondary rack controller respectively for a VLAN.
$ maas root vlan read fabric-0 0
Success.
Machine-readable output follows:
{
"vid": 0,
"mtu": 1500,
"dhcp_on": true,
"external_
"relay_vlan": null,
"fabric": "fabric-0",
"name": "untagged",
"secondary_
"primary_rack": "PRIMARY_ID",
"space": "oam-space",
"fabric_id": 0,
"id": 5001,
"resource_uri": "/MAAS/
}
Then, both rack controllers report that there is an external DHCP server each other. The expected result is that the line can say that it's another DHCP server on the network, but managed by MAAS or something.
[rackd.log on primary]
2020-07-03 13:36:27 provisioningser
2020-07-03 13:36:37 provisioningser
2020-07-03 13:37:18 provisioningser
[rackd.log on secondary]
2020-07-03 13:34:47 provisioningser
2020-07-03 13:34:57 provisioningser
2020-07-03 13:35:37 provisioningser
Changed in maas: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → next |
Changed in maas: | |
milestone: | next → 3.2.0-beta3 |
Hi, to clarify, are you seeing a wrong behavior from maas, or is this just about the messaging being unclear?