From bddfed3419ccc8160c419461fa48a40520bfbc9b Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 31 May 2025 16:02:50 -0400 Subject: [PATCH] Flip the storage mirror to write to Pure as the primary --- config/storage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/storage.yml b/config/storage.yml index 22983983d..1a6bf5c76 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -21,5 +21,5 @@ purestorage: mirror: service: Mirror - primary: local - mirrors: [ purestorage ] + primary: purestorage + mirrors: [ local ]