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