From 4a5727e671d9707e30772c7e2d8c3ea693d8eff4 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 30 Jan 2024 10:44:14 -0500 Subject: [PATCH] Remove old legacy maintenance sets All clusters I know of are long-updated, so this is no longer needed. --- oneshot/reboot-pvc-cluster.yml | 5 ----- oneshot/update-pvc-daemons.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/oneshot/reboot-pvc-cluster.yml b/oneshot/reboot-pvc-cluster.yml index 6c52443..899b696 100644 --- a/oneshot/reboot-pvc-cluster.yml +++ b/oneshot/reboot-pvc-cluster.yml @@ -5,11 +5,6 @@ become_user: root gather_facts: yes tasks: - - name: set PVC maintenance mode (legacy) - command: pvc maintenance on - run_once: yes - ignore_errors: yes - - name: set PVC maintenance mode command: pvc cluster maintenance on run_once: yes diff --git a/oneshot/update-pvc-daemons.yml b/oneshot/update-pvc-daemons.yml index 357b604..7bb95c2 100644 --- a/oneshot/update-pvc-daemons.yml +++ b/oneshot/update-pvc-daemons.yml @@ -6,11 +6,6 @@ become_user: root gather_facts: yes tasks: - - name: set PVC maintenance mode (legacy) - command: pvc maintenance on - run_once: yes - ignore_errors: yes - - name: set PVC maintenance mode command: pvc cluster maintenance on run_once: yes