Skip to content

Commit a2aecbc

Browse files
gmarcianihanwen-pcluste
authored andcommitted
Revert "Remove FSx as shared storage from clusters used by AD integration tests. Using EFS as a replacement."
This reverts commit 7a9054c.
1 parent a3858c8 commit a2aecbc

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

tests/integration-tests/tests/ad_integration/test_ad_integration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,7 @@ def _check_files_permissions(users):
486486
f"{user.home_dir}/my_file",
487487
f"/shared/{user.alias}_file",
488488
f"/ebs/{user.alias}_file",
489-
# TODO EFS mounted on /shared as replacement for FSx which is currently casuing issues.
490-
# f"/efs/{user.alias}_file",
489+
f"/efs/{user.alias}_file",
491490
]:
492491
user.run_remote_command(f"touch {path}")
493492
# Specify that only owner of file should have read/write access.

tests/integration-tests/tests/ad_integration/test_ad_integration/test_ad_integration/pcluster.config.update.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,15 @@ Monitoring:
2626
Enabled: true
2727
RetentionInDays: 14
2828
SharedStorage:
29-
#TODO Temporarily removed due to FSx issues
30-
# - MountDir: /shared
31-
# Name: fsx
32-
# StorageType: FsxLustre
33-
# FsxLustreSettings:
34-
# StorageCapacity: 2400
29+
- MountDir: /shared
30+
Name: fsx
31+
StorageType: FsxLustre
32+
FsxLustreSettings:
33+
StorageCapacity: 2400
3534
- MountDir: /ebs
3635
Name: ebs
3736
StorageType: Ebs
38-
- MountDir: /shared
37+
- MountDir: /efs
3938
Name: efs
4039
StorageType: Efs
4140
DirectoryService:

tests/integration-tests/tests/ad_integration/test_ad_integration/test_ad_integration/pcluster.config.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,15 @@ Monitoring:
2626
Enabled: true
2727
RetentionInDays: 14
2828
SharedStorage:
29-
#TODO Temporarily removed due to FSx issues
30-
# - MountDir: /shared
31-
# Name: fsx
32-
# StorageType: FsxLustre
33-
# FsxLustreSettings:
34-
# StorageCapacity: 2400
29+
- MountDir: /shared
30+
Name: fsx
31+
StorageType: FsxLustre
32+
FsxLustreSettings:
33+
StorageCapacity: 2400
3534
- MountDir: /ebs
3635
Name: ebs
3736
StorageType: Ebs
38-
- MountDir: /shared
37+
- MountDir: /efs
3938
Name: efs
4039
StorageType: Efs
4140
DirectoryService:

0 commit comments

Comments
 (0)