mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 10:52:31 +00:00 
			
		
		
		
	Pull in vpd.uuid on node discovery
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11529 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -146,6 +146,9 @@ sub process_request { | ||||
|   #First, fill in tables with data fields.. | ||||
|   if (defined($request->{mtm}) or defined($request->{serial})) { | ||||
|     my $vpdtab = xCAT::Table->new("vpd",-create=>1); | ||||
|     if ($request->{uuid}->[0]) { | ||||
|        $vpdtab->setNodeAttribs($node,{uuid=>$request->{uuid}->[0]}); | ||||
|     } | ||||
|     if ($request->{mtm}->[0]) { | ||||
|       $vpdtab->setNodeAttribs($node,{mtm=>$request->{mtm}->[0]}); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user