From a39aee7544a12c5e531f98db2db45b6b1bd89529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Thu, 16 May 2019 14:33:29 +0200 Subject: [PATCH] Update git submodules * Update paunch from branch 'master' - Add missing link between healthcheck unit and main service Until now, if we stop the main service, we might encounter an issue where the healthcheck is running, and we end up with two error: - systemctl stop returns "1" - container is in Exited(137) state [root@undercloud ~]# systemctl stop tripleo_nova_compute Job for tripleo_nova_compute.service canceled. [root@undercloud ~]# echo $? 1 podman ps -a | grep nova_compute (...) 27 minutes ago Exited (137) 3 minutes ago nova_compute Using the "PartOf" within the healthecheck ensures it's stopped when the main service is stopped. Adding the "Requires" on the main service unit allows to ensure the healthcheck is started as a dependency. Change-Id: I681fa0eb225d43ecbaa1b765f6761dd07031bce1 Depends-On: https://review.opendev.org/660060 --- paunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paunch b/paunch index efb015c143..7e85445bef 160000 --- a/paunch +++ b/paunch @@ -1 +1 @@ -Subproject commit efb015c1430d5589ed15c443197144f665ac9451 +Subproject commit 7e85445bef044153b79c08166738d76361999db0