diff --git a/community/examples/hpc-slurm-local-ssd-v5-legacy.yaml b/community/examples/hpc-slurm-local-ssd-v5-legacy.yaml index a10116544d..08e39819b7 100644 --- a/community/examples/hpc-slurm-local-ssd-v5-legacy.yaml +++ b/community/examples/hpc-slurm-local-ssd-v5-legacy.yaml @@ -48,7 +48,7 @@ deployment_groups: local_ssd_filesystem: fs_type: ext4 mountpoint: /mnt/localssd - permissions: "0755" # must quote numeric filesystem permissions! + permissions: "1777" # must quote numeric filesystem permissions! - id: compute_node_group source: community/modules/compute/schedmd-slurm-gcp-v5-node-group diff --git a/community/examples/hpc-slurm-local-ssd.yaml b/community/examples/hpc-slurm-local-ssd.yaml index 9921a5c621..c41c332942 100644 --- a/community/examples/hpc-slurm-local-ssd.yaml +++ b/community/examples/hpc-slurm-local-ssd.yaml @@ -48,7 +48,7 @@ deployment_groups: local_ssd_filesystem: fs_type: ext4 mountpoint: /mnt/localssd - permissions: "0755" # must quote numeric filesystem permissions! + permissions: "1777" # must quote numeric filesystem permissions! - id: nodeset source: community/modules/compute/schedmd-slurm-gcp-v6-nodeset diff --git a/examples/machine-learning/a3-highgpu-8g/ml-slurm-a3-2-cluster.yaml b/examples/machine-learning/a3-highgpu-8g/ml-slurm-a3-2-cluster.yaml index 364b66f10f..e252773c98 100644 --- a/examples/machine-learning/a3-highgpu-8g/ml-slurm-a3-2-cluster.yaml +++ b/examples/machine-learning/a3-highgpu-8g/ml-slurm-a3-2-cluster.yaml @@ -115,7 +115,7 @@ deployment_groups: # mount local SSD filesystems local_ssd_filesystem: mountpoint: /mnt/localssd - permissions: 1777 + permissions: "1777" # must quote numeric filesystem permissions! runners: - type: ansible-local destination: enable_nvidia_dcgm.yml diff --git a/examples/machine-learning/a3-megagpu-8g/slurm-a3mega-cluster.yaml b/examples/machine-learning/a3-megagpu-8g/slurm-a3mega-cluster.yaml index 5dae64cb67..5fcd60f353 100644 --- a/examples/machine-learning/a3-megagpu-8g/slurm-a3mega-cluster.yaml +++ b/examples/machine-learning/a3-megagpu-8g/slurm-a3mega-cluster.yaml @@ -87,7 +87,7 @@ deployment_groups: # mount local SSD filesystems local_ssd_filesystem: mountpoint: /mnt/localssd - permissions: "0755" # must quote numeric filesystem permissions! + permissions: "1777" # must quote numeric filesystem permissions! runners: - type: shell destination: setup_aperture.sh