diff --git a/helpers/node-mark-offline b/helpers/node-mark-offline index 568ccc4..ef9b1b9 100644 --- a/helpers/node-mark-offline +++ b/helpers/node-mark-offline @@ -63,7 +63,7 @@ elif [[ "$NHC_RM" == "slurm" ]]; then OLD_NOTE_LEADER="${LINE[1]}" OLD_NOTE="${LINE[*]:2}" case "$STATUS" in - *'@'*|*'#'*|boot*) + *'@'*|*'#'*|boot*|*-*|plnd*) # These states aren't handled yet. echo "$0: State \"$STATUS\" not yet handled; ignoring." exit 0 diff --git a/helpers/node-mark-online b/helpers/node-mark-online index 407a136..4af85ad 100644 --- a/helpers/node-mark-online +++ b/helpers/node-mark-online @@ -60,7 +60,7 @@ elif [[ "$NHC_RM" == "slurm" ]]; then # Slurm does not run the HealthCheckProgram on nodes in the DOWN state, # but if someone runs NHC by hand, we want to be able to do the right thing. case "$STATUS" in - *'@'*|*'#'*|boot*) + *'@'*|*'#'*|boot*|*-*|plnd*) # These states aren't handled yet. echo "$0: State \"$STATUS\" not yet handled; ignoring." exit 0