Alon Bar-Lev has uploaded a new change for review.

Change subject: vdsm: hardware: fix power cpu detection
......................................................................

vdsm: hardware: fix power cpu detection

Change-Id: I02329d762b86dfcce7d9f3157d348253d071d7bc
Signed-off-by: Pradipta Kr. Banerjee <[email protected]>
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M ChangeLog
M src/plugins/ovirt-host-deploy/vdsm/hardware.py
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy 
refs/changes/69/14169/1

diff --git a/ChangeLog b/ChangeLog
index 2812f70..5e53bfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
  * vdsm: hardware: do not fail if cannot read msr, rhbz#916589.
  * vdsm: vdsmid: do not attempt to install dmidecode on platforms other than
    x86.
+ * vdsm: vdsmid: detect power cpu correctly.
  * gluster: packages: start glusterd if no reboot.
  * build: re-introduce external gettext packaging.
 
diff --git a/src/plugins/ovirt-host-deploy/vdsm/hardware.py 
b/src/plugins/ovirt-host-deploy/vdsm/hardware.py
index 220ea88..3343212 100644
--- a/src/plugins/ovirt-host-deploy/vdsm/hardware.py
+++ b/src/plugins/ovirt-host-deploy/vdsm/hardware.py
@@ -45,7 +45,7 @@
 
     CPU_INTEL = 'GenuineIntel'
     CPU_AMD = 'AuthenticAMD'
-    CPU_POWR = 'IBM_POWER'
+    CPU_POWER = 'IBM_POWER'
 
     def _getCPUVendor(self):
         ret = None


--
To view, visit http://gerrit.ovirt.org/14169
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I02329d762b86dfcce7d9f3157d348253d071d7bc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to