From 9859b16eca316b81025199d1494fe842e372c396 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Tue, 21 Feb 2012 07:06:41 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index f5d7c3dde..c477a6456 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -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"; } }