Skip to content

Commit 40f6e20

Browse files
[Develop] Add internal shared directories to the list of reserved directories for the SharedStorageMountDirValidator. (#5779)
1 parent 1005a77 commit 40f6e20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cli/src/pcluster/validators/cluster_validators.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,11 @@ def _validate(self, mount_dir: str):
914914
"/media",
915915
"/mnt",
916916
"/opt",
917+
"/opt/parallelcluster",
918+
"/opt/parallelcluster/shared",
919+
"/opt/parallelcluster/shared_login_nodes",
920+
"/opt/slurm",
921+
"/opt/intel",
917922
"/proc",
918923
"/root",
919924
"/run",

0 commit comments

Comments
 (0)