You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community/examples/sycomp/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Required parameter updates for each blueprint:
71
71
-`scale_volumes`: Configuration for the data disks. Default is 4 disks of 250GiB each per storage node.
72
72
73
73
-**`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.
75
75
-`add_scale_nodes`: The number of nodes to be added.
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.
37
37
add_scale_nodes: 1## Number of storage nodes to add
0 commit comments