Skip to content

Commit 50ac1b8

Browse files
committed
AWS doesn't like long strings
1 parent d211380 commit 50ac1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpc_provisioner/src/hpc_provisioner/pcluster_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def pcluster_create(cluster: Cluster):
244244
if not fs:
245245
raise RuntimeError(f"Filesystem {cluster.name} not created when it should have been")
246246
CONFIG_VALUES["fsx"] = {
247-
"Name": next(tag for tag in fs["Tags"] if tag["Key"] == "Name")["Value"],
247+
"Name": "LustreFSX",
248248
"MountDir": "/obi/data",
249249
"StorageType": "FsxLustre",
250250
"FsxLustreSettings": {"FileSystemId": fs["FileSystemId"]},

0 commit comments

Comments
 (0)