On Wed, May 25, 2011 at 10:17 AM, Pradeep Kumar <[email protected]> wrote: > Older disros like RHEL5* needs "boot=on" for virtio_blk
Thanks, applied. I have removed this on a previous change, but now I realize leaving it there commented actually helps users! Cheers, Lucas > Signed-off-by: Pradeep K Surisetty <[email protected]> > --- > diff -uprN autotest/client/tests/kvm/tests_base.cfg.sample > autotest-new/client/tests/kvm/tests_base.cfg.sample > --- autotest/client/tests/kvm/tests_base.cfg.sample 2011-05-25 > 18:40:15.251734123 +0530 > +++ autotest-new/client/tests/kvm/tests_base.cfg.sample 2011-05-25 > 18:44:04.983743226 +0530 > @@ -2544,7 +2544,9 @@ variants: > drive_format=scsi > - virtio_blk: > drive_format=virtio > - > + # Some older qemu might need image_boot=yes for virtio images to > work. > + # Please uncomment the below if that is the case. > + #image_boot=yes > > virtio_net, virtio_blk, e1000, balloon_check: > only Fedora.11 Fedora.12 Fedora.13 Fedora.14 RHEL.5 RHEL.6 OpenSUSE.11 > SLES.11 Ubuntu-8.10-server > --- > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest > -- Lucas _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
