NodeLifecycleStages
class NodeLifecycleStages
The stages of a compute node's lifecycle where you can configure scripts to run.
Types
Properties
Link copied to clipboard
The scripts to run after PCS finishes setting up the compute node and before the Slurm daemon (slurmd) starts. Use this stage for tasks that must complete before the node accepts jobs, such as mounting shared storage, configuring networking, or installing software packages.
Link copied to clipboard
The scripts to run after the Slurm daemon (slurmd) starts and the compute node registers with the Slurm controller. Use this stage for tasks that require Slurm to be running, such as running Slurm commands.