ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

:lady_beetle: Bug: Newly added disk/net device not added to boot_devices #289

Open justinc1 opened 9 months ago

justinc1 commented 9 months ago

Describe the bug

https://github.com/ScaleComputing/HyperCoreAnsibleCollection/tree/boot-order commit 0a080c750d119fa0982e657b5d127d0526d4b00f exposed bug. Short description:

# Bug:
# Task 1 - create VM with 0 disks, 0 NICs.
# Task 2 - add 1 disk, 1 NIC, make both bootable. Bug - only NIC was added to boot devices.
# Task 3 - same as task 2, nothing should change.

Check if this is still problem - it might be already fixed.