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/sycomp-storage-ece.yaml
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -46,24 +46,24 @@ deployment_groups:
46
46
settings:
47
47
security:
48
48
ssh:
49
-
ssh_user_name: ""## Set user name to ssh mgmt node, for example: "sycompacct"
50
-
private_key: ""## Set private key file, for example: ~/.ssh/id_rsa
51
-
public_key: ""## Set public key file, for example: ~/.ssh/id_rsa.pub
49
+
ssh_user_name: ""## Set user name to ssh mgmt node, for example: "sycompacct".
50
+
private_key: ""## Set private key file, for example: ~/.ssh/id_rsa.
51
+
public_key: ""## Set public key file, for example: ~/.ssh/id_rsa.pub.
52
52
customer_token:
53
-
token: ""## Set Your Customer Token
53
+
token: ""## Set Your Customer Token.
54
54
ece:
55
-
use_ece: true ## Set deploy mode to ECE
56
-
ece_node_per_rg: 7## Set the number of nodes for each Recovery Group
57
-
ece_raid_code: "4+2p"## Set the raid code
58
-
ece_block_size: "1m"## Set block size
55
+
use_ece: true ## Set deploy mode to ECE.
56
+
ece_node_per_rg: 7## The number of nodes for each Recovery Group, When using ece_raid_code "4+2p" the recommended number of nodes per recovery group is 7.
57
+
ece_raid_code: ""## The raid code, for example: "4+2p".
58
+
ece_block_size: ""## Set block size, for example: "1m".
59
59
60
60
scale_config:
61
-
scale_node_count: 7## Number of storage nodes to deploy
62
-
scale_machine_type: "c3-standard-44"## Instance type of the storage nodes
61
+
scale_node_count: 7## Number of storage nodes to deploy, its value must be equal to or a multiple of ece_node_per_rg.
62
+
scale_machine_type: "c3-standard-44"## Instance type of the storage nodes, "c3-standard-44" is recommended value.
63
63
scale_volumes:
64
64
data-storage:
65
-
count: 3## Number of disks to configure on each storage node
66
-
size_in_gb: 250## Size of each disk
67
-
type: "hyperdisk-balanced"## Type of persistent disk to use
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
65
+
count: 3## Number of disks to configure on each storage node. This value is configurable.
66
+
size_in_gb: 250## Size of each disk in GB. Change '250' to your desired size.
67
+
type: "hyperdisk-balanced"## Type of persistent disk to use. This value is configurable.
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.
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
-
add_scale_nodes: 1## Number of storage nodes to add
37
+
add_scale_nodes: 1## Number of storage nodes to add, This value is configurable.
0 commit comments