mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-29 01:15:31 +00:00
swap $model and $serial line #318
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@111 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -316,7 +316,7 @@ sub enumerate {
|
||||
# Save LPAR information
|
||||
#####################################
|
||||
push @values, join( ",",
|
||||
"lpar",$name,$lparid,$serial,$model,$server,$prof,$fsp,$ips );
|
||||
"lpar",$name,$lparid,$model,$serial,$server,$prof,$fsp,$ips );
|
||||
}
|
||||
}
|
||||
return( \@values );
|
||||
|
Reference in New Issue
Block a user