2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

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:
jjhua 2012-05-07 14:10:26 +00:00
parent 18a22cb2a7
commit 403add1822

View File

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