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:
parent
a854feea90
commit
9859b16eca
@ -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";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user