virtio is supported and should be the default disk bus on Power to
take advantage of I/O performance drivers. This aligns with Nova
default bus values on PowerKVM. SCSI is the default for cdrom.
Change-Id: I5de08c90359b3a500c352c09c07b6b082ddb4325
| ... | ... |
@@ -290,7 +290,7 @@ function upload_image {
|
| 290 | 290 |
esac |
| 291 | 291 |
|
| 292 | 292 |
if is_arch "ppc64"; then |
| 293 |
- IMG_PROPERTY="--property hw_disk_bus=scsi --property hw_cdrom_bus=scsi" |
|
| 293 |
+ IMG_PROPERTY="--property hw_cdrom_bus=scsi" |
|
| 294 | 294 |
fi |
| 295 | 295 |
|
| 296 | 296 |
if [ "$CONTAINER_FORMAT" = "bare" ]; then |