Multiple Disks Swapping Paths
- Related issues: #1874 Multiple Disks Swapping Paths
Verification Steps
- Prepare a harvester cluster (single node is sufficient)
- Prepare two additional disks and format both of them.
- Hotplug both disks and add them to the host via Harvester Dashboard (“Hosts” > “Edit Config” > “Disks”)
- Shutdown the host.
- Swap the address and slot of the two disks in order to make their dev paths swapped
- For libvirt environment, you can swap
<address>
and <target>
in the XML of the disk.
- Reboot the host
- Navigate to the “Host” page, both disks should be healthy and scheduled.
Expected Results
- Disks should be healthy and
scheduable
after paths swapped.