From aad1706fd2eb32d6e03c5773bcc3bdefc5abb84d Mon Sep 17 00:00:00 2001 From: Gus Parvin Date: Mon, 23 Oct 2023 14:02:00 -0400 Subject: [PATCH] QE OPP environment has had problems that I think are due to gp2 This is a suspicion that the QE environment is not working well due to switching from gp3 to gp2. If this change doesn't resolve the issue I'll want to undo this change in the future. Signed-off-by: Gus Parvin --- .../stable/openshift-plus/input-odf/policy-odf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policygenerator/policy-sets/stable/openshift-plus/input-odf/policy-odf.yaml b/policygenerator/policy-sets/stable/openshift-plus/input-odf/policy-odf.yaml index 0f262c671..cdb25cbca 100644 --- a/policygenerator/policy-sets/stable/openshift-plus/input-odf/policy-odf.yaml +++ b/policygenerator/policy-sets/stable/openshift-plus/input-odf/policy-odf.yaml @@ -70,10 +70,10 @@ spec: resources: requests: storage: 100Gi - storageClassName: gp2-csi + storageClassName: gp3-csi volumeMode: Block status: {} - name: ocs-deviceset-gp2-csi + name: ocs-deviceset-gp3-csi placement: {} portable: true preparePlacement: {}