Move to new maintenance mode and check legacy first

This commit is contained in:
2023-08-17 09:59:10 -04:00
parent b0a74b0053
commit e1d081a417
5 changed files with 28 additions and 10 deletions

View File

@ -7,7 +7,7 @@
serial: 1
tasks:
- name: set PVC maintenance mode
command: pvc maintenance on
command: pvc cluster maintenance on
- name: secondary node
command: "pvc node secondary {{ ansible_hostname }}"
@ -216,7 +216,7 @@
connection: local
- name: unset PVC maintenance mode
command: pvc maintenance off
command: pvc cluster maintenance off
- hosts: all
remote_user: deploy