After upgrading to Usage Meter 9.0, updating the DNS settings from VAMI may show duplicate nameservers in /etc/resolv.conf and /run/systemd/resolve/resolv.conf.
example:
nameserver AAA.AAA.AAA.AAA <== duplicate
nameserver AAA.AAA.AAA.AAA <== duplicate
nameserver BBB.BBB.BBB.BBB
VCF Usage Meter 9.0
When the DNS settings are updated via the VAMI in Usage Meter 9.0, the DNS values are stored to /etc/systemd/network/10-eth0.network.
However, in environments upgraded to Usage Meter 9.0, since the DNS values also exist in /etc/systemd/resolved.conf, the settings from both configuration files are applied, which can lead to duplicate nameserver values appearing in both /etc/resolv.conf and /run/systemd/resolve/resolv.conf.
Note: This issue does not occur on new deployments of Usage Meter 9.0, as the DNS settings in /etc/systemd/resolved.conf are not used.
Comment out the "DNS=" setting in /etc/systemd/resolved.conf.