From Fedora Project Wiki

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Install a VM using virtio SCSI for storage inside the guest.

Setup

Nothing beyond initial test day setup.

How to test

Following QA:Testcase_Virtualization_CDROM_Guest_Install#virt-install, we will amend the command slightly to use virtio-scsi.

 $> virt-install --name fedoratestday --ram 1024 \
        --disk path=/var/lib/libvirt/images/fedoratestday.img,size=10,bus=scsi --controller scsi,model=virtio \
        --location http://download.fedoraproject.org/pub/fedora/linux/releases/test/17-Alpha/Fedora/x86_64/os \
        --extra-args "root=live:http://download.fedoraproject.org/pub/fedora/linux/releases/test/17-Alpha/Fedora/x86_64/os/LiveOS/squashfs.img"

Proceed with install as usual.

Expected Results

Guest installs okay and boots correctly post-install. No obvious errors encountered.