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/branches/2.7@12552 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
59ae04e6da
commit
680ef06b3c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user