diagnose: better debug

This commit is contained in:
egarette@silique.fr 2023-06-22 15:52:45 +02:00
parent 120af2ff01
commit 88fc83014b

View file

@ -38,7 +38,7 @@ for machine in $MACHINES; do
if ! echo "$STARTED" | grep -q " $machine "; then if ! echo "$STARTED" | grep -q " $machine "; then
echo echo
echo "========= $machine" echo "========= $machine"
machinectl -q shell $machine /usr/bin/systemctl is-system-running 2>/dev/null || echo "not started" machinectl -q shell $machine /usr/bin/systemctl is-system-running 2>/dev/null || systemctl status systemd-nspawn@$machine.service || true
fi fi
done done
echo $DEGRADED echo $DEGRADED