From fef97f0b04784471e62c7d24904382d0c6669e19 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 15 Nov 2023 20:32:23 -0500 Subject: [PATCH] Adjust name of pvcapid-worker to pvcworkerd --- oneshot/README.md | 4 ++-- oneshot/update-pvc-daemons.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oneshot/README.md b/oneshot/README.md index 5b7e120..a36e802 100644 --- a/oneshot/README.md +++ b/oneshot/README.md @@ -54,7 +54,7 @@ For each host in the cluster sequentially, do: ## `upgrade-pvc-daemons.yml` -This playbook performs a sequential upgrade of the PVC software daemons via apt on all nodes in a PVC cluster. This is a less invasive update process than the `update-pvc-cluster.yml` playbook as it does not flush or reboot the nodes, but does restart all PVC daemons (`pvcnoded`, `pvcapid`, and `pvcapid-worker`). +This playbook performs a sequential upgrade of the PVC software daemons via apt on all nodes in a PVC cluster. This is a less invasive update process than the `update-pvc-cluster.yml` playbook as it does not flush or reboot the nodes, but does restart all PVC daemons (`pvcnoded`, `pvcapid`, and `pvcworkerd`). ### Running the Playbook @@ -84,7 +84,7 @@ For each node in the cluster sequentially, do: 1. Secondary the node, then wait 30 seconds -1. Restart both active PVC daemons (`pvcapid-worker`, `pvcnoded`), then wait 60 seconds; since the node is not the primary coordinator, `pvcapid` will not be running +1. Restart both active PVC daemons (`pvcworkerd`, `pvcnoded`), then wait 60 seconds; since the node is not the primary coordinator, `pvcapid` will not be running 1. Verify daemons are running diff --git a/oneshot/update-pvc-daemons.yml b/oneshot/update-pvc-daemons.yml index 74e83b4..b4b7b4a 100644 --- a/oneshot/update-pvc-daemons.yml +++ b/oneshot/update-pvc-daemons.yml @@ -58,7 +58,7 @@ state: restarted enabled: yes with_items: - - pvcapid-worker + - pvcworkerd - pvcnoded - name: wait 15 seconds for system to stabilize @@ -76,7 +76,7 @@ when: ansible_facts.services[item] is not defined or ansible_facts.services[item]["state"] != "running" with_items: - pvcnoded.service - - pvcapid-worker.service + - pvcworkerd.service - name: reset any systemd failures command: systemctl reset-failed