Skip to content

Commit

Permalink
Renamed StorageGiB to BlockStorageGiB (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv authored Sep 21, 2023
1 parent 9cbbfe3 commit 0eb4b5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions managed_rondb/desired_state.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
implemented to support shared network disks / volumes. Therefore, when
changing these fields for a live cluster, the containers will be replaced.
*/
"StorageGiBPerMgmdVm": 4,
"StorageGiBPerNdbdVm": 30,
"StorageGiBPerMysqldVm": 15,
"StorageGiBPerApiVm": 10,
"BlockStorageGiBPerMgmdVm": 4,
"BlockStorageGiBPerNdbdVm": 30,
"BlockStorageGiBPerMysqldVm": 50,
"BlockStorageGiBPerApiVm": 10,
/*
These are immutable fields that will be fixed in RonDB's config.ini.
Take these into account when adding ExternallyManagedNodes on a running
Expand Down
4 changes: 2 additions & 2 deletions managed_rondb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
container_name: flask-server
command: ["--no-active-test-worker"]
environment:
IMAGE_TO_SPAWN: hopsworks/rondb-managed:latest
IMAGE_TO_SPAWN: hopsworks/rondb-managed:21.04.15-1.0
CLOUD_BASE_URL: "http://flask-server:8000"
ports:
# Host:Docker
Expand All @@ -32,7 +32,7 @@ services:

# This container can be killed once the cluster is running
bootstrap_agent:
image: hopsworks/rondb-managed:latest
image: hopsworks/rondb-managed:21.04.15-1.0
container_name: bootstrap_agent
environment:
IS_BOOTSTRAP_HOST: "true"
Expand Down

0 comments on commit 0eb4b5e

Please sign in to comment.