Skip to content

Commit aed0e02

Browse files
Fix PR 4798 comments
- fix typo
1 parent 2a2f0d8 commit aed0e02

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -60,8 +60,8 @@ deployment_groups:
6060
count: 4 ## Number of disks to configure on each storage node
6161
size_in_gb: 250 ## Size of each disk
6262
type: "hyperdisk-balanced" ## Type of persistent disk to use
63-
provisioned_iops: 30000 ## Provisiioned IOPS per disk, required for Hyperdisk
64-
provisioned_throughput: 500 ## Provisiioned Throughput in MiB/sec per disk, required for Hyperdisk
63+
provisioned_iops: 30000 ## Provisioned IOPS per disk, required for Hyperdisk
64+
provisioned_throughput: 500 ## Provisioned Throughput in MiB/sec per disk, required for Hyperdisk
6565

6666
ces_config:
6767
enabled: true ## A value of true enables NFS service

community/examples/sycomp/sycomp-storage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -60,8 +60,8 @@ deployment_groups:
6060
count: 4 ## Number of disks to configure on each storage node
6161
size_in_gb: 250 ## Size of each disk
6262
type: "hyperdisk-balanced" ## Type of persistent disk to use
63-
provisioned_iops: 30000 ## Provisiioned IOPS per disk, required for Hyperdisk
64-
provisioned_throughput: 500 ## Provisiioned Throughput in MiB/sec per disk, required for Hyperdisk
63+
provisioned_iops: 30000 ## Provisioned IOPS per disk, required for Hyperdisk
64+
provisioned_throughput: 500 ## Provisioned Throughput in MiB/sec per disk, required for Hyperdisk
6565
afm_config:
6666
afm_node_count: 1 ## Number of AFM nodes to deploy
6767
afm_machine_type: "c3-standard-44" ## Instance type of the AFM nodes

0 commit comments

Comments
 (0)