fix PMR 29163,066,866 ECMWF :chvm broken after xcat 2.7.2 upgrade

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13229 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao 2012-07-03 03:09:08 +00:00
parent 975d448244
commit f897724e5c

View File

@ -716,9 +716,10 @@ sub modify_by_prof {
while (my ($cec,$h) = each(%$hash) ) {
while (my ($lpar,$d) = each(%$h) ) {
$td = $d;
@$td[4] = "fsp";
#@$td[4] = "fsp";
$cec_name = @$d[3];
}
$td->[4] = "cec";
#get the current I/O slot information
my $action = "get_io_slot_info";
my $values = xCAT::FSPUtils::fsp_api_action ($request, $cec_name, $td, $action);