Skip to content

Commit 9583194

Browse files
Fix File Cache templates
The only supported throughput is 1000. This commit fixes bug from #6772 Signed-off-by: Hanwen <[email protected]>
1 parent 8d60f39 commit 9583194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cloudformation/storage/storage-stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Resources:
437437
SubnetIds=[subnet_id],
438438
SecurityGroupIds=[securitygroup_id],
439439
LustreConfiguration={
440-
"PerUnitStorageThroughput": 125,
440+
"PerUnitStorageThroughput": 1000,
441441
"DeploymentType": "CACHE_1",
442442
"MetadataConfiguration": {"StorageCapacity": 2400},
443443
},

Diff for: tests/integration-tests/resources/file-cache-storage-cfn.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Resources:
8787
SubnetIds=[subnet_id],
8888
SecurityGroupIds=[securitygroup_id],
8989
LustreConfiguration={
90-
"PerUnitStorageThroughput": 125,
90+
"PerUnitStorageThroughput": 1000,
9191
"DeploymentType": "CACHE_1",
9292
"MetadataConfiguration": {"StorageCapacity": 2400},
9393
},

0 commit comments

Comments
 (0)