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:
parent
9da0c8629c
commit
b376bf0b70
@ -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{$_};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user