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 a3eb530 commit c26d9a5Copy full SHA for c26d9a5
hpc_provisioner/src/hpc_provisioner/aws_queries.py
@@ -439,7 +439,7 @@ def create_dra(
439
BatchImportMetaDataOnCreate=True,
440
ImportedFileChunkSize=1024,
441
S3=s3_config,
442
- ClientRequestToken=f"{filesystem_id}-{vlab_id}-{project_id}",
+ ClientRequestToken=f"{filesystem_id}-{vlab_id}-{project_id}-{mountpoint.split('/')[-1]}",
443
Tags=[
444
{"Key": "Name", "Value": f"{filesystem_id}-{mountpoint}"},
445
{"Key": BILLING_TAG_KEY, "Value": BILLING_TAG_VALUE},
0 commit comments