Remove pvc-flush references

This service causes more problems than it solves usually, so it is being
removed in the next PVC version.
This commit is contained in:
2023-09-01 15:42:28 -04:00
parent 5aeca53212
commit be091f66d4
5 changed files with 4 additions and 41 deletions

View File

@ -92,12 +92,6 @@
become: no
connection: local
- name: stop and disable PVC flush daemon cleanly
service:
name: pvc-flush
state: stopped
enabled: no
- name: stop PVC daemon cleanly
service:
name: pvcnoded
@ -190,12 +184,6 @@
become: no
connection: local
- name: start and enable PVC flush daemon cleanly
service:
name: pvc-flush
state: started
enabled: yes
- name: reset any systemd failures
command: systemctl reset-failed
when: freshness.changed