Skip to content

Commit c7a5c2a

Browse files
Merge pull request openstack-k8s-operators#273 from fultonj/OSPRH-7536
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 Reviewed-by: Balazs Gibizer <[email protected]> Reviewed-by: Andrew Bays <[email protected]>
2 parents 27ee3f7 + ec31e35 commit c7a5c2a

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)