2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-22 20:31:09 +00:00

fix bug 3518485 and 3518486, issues about ivm

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12284 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao
2012-04-20 03:18:38 +00:00
parent ecfadb5118
commit 0825693212

View File

@@ -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};