Skip to content

Commit 35e2481

Browse files
Fix PR 4798 comments
1 parent 07ba3c2 commit 35e2481

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

community/examples/sycomp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Required parameter updates for each blueprint:
7171
- `scale_volumes`: Configuration for the data disks. Default is 4 disks of 250GiB each per storage node.
7272

7373
- **`sycomp-scale-expansion` module settings:**
74-
- `name_prefix`: Its value must be the same as the `name_prefix` of the cluster that is desired to be expanded.
74+
- `name_prefix`: Must match the `name_prefix` of the cluster to be expanded. Note: if not set explicitly, `name_prefix` is derived from `deployment_name` by removing non-alphanumeric characters.
7575
- `add_scale_nodes`: The number of nodes to be added.
7676

7777
## Deployment

community/examples/sycomp/sycomp-storage-ece.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ deployment_groups:
6565
count: 3 ## Number of disks to configure on each storage node
6666
size_in_gb: 250 ## Size of each disk
6767
type: "hyperdisk-balanced" ## Type of persistent disk to use
68-
provisioned_iops: 30000 ## Provisioned IOPS per disk
69-
provisioned_throughput: 500 ## Provisioned Throughput in MiB/sec per disk
68+
provisioned_iops: 30000 ## Provisioned IOPS per disk, required for Hyperdisk
69+
provisioned_throughput: 500 ## Provisioned Throughput in MiB/sec per disk, required for Hyperdisk

community/examples/sycomp/sycomp-storage-expansion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ deployment_groups:
3333
- id: sycomp-scale-expansion
3434
source: "git::https://gitlab.com/sycomp/cluster-toolkit.git//sycomp-scale-expansion?ref=v1.0.0"
3535
settings:
36-
name_prefix: "<name_prefix_of_existing_cluster>" ## Its value must be the same as the name_prefix of the cluster that is desired to be expanded
36+
name_prefix: "<name_prefix_of_existing_cluster>" ## Set to the name_prefix of the cluster to expand. See the README for details on how this value is determined.
3737
add_scale_nodes: 1 ## Number of storage nodes to add

0 commit comments

Comments
 (0)