You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating several disks, and I would expect them to get the logical names assigned as they are created in the playbook - sequentially. E.g.: disk_1 - /dev/sda, disk_2 - /dev/sdb, and so on... However what I am experiencing is that the logical names are not assigned sequentially nor deterministically. This has happened to me multiple times, and sometimes the logical names are in the correct order, but sometimes the order is mixed.
Later I found out that this is not an issue related to ovirt, or the collection in any way. The logical names /dev/sd* are assigned in order in which they are connected, so they are prone to change. One should rather use device ID, UUID or label for identifying a device.
SUMMARY
I am creating several disks, and I would expect them to get the logical names assigned as they are created in the playbook - sequentially. E.g.: disk_1 - /dev/sda, disk_2 - /dev/sdb, and so on... However what I am experiencing is that the logical names are not assigned sequentially nor deterministically. This has happened to me multiple times, and sometimes the logical names are in the correct order, but sometimes the order is mixed.
Versions:
ansible - 2.15.12
ovirt.ovirt collection - 3.2.0
COMPONENT NAME
ovirt.ovirt.ovirt_disk
STEPS TO REPRODUCE
EXPECTED RESULTS
When I inspect the VM's disks in the oVirt GUI, this is what I would expect
ACTUAL RESULTS
However sometimes the logical names are switched, for example like this:
The text was updated successfully, but these errors were encountered: