Skip to content

Commit ec31e35

Browse files
committed
Change Galera PVC request from 500M to 5G
We recommend 5G, not 500M, for Galera. The database runs out of space when testing with LVMS without this patch. We didn't see this when testing with ci-local-storage since the 500M request was received a 10G PV. Closes https://issues.redhat.com/browse/OSPRH-7536 Signed-off-by: John Fulton <[email protected]>
1 parent 27ee3f7 commit ec31e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/control-plane/openstackcontrolplane.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ spec:
5454
# TODO(dciabrin) revert back to 3 once OSPRH-7405 is fixed
5555
replicas: 1
5656
secret: osp-secret
57-
storageRequest: 500M
57+
storageRequest: 5G
5858
openstack-cell1:
5959
# TODO(dciabrin) revert back to 3 once OSPRH-7405 is fixed
6060
replicas: 1
6161
secret: osp-secret
62-
storageRequest: 500M
62+
storageRequest: 5G
6363
glance:
6464
apiOverrides:
6565
default:

0 commit comments

Comments
 (0)