From e22067e142eb2689c523b8c75310c36df702c708 Mon Sep 17 00:00:00 2001 From: yinle Date: Tue, 12 Jul 2011 02:42:53 +0000 Subject: [PATCH] Fix bug 3363692:rscan failed to write node attributes with hmc git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10051 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCscan.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCscan.pm b/perl-xCAT/xCAT/PPCscan.pm index fe5ab1fd3..1284e84a6 100644 --- a/perl-xCAT/xCAT/PPCscan.pm +++ b/perl-xCAT/xCAT/PPCscan.pm @@ -24,7 +24,7 @@ my @header = ( ["serial-number", "%-15s" ], ["side", "%-6s\n" ]); -my @attribs = qw(nodetype hwtype node id mtm serial side hcp pprofile parent groups mgt cons); +my @attribs = qw(nodetype node id mtm serial side hcp pprofile parent groups mgt cons hwtype); my %globalnodetype = ( fsp => $::NODETYPE_PPC, bpa => $::NODETYPE_PPC,