if DEVICETYPE=hmc, mgt=hmc
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3362 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4a4aaab41b
commit
ac579517a7
@ -513,6 +513,9 @@ sub getDevinfo
|
||||
{
|
||||
my $lcvalue = lc($value);
|
||||
$xcatline = " nodetype=$lcvalue\n";
|
||||
if ($lcvalue eq "hmc") {
|
||||
$xcatline .= " mgt=$lcvalue\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($attr eq "HWType") # put Model and type together
|
||||
|
Loading…
Reference in New Issue
Block a user