Hello Eli Mesika, I'd like you to do a code review. Please visit
https://gerrit.ovirt.org/40668 to review the following change. Change subject: core: change other OS to 64bit ...................................................................... core: change other OS to 64bit Currently the default for the "other" OS is 32bit This patch uses the following OS heirarchy and changing accordingly the "other" OS to be 64bit other other linux SUSE RH3 RH4 RH5 RH6 RH3 64 RH4 64 RH5 64 RH6 64 RH7 64 Ubuntu 1204 Debian Ubuntu 1210 Ubuntu 1304 Ubuntu 1310 Ubuntu 1404 other PPC 64 Linux PPC 64 Ubuntu PPC 64 FreeBSD FreeBSD 64 XP Win 7 Win 7 64 Win 8 64 Win 8 Win 2003 Win 2008 Win 2003 64 Win 2008 64 Win 2008 R2 64 Win 2012 64 Change-Id: Ie2c3eb1d64145b9ee372deda01168f0b9732375b Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1218531 Signed-off-by: emesika <emes...@redhat.com> (cherry picked from commit 80b697f464eec11a677c8410f53b774493cd326e) --- M packaging/conf/osinfo-defaults.properties 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/68/40668/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index 2f0e35e..6e074b8 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -46,7 +46,7 @@ os.other.cpuArchitecture.value = x86_64 -os.other.bus.value = 32 +os.other.bus.value = 64 os.other.resources.minimum.ram.value = 256 os.other.resources.maximum.ram.value = 64000 os.other.resources.minimum.disksize.value = 1 @@ -87,6 +87,7 @@ # rhel3(9, OsType.Linux, false), os.rhel_3.id.value = 9 +os.rhel_3.bus.value = 32 os.rhel_3.name.value = Red Hat Enterprise Linux 3.x os.rhel_3.derivedFrom.value = other_linux os.rhel_3.devices.audio.value = ac97 @@ -124,7 +125,6 @@ os.rhel_5x64.id.value = 13 os.rhel_5x64.name.value = Red Hat Enterprise Linux 5.x x64 os.rhel_5x64.derivedFrom.value = rhel_4x64 -os.rhel_5x64.bus.value = 64 os.rhel_5x64.resources.maximum.ram.value = 1048576 # rhel6(18, OsType.Linux, false), @@ -152,6 +152,7 @@ # WindowsXP(1, OsType.Windows, false), os.windows_xp.id.value = 1 +os.windows_xp.bus.value = 32 os.windows_xp.name.value = Windows XP os.windows_xp.derivedFrom.value = other os.windows_xp.sysprepPath.value = ${ENGINE_USR}/conf/sysprep/sysprep.xp @@ -252,7 +253,6 @@ # Windows8x64(21, OsType.Windows, true), os.windows_8x64.id.value = 21 os.windows_8x64.name.value = Windows 8 x64 -os.windows_8x64.bus.value = 64 os.windows_8x64.derivedFrom.value = windows_7x64 os.windows_8x64.sysprepPath.value = ${ENGINE_USR}/conf/sysprep/sysprep.w8x64 os.windows_8x64.productKey.value = @@ -306,6 +306,7 @@ #FreeBSD os.freebsd.id.value = 1500 +os.freebsd.bus.value = 32 os.freebsd.name.value = FreeBSD 9.2 os.freebsd.derivedFrom.value = other @@ -319,7 +320,6 @@ os.other_ppc64.name.value = Other OS os.other_ppc64.derivedFrom.value = other os.other_ppc64.cpuArchitecture.value = ppc64 -os.other_ppc64.bus.value = 64 os.other_ppc64.devices.network.value = pv, spaprVlan, e1000, rtl8139 os.other_ppc64.devices.cdInterface.value = scsi os.other_ppc64.devices.balloon.enabled.value = false -- To view, visit https://gerrit.ovirt.org/40668 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie2c3eb1d64145b9ee372deda01168f0b9732375b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Shmuel Leib Melamud <smela...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches