Daniel Erez has uploaded a new change for review. Change subject: core: osinfo - adding VirtIO to disk hotplug for ppc ......................................................................
core: osinfo - adding VirtIO to disk hotplug for ppc osinfo properties: adding 'VirtIO' to ppc64.devices.disk.hotpluggableInterfaces Change-Id: If87f5ec844bf4ae41e94c7702e52b059af0d59a2 Bug-Url: https://bugzilla.redhat.com/1155223 Signed-off-by: Daniel Erez <[email protected]> --- M packaging/conf/osinfo-defaults.properties 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/81/34381/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index 7d11946..b7e2562 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -319,9 +319,9 @@ os.other_ppc64.devices.diskInterfaces.value.3.3 = VirtIO, VirtIO_SCSI, SPAPR_VSCSI os.other_ppc64.devices.diskInterfaces.value.3.4 = VirtIO, VirtIO_SCSI, SPAPR_VSCSI os.other_ppc64.devices.diskInterfaces.value.3.5 = VirtIO, VirtIO_SCSI, SPAPR_VSCSI -os.other_ppc64.devices.disk.hotpluggableInterfaces.value.3.3 = VirtIO_SCSI, SPAPR_VSCSI -os.other_ppc64.devices.disk.hotpluggableInterfaces.value.3.4 = VirtIO_SCSI, SPAPR_VSCSI -os.other_ppc64.devices.disk.hotpluggableInterfaces.value.3.5 = VirtIO_SCSI, SPAPR_VSCSI +os.other_ppc64.devices.disk.hotpluggableInterfaces.value.3.3 = VirtIO, VirtIO_SCSI, SPAPR_VSCSI +os.other_ppc64.devices.disk.hotpluggableInterfaces.value.3.4 = VirtIO, VirtIO_SCSI, SPAPR_VSCSI +os.other_ppc64.devices.disk.hotpluggableInterfaces.value.3.5 = VirtIO, VirtIO_SCSI, SPAPR_VSCSI os.other_ppc64.devices.network.hotplugSupport.value.3.3 = false os.other_ppc64.devices.network.hotplugSupport.value.3.4 = false os.other_ppc64.devices.network.hotplugSupport.value.3.5 = false -- To view, visit http://gerrit.ovirt.org/34381 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If87f5ec844bf4ae41e94c7702e52b059af0d59a2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
