We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d211380 commit 50ac1b8Copy full SHA for 50ac1b8
hpc_provisioner/src/hpc_provisioner/pcluster_manager.py
@@ -244,7 +244,7 @@ def pcluster_create(cluster: Cluster):
244
if not fs:
245
raise RuntimeError(f"Filesystem {cluster.name} not created when it should have been")
246
CONFIG_VALUES["fsx"] = {
247
- "Name": next(tag for tag in fs["Tags"] if tag["Key"] == "Name")["Value"],
+ "Name": "LustreFSX",
248
"MountDir": "/obi/data",
249
"StorageType": "FsxLustre",
250
"FsxLustreSettings": {"FileSystemId": fs["FileSystemId"]},
0 commit comments