Hi Team,
I have an all-in-one setup running MaaS 3.5.6 setup using apt.
I have around 50 machines all in Ready
state and have Power State: ON
. What I have noticed is all these machines although have a DHCP IP, they have valid_lft forever preferred_lft forever
(which means the dhcp client won’t renew the lease because of valid_lft forever
) for the interface.
root@server1:~# ip a l eno5
2: eno5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 40:b5:c1:4a:6a:6c brd ff:ff:ff:ff:ff:ff
altname enp64s0f0
inet 172.20.124.214/24 metric 100 brd 172.20.124.255 scope global eno5
valid_lft forever preferred_lft forever
inet6 fe80::42b5:c1ff:fe4a:6a6c/64 scope link
valid_lft forever preferred_lft forever
root@server1:~#
Because the dhcp client in Ready
machines don’t renew the lease, will maas rack server start selecting IPs that are associated with Ready
machines (which will result in an IP-conflict forcing a reselction of IP from available pool )?
thanks!