From ec2fd99eb63627daed30be856d2d35c60b17ec19 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:27 -0400 Subject: [PATCH] Avoid errors if noout fails --- oneshot/update-pvc-cluster.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/oneshot/update-pvc-cluster.yml b/oneshot/update-pvc-cluster.yml index d94e619..e10c06e 100644 --- a/oneshot/update-pvc-cluster.yml +++ b/oneshot/update-pvc-cluster.yml @@ -168,6 +168,7 @@ - name: unset OSD noout command: pvc storage osd unset noout + ignore_errors: yes - name: unflush node command: "pvc node ready {{ ansible_hostname }} --wait"