You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cookbooks/aws-parallelcluster-slurm/templates/default/slurm/head_node/update_slurm_database_password.sh.erb
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,11 @@ fi
30
30
echo"Reading password from AWS Secrets Manager: ${SECRET_ARN}"
if [[ "${password_from_secrets_manager}"=~'#' ]];then
34
+
echo"You cannot use the # character in the database password as Slurm does not support it with $SLURMDBD_PROPERTY configuration paramter in $SLURMDBD_CONFIG_FILE. You can get more details in https://slurm.schedmd.com/slurmdbd.conf.html"
0 commit comments