Adjust name of pvcapid-worker to pvcworkerd
This commit is contained in:
parent
8ba0ca02b1
commit
fef97f0b04
|
@ -54,7 +54,7 @@ For each host in the cluster sequentially, do:
|
||||||
|
|
||||||
## `upgrade-pvc-daemons.yml`
|
## `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
|
### Running the Playbook
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ For each node in the cluster sequentially, do:
|
||||||
|
|
||||||
1. Secondary the node, then wait 30 seconds
|
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
|
1. Verify daemons are running
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
state: restarted
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
with_items:
|
with_items:
|
||||||
- pvcapid-worker
|
- pvcworkerd
|
||||||
- pvcnoded
|
- pvcnoded
|
||||||
|
|
||||||
- name: wait 15 seconds for system to stabilize
|
- 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"
|
when: ansible_facts.services[item] is not defined or ansible_facts.services[item]["state"] != "running"
|
||||||
with_items:
|
with_items:
|
||||||
- pvcnoded.service
|
- pvcnoded.service
|
||||||
- pvcapid-worker.service
|
- pvcworkerd.service
|
||||||
|
|
||||||
- name: reset any systemd failures
|
- name: reset any systemd failures
|
||||||
command: systemctl reset-failed
|
command: systemctl reset-failed
|
||||||
|
|
Loading…
Reference in New Issue