From 623a496b6d0e678e79a4253a2e71ceb61133385d Mon Sep 17 00:00:00 2001 From: Chris Sun <85611200+chris-sun-star@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:57:47 +0800 Subject: [PATCH] use default storage class openstack uses (#654) --- example/openstack/oceanbase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/openstack/oceanbase.sh b/example/openstack/oceanbase.sh index bba9d344..8a1d84b7 100644 --- a/example/openstack/oceanbase.sh +++ b/example/openstack/oceanbase.sh @@ -5,7 +5,7 @@ set -xe CLUSTER_NAME=openstack TENANT_NAME=openstack OCEANBASE_NAMESPACE=openstack -STORAGE_CLASS=local-path +STORAGE_CLASS=general OCEANBASE_CLUSTER_IMAGE=oceanbase/oceanbase-cloud-native:4.2.5.0-100000052024102022 OBPROXY_IMAGE=oceanbase/obproxy-ce:4.3.2.0-26 ROOT_PASSWORD=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16 | base64 -w 0)