From 74066e6ceb4b5876a9c1f343b287df3517cebcec Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 7 Oct 2021 16:31:52 -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"