For DFM lsvm command, the noderange's type should be cec, not fsp
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12551 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -801,7 +801,7 @@ sub enumerate { | ||||
|         @td = @$d; | ||||
|     } | ||||
|     | ||||
|     $td[4]="fsp";  | ||||
|     $td[4]="cec";  | ||||
|     my $action = "get_io_slot_info"; | ||||
|     my $values =  xCAT::FSPUtils::fsp_api_action ($request, $cec, \@td, $action); | ||||
|     #my $Rc = shift(@$values); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user