Further rectify forced migration error handling

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9933 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-06-24 18:29:12 +00:00
parent 9da0c8629c
commit b376bf0b70

View File

@ -492,8 +492,9 @@ sub process_request {
}
my @relevant_nodes = sort (keys %{$hyphash{$_}->{nodes}});
foreach (@relevant_nodes) {
if ($command eq "rmigrate" and grep /-f/,@exargs) { $limbonodes{$_}=1; } else {
xCAT::SvrUtils::sendmsg([1,": hypervisor unreachable"], $output_handler,$_);
if ($command eq "rmigrate" and grep /-f/,@exargs) { $limbonodes{$_}=1; }
}
}
delete $hyphash{$_};
}