From 4b1ff534951876e42cded8e1c4549d3c83c91cf8 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 21 Jan 2026 09:10:30 -0500 Subject: [PATCH] prep-fog-capture: Always run on boot In case we've changed the kernel version and messed with device naming Signed-off-by: David Galloway --- tools/prep-fog-capture.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/prep-fog-capture.yml b/tools/prep-fog-capture.yml index cda608fc..a1e822f5 100644 --- a/tools/prep-fog-capture.yml +++ b/tools/prep-fog-capture.yml @@ -231,10 +231,6 @@ OUT="/etc/netplan/01-fog.yaml" STAMP="/.cephlab_net_configured" - if [[ -f "$STAMP" ]]; then - exit 0 - fi - rm -f /etc/netplan/*.yaml || true pick_iface() { @@ -397,9 +393,6 @@ set -euo pipefail STAMP="/.cephlab_net_configured" - if [[ -f "$STAMP" ]]; then - exit 0 - fi pick_iface() { for c in /sys/class/net/*/carrier; do -- 2.47.3