fix bug 3518485 and 3518486, issues about ivm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12285 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -2139,7 +2139,8 @@ sub process_request { | ||||
|         $request->{verbose} = 1; | ||||
|     } | ||||
|  | ||||
|     if( $request->{hwtype} ne 'hmc' ) { | ||||
|     #if( $request->{hwtype} ne 'hmc' ) { | ||||
|     if( $request->{hwtype} !~ /hmc|ivm/ ) { | ||||
|         $request->{fsp_api} = 1; | ||||
|         #For using rspconfig to disable/enable dev/celogin1 through ASMI | ||||
|         my $arg = $request->{arg}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user