continue update the condition to recognize the cmm

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11654 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-02-21 07:06:41 +00:00
parent a854feea90
commit 9859b16eca

View File

@ -4178,7 +4178,7 @@ sub rscanfsp {
if (/(mm\[\d+\])\s+primary/) {
# get the type of mm
@data = $t->cmd("info -T system:$1");
if (grep /Mach type\/model: Chassis Management Module/, @data) {
if (grep /(Mach type\/model: Chassis Management Module)|(Mach type\/model: CMM)/, @data) {
$telnetrscan{'mm'}{'type'} = "cmm";
}
}