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:
yinle 2011-12-28 10:12:46 +00:00
parent 8957e3193d
commit 993ba32244

View File

@ -3170,7 +3170,7 @@ sub format_stanza {
}
$i++;
} elsif ( /^side$/ ) {
if ( $type !~ /^(fsp|bpa)$/ ) {
if ( $type !~ /^(fsp|bpa|cmm)$/ ) {
next;
}
} elsif ( /^parent$/ ) {