Skip to content

Commit fffa68a

Browse files
committed
DEBUG: slurm backup
1 parent 8abfabf commit fffa68a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
. environments/.stackhpc/activate
228228
ansible all -m wait_for_connection
229229
ansible-playbook ansible/adhoc/generate-passwords.yml
230-
ansible-playbook -v ansible/site.yml
230+
ansible-playbook -vv ansible/site.yml
231231
ansible-playbook -v ansible/ci/check_slurm.yml
232232
233233
- name: Reimage compute nodes to image in current branch using slurm

environments/common/inventory/group_vars/all/openhpc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ ohpc_default_extra_repos:
105105
# configure slurm database pre-upgrade backups:
106106
openhpc_slurm_accounting_storage_service: mysql
107107
openhpc_slurm_accounting_storage_backup_cmd: >-
108+
echo $HOSTNAME &&
109+
which openstack &&
110+
echo $PATH &&
108111
openstack volume snapshot create
109112
--volume {{ openhpc_cluster_name }}-state
110113
--force

0 commit comments

Comments
 (0)