stackhpc / ansible-slurm-appliance

A Slurm-based HPC workload management environment, driven by Ansible.
36 stars 15 forks source link

Make volume mounting robust #333

Closed sjpb closed 7 months ago

sjpb commented 7 months ago

Use the OpenStack volume ID to find the appropriate block device when labeling filesystem volumes.

Previously labeling relied on the ordering in /dev matching the order of the block device definitions in the terraform instance resource. This was the case for RockyLinux 8.8 images but does not appear to be the case for RockyLinux 8.9 images.

Notes:

Fixes https://github.com/stackhpc/ansible-slurm-appliance/issues/327

TODO:

sjpb commented 7 months ago

Replaced by https://github.com/stackhpc/ansible-slurm-appliance/pull/341