Skip to content

Commit c26d9a5

Browse files
committed
DRA: ClientRequestToken per mountpoint
1 parent a3eb530 commit c26d9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpc_provisioner/src/hpc_provisioner/aws_queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def create_dra(
439439
BatchImportMetaDataOnCreate=True,
440440
ImportedFileChunkSize=1024,
441441
S3=s3_config,
442-
ClientRequestToken=f"{filesystem_id}-{vlab_id}-{project_id}",
442+
ClientRequestToken=f"{filesystem_id}-{vlab_id}-{project_id}-{mountpoint.split('/')[-1]}",
443443
Tags=[
444444
{"Key": "Name", "Value": f"{filesystem_id}-{mountpoint}"},
445445
{"Key": BILLING_TAG_KEY, "Value": BILLING_TAG_VALUE},

0 commit comments

Comments
 (0)