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:
parent
f03859d20c
commit
e22067e142
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user