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
This commit is contained in:
yinle 2011-07-12 02:42:53 +00:00
parent f03859d20c
commit e22067e142

View File

@ -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,