Skip to content

Commit

Permalink
Added debug to k8s files
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 17, 2023
1 parent 968515e commit e25332e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions image/k8s-slurmd-create
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
set -euo pipefail

echo "$(date) Resume invoked $0 $*" >> /var/log/slurm/power_save.log

Expand Down
1 change: 1 addition & 0 deletions image/k8s-slurmd-delete
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
set -euo pipefail

echo "$(date) Suspend invoked $0 $*" >> /var/log/slurm/power_save.log

Expand Down

0 comments on commit e25332e

Please sign in to comment.