failover/boot: stop ZeroTier link from deadlocking network-online.target
systemd-networkd-wait-online waits for every managed networkd link to go routable. The ZT link ztuga7c2kh only appears once zerotier-one starts, but zerotier-one is ordered After=network-online.target — so wait-online blocked on the not-yet-existing link until its 120s timeout, adding ~2min to every boot and delaying ZeroTier (the recovery path). Add a RequiredForOnline=no drop-in so the overlay link is excluded from the gate; real uplink readiness is already covered by NetworkManager-wait-online (networkd owns only the AP + ZT links here, neither a true uplink). Wire it into deploy.sh and document the loop in README §3/§5. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
cc25dee7e2
commit
118f2f2f5e
@@ -27,7 +27,8 @@ install -D -m0755 failover/50-disable-eee /etc/NetworkManager/dispatcher.d
|
||||
install -D -m0644 failover/99-van-arp.conf /etc/sysctl.d/99-van-arp.conf
|
||||
|
||||
echo "== zerotier managed dns =="
|
||||
install -D -m0644 dns/zt-search.conf /etc/systemd/network/99-ztuga7c2kh.network.d/search.conf
|
||||
install -D -m0644 dns/zt-search.conf /etc/systemd/network/99-ztuga7c2kh.network.d/search.conf
|
||||
install -D -m0644 dns/zt-required-for-online.conf /etc/systemd/network/99-ztuga7c2kh.network.d/required-for-online.conf
|
||||
|
||||
echo "== cockpit plugin =="
|
||||
install -d /usr/share/cockpit/vanrouter
|
||||
|
||||
Reference in New Issue
Block a user