From 993ba32244ddee7e69977125095131be328be1d2 Mon Sep 17 00:00:00 2001 From: yinle Date: Wed, 28 Dec 2011 10:12:46 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/lsslp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/lsslp.pm b/xCAT-server/lib/xcat/plugins/lsslp.pm index bee2bbf77..c335a0de1 100644 --- a/xCAT-server/lib/xcat/plugins/lsslp.pm +++ b/xCAT-server/lib/xcat/plugins/lsslp.pm @@ -3170,7 +3170,7 @@ sub format_stanza { } $i++; } elsif ( /^side$/ ) { - if ( $type !~ /^(fsp|bpa)$/ ) { + if ( $type !~ /^(fsp|bpa|cmm)$/ ) { next; } } elsif ( /^parent$/ ) {