Skip to content

Commit

Permalink
Add --allow-overwrite to s3 mount in external slurmdbd
Browse files Browse the repository at this point in the history
Signed-off-by: Jacopo De Amicis <[email protected]>
  • Loading branch information
jdeamicis committed Feb 1, 2024
1 parent ba89b38 commit abe389b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
end

execute 'mount slurmdbd configuration via S3' do
command "mount-s3 --allow-delete --uid $(id -u slurm) --gid $(id -g slurm) --dir-mode 0755 --file-mode 0600 #{node['slurmdbd_conf_bucket']} /opt/slurm/etc/"
command "mount-s3 --allow-delete --allow-overwrite --uid $(id -u slurm) --gid $(id -g slurm) --dir-mode 0755 --file-mode 0600 #{node['slurmdbd_conf_bucket']} /opt/slurm/etc/"
user 'root'
end

0 comments on commit abe389b

Please sign in to comment.