From 614594fa52dd36157e8d5c6ab0e9d3df49eb0166 Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Fri, 7 Nov 2014 02:13:00 -0500 Subject: [PATCH] 4342 Wrong cpucount number is counted for PowerKVM host --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 3a0fd505c..268900a43 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1578,7 +1578,7 @@ discoverydata => { method => 'The method which handled the discovery request. The method could be one of: switch, blade, profile, sequential.', discoverytime => 'The last time that xCAT received the discovery message.', arch => 'The architecture of the discovered node. e.g. x86_64.', - cpucount => 'The cpu number of the discovered node. e.g. 32.', + cpucount => 'The number of cores multiply by threads core supported for the discovered node. e.g. 192.', cputype => 'The cpu type of the discovered node. e.g. Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz', memory => 'The memory size of the discovered node. e.g. 198460852', mtm => 'The machine type model of the discovered node. e.g. 786310X',