From 010ecefe163875f09db50a87b1a02cb781ea0d13 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 10 Dec 2023 00:13:42 -0500 Subject: [PATCH] Ensure pvchealthd is restarted as well --- oneshot/update-pvc-daemons.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/oneshot/update-pvc-daemons.yml b/oneshot/update-pvc-daemons.yml index e2c8924..88ddd20 100644 --- a/oneshot/update-pvc-daemons.yml +++ b/oneshot/update-pvc-daemons.yml @@ -82,14 +82,15 @@ become: no connection: local - - name: restart PVC daemons + - name: restart PVC node daemons service: name: "{{ item }}" state: restarted enabled: yes with_items: - - pvcworkerd - pvcnoded + - pvcworkerd + - pvchealthd - name: wait 15 seconds for system to stabilize pause: