mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	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:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user