Fix the bug 3464340:lsslp fb-> lost hwtype & nodetype & side
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11312 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8957e3193d
commit
993ba32244
@ -3170,7 +3170,7 @@ sub format_stanza {
|
||||
}
|
||||
$i++;
|
||||
} elsif ( /^side$/ ) {
|
||||
if ( $type !~ /^(fsp|bpa)$/ ) {
|
||||
if ( $type !~ /^(fsp|bpa|cmm)$/ ) {
|
||||
next;
|
||||
}
|
||||
} elsif ( /^parent$/ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user