Description of problem:
Make livecd to usb disk via command "dd",oVirt-node installation process didn't filter out livecd device.
Workaround:
Make livecd to usb disk via command "rhevh-iso-to-disk",oVirt-node installation process could filter out livecd device.
Version-Release number of selected component (if applicable):
ovirt-node-iso-2.5.999-999.20120913124146gitb90b66d.344.fc17.iso
How reproducible:
100%
Steps to Reproduce:
1. Make livecd to USB disk via command:
dd if=rhevh.iso of=/dev/sdX (sdX is usb disk)
2. Boot from the livecd.
3. Enter the select disk page in TUI installation process.
Actual results:
The livecd device is listed in select disk page.
Expected results:
oVirt-node installation process can filter out all livecd devices.
Additional info:
----