Skip to content

Commit

Permalink
Compute node /tmp and squid cache moved to /localscratch
Browse files Browse the repository at this point in the history
  • Loading branch information
poquirion committed Apr 15, 2024
1 parent 150190d commit 73cd80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/profile/manifests/slurm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
group => 'slurm',
content => @(EOT/L),
required /opt/software/slurm/lib64/slurm/cc-tmpfs_mounts.so \
bindself=/tmp bindself=/dev/shm target=/localscratch bind=/var/tmp/
bindself=/dev/shm target=/localscratch bind=/var/tmp/ bind=/tmp/
|EOT
}

Expand Down
2 changes: 1 addition & 1 deletion site/profile/manifests/squid.pp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
squid::http_access { 'CLUSTER_NETWORK CVMFS':
action => 'allow',
}
squid::cache_dir { '/var/spool/squid':
squid::cache_dir { '/localscratch/var/spool/squid':
type => 'ufs',
options => "${cache_size} 16 256",
}
Expand Down

0 comments on commit 73cd80a

Please sign in to comment.