AWS pcs documentation change
Summary
Updated systemd service ExecStart path from slurm-25.05 to slurm-25.11 for the sackd daemon.
Security assessment
This change updates a systemd service file path to reference the new Slurm version 25.11. There is no mention of security fixes, vulnerabilities, or security enhancements. It appears to be a routine update to align with the new software version.
Diff
diff --git a/pcs/latest/userguide/working-with_login-nodes_standalone_configure-connection.md b/pcs/latest/userguide/working-with_login-nodes_standalone_configure-connection.md index 2566a0d8a..dede591e6 100644 --- a//pcs/latest/userguide/working-with_login-nodes_standalone_configure-connection.md +++ b//pcs/latest/userguide/working-with_login-nodes_standalone_configure-connection.md @@ -35 +35 @@ If you use Slurm 25.05 or later, you can use a script to set up your login node - ExecStart=/opt/aws/pcs/scheduler/slurm-25.05/sbin/sackd --systemd \$SACKD_OPTIONS + ExecStart=/opt/aws/pcs/scheduler/slurm-25.11/sbin/sackd --systemd \$SACKD_OPTIONS