From: David Galloway Date: Wed, 21 Jan 2026 14:10:30 +0000 (-0500) Subject: prep-fog-capture: Always run on boot X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4b1ff534951876e42cded8e1c4549d3c83c91cf8;p=ceph-cm-ansible.git 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 --- 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