File tree Expand file tree Collapse file tree 5 files changed +2
-996
lines changed
Expand file tree Collapse file tree 5 files changed +2
-996
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ All notable changes to this project will be documented in this file.
77### Added
88
99- Added NodeSet level authcred configuration.
10- - Added topology.yaml to config files
1110
1211### Fixed
1312
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ INTERVAL=30
1313INIT_RECONFIGURE=false
1414
1515function reconfigure() {
16- local rsync_cmd=' rsync -vaLrzPci --delete --include="*.conf" --include="*.yaml" --include=" prolog-*" --include="epilog-*" --exclude="*" "${SLURM_MOUNT}/" "${SLURM_DIR}"'
16+ local rsync_cmd=' rsync -vaLrzPci --delete --include="*.conf" --include="prolog-*" --include="epilog-*" --exclude="*" "${SLURM_MOUNT}/" "${SLURM_DIR}"'
1717
1818 if [ -z " $( eval " $rsync_cmd --dry-run | grep '\./'" ) " ] && $INIT_RECONFIGURE ; then
1919 return
@@ -23,8 +23,6 @@ function reconfigure() {
2323 eval " $rsync_cmd "
2424 find " ${SLURM_DIR} " -type f -name " *.conf" -print0 | xargs -0r chown -v " ${SLURM_USER} :${SLURM_USER} "
2525 find " ${SLURM_DIR} " -type f -name " *.conf" -print0 | xargs -0r chmod -v 644
26- find " ${SLURM_DIR} " -type f -name " *.yaml" -print0 | xargs -0r chown -v " ${SLURM_USER} :${SLURM_USER} "
27- find " ${SLURM_DIR} " -type f -name " *.yaml" -print0 | xargs -0r chmod -v 644
2826 find " ${SLURM_DIR} " -type f -regextype posix-extended -regex " ^.*/(pro|epi)log-.*$" -print0 | xargs -0r chown -v " ${SLURM_USER} :${SLURM_USER} "
2927 find " ${SLURM_DIR} " -type f -regextype posix-extended -regex " ^.*/(pro|epi)log-.*$" -print0 | xargs -0r chmod -v 755
3028
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0
55
66{{- $nodesetList := list "ALL" -}}
77{{- $failList := list "slurm.conf" "slurmdbd.conf" -}}
8- {{- $allowList := list "acct_gather.conf" "burst_buffer.conf" "cgroup.conf" "gres.conf" "helpers.conf" "job_container.conf" "mpi.conf" "oci.conf" "plugstack.conf" "topology.conf" "topology.yaml" -}}
8+ {{- $allowList := list "acct_gather.conf" "burst_buffer.conf" "cgroup.conf" "gres.conf" "helpers.conf" "job_container.conf" "mpi.conf" "oci.conf" "plugstack.conf" "topology.conf" -}}
99{{- $partitionList := list -}}
1010apiVersion : v1
1111kind : ConfigMap
You can’t perform that action at this time.
0 commit comments