docs/qemu: Build on RHEL/RHEL variants errors if scsi disk interface is used

This commit is contained in:
DanHam 2017-01-13 11:06:46 +00:00
parent f7a17d5a33
commit 37a6d81fd8
1 changed files with 9 additions and 2 deletions

View File

@ -146,11 +146,18 @@ Linux server and have not enabled X11 forwarding (`ssh -X`).
source, resize it according to `disk_size` and boot the image.
- `disk_interface` (string) - The interface to use for the disk. Allowed
values include any of "ide", "scsi", "virtio" or "virtio-scsi". Note also
values include any of "ide", "scsi", "virtio" or "virtio-scsi"^* . Note also
that any boot commands or kickstart type scripts must have proper
adjustments for resulting device names. The Qemu builder uses "virtio" by
default.
^* Please be aware that use of the "scsi" disk interface has been disabled
by Red Hat due to a bug described
[here](https://bugzilla.redhat.com/show_bug.cgi?id=1019220).
If you are running Qemu on RHEL or a RHEL variant such as CentOS, you
*must* choose one of the other listed interfaces. Using the "scsi"
interface under these circumstances will cause the build to fail.
- `disk_size` (integer) - The size, in megabytes, of the hard disk to create
for the VM. By default, this is 40000 (about 40 GB).