On 08/22/2013 10:13 AM, Paolo Bonzini wrote:
Commit 756a1ff9a08ff2b1a16202a32e667b56204accc5 broke unattended install from an URL source. The reason is that unattended_install is expecting /dev/sr1 for the repo and /dev/sr0 for the kickstart.
Oh, sorry. I will try to keep more attention next time. As we always use install from CDROM on our test grid, this slipped away.
Next time, please report the change to the QEMU mailing list! What was the bug exactly? Specifying unit=0/unit=1 should be enough to ensure the names are /dev/sr0 and /dev/sr1; alternatively you could perhaps use different, more stable paths in /dev, and kill the path rewriting code in unattended_install.py too?
I was referring to the changes on qemu_devices.py, work made by ldoktor, so I realize the commit message was poorly worded as well.
Let me see if I can get this straight now. _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
