-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
False
-
Satellite Rocket Refinement
-
sat-rocket
-
None
-
None
-
None
-
None
Description of problem:
After kickstarting a virtual machine through PXE it fails to boot from the first drive
How reproducible:
- Satellite 6.19 Snap 1
- Openshift Virtualization 4.21
Is this issue a regression from an earlier version:
No
Steps to Reproduce:
1. Install Satellite 6.19 and OCP-V
2. Configure Compute Resource and Profile
3. Create new VM in Satellite
Actual behavior:
The VM will be created in OCP-V with the disk not configured as bootable even if you select "bootable" in Satellite.
Example snippet from the yaml configuration in OCP-V:
devices: disks: - disk: bus: virtio name: corey-vittitow-disk-00 interfaces: - bootOrder: 1 bridge: {} macAddress: '02:7e:e3:b6:a7:8f' name: default-vlan-6
Expected behavior:
Both NIC and disk should be bootable:
devices: disks: - bootOrder: 2 disk: bus: virtio name: corey-vittitow-disk-00 interfaces: - bootOrder: 1 bridge: {} macAddress: '02:7e:e3:b6:a7:8f' name: default-vlan-6