[2.0rc1] MAAS doesn't honor DNS settings for a subnet for DHCP
Bug #1600720 reported by
György Szombathelyi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Critical
|
Mike Pontillo | ||
2.0 |
Fix Released
|
Critical
|
Mike Pontillo |
Bug Description
The dns_server setting for a subnet doesn't reflected in dhcpd.conf.
E.g.
maas ... subnets read
.
.
.
{
"cidr": "10.97.36.0/24",
],
.
.
.
cat /var/lib/
.
.
.
subnet 10.97.36.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 10.97.36.255;
option domain-name-servers 185.13.91.126; #<- this is the MAAS server
.
.
.
This is MaaS 2.0rc1
Related branches
lp://staging/~mpontillo/maas/subnet-dhcp-dns-settings--bug-1600720
- Gavin Panella (community): Approve
-
Diff: 332 lines (+170/-62)2 files modifiedsrc/maasserver/dhcp.py (+59/-32)
src/maasserver/tests/test_dhcp.py (+111/-30)
lp://staging/~mpontillo/maas/subnet-dhcp-dns-settings--bug-1600720--2.0
- Mike Pontillo (community): Approve
-
Diff: 347 lines (+173/-63)3 files modifieddocs/changelog.rst (+3/-1)
src/maasserver/dhcp.py (+59/-32)
src/maasserver/tests/test_dhcp.py (+111/-30)
lp://staging/~andreserl/maas/packaging_rc3
- Andres Rodriguez (community): Approve
-
Diff: 90 lines (+54/-6)2 files modifieddebian/changelog (+44/-0)
debian/maas-region-controller.postinst (+10/-6)
Changed in maas: | |
status: | New → Triaged |
importance: | Undecided → Critical |
summary: |
- Maas doesn't honor DNS settings for a subnet for DHCP + [2.0rc1] MAAS doesn't honor DNS settings for a subnet for DHCP |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This somewhat relates to https:/ /bugs.launchpad .net/maas/ +bug/1576116. We have not determined what the correct behavior will be.