[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] node health check: also fix failed systemd-journal-flush service

Holger Levsen gitlab at salsa.debian.org
Fri Apr 9 13:56:09 BST 2021



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
1373ed9c by Holger Levsen at 2021-04-09T14:55:56+02:00
node health check: also fix failed systemd-journal-flush service

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_node_health_check.sh


Changes:

=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -151,7 +151,7 @@ if ! systemctl is-system-running > /dev/null; then
 	echo "$(date -u) - problematic services found:"
 	cat $SERVICES
 	echo "$(date -u) - trying to fix problematic services."
-	for UNIT in avahi-daemon acpid rtkit-daemon networking ; do
+	for UNIT in avahi-daemon acpid rtkit-daemon networking systemd-journal-flush ; do
 		if [ -n "$(grep $UNIT $SERVICES)" ] ; then
 			echo "$(date -u) - restarting failed service $UNIT..."
 		        sudo systemctl restart $UNIT



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1373ed9c991c955de283fc50b0b244dca22e7c55

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1373ed9c991c955de283fc50b0b244dca22e7c55
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20210409/f74880ce/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list