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:
parent
e9727f8d19
commit
f0b56d246a
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user