fix bug 3558819: rscan cannot identify mm as CMM for firebird
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13773 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -4415,7 +4415,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)|(Mach type\/model: CMM)/, @data) { | ||||
|       if (grep /(Mach type\/model: Chassis Management Module)|(Mach type\/model: CMM)|(Product Name:.*Chassis Management Module)/, @data) { | ||||
|         $telnetrscan{'mm'}{'type'} = "cmm"; | ||||
|       } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user