From 87d9af009797a57cbbd4e70f8db44e7b5b7ab925 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 15 Sep 2009 17:12:51 +0000 Subject: [PATCH] -Fix potential race condition in system reboot upon install completion git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4137 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index 56b618508..60643b1db 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -227,13 +227,13 @@ if ($inet6support) { node => [ $node ], arg => [ 'next' ], ); - close($conn); #node should be blocked, race condition may occur otherwise #my $pid=xCAT::Utils->xfork(); #unless ($pid) { #fork off the nodeset and potential slowness plugin_command(\%request,undef,\&build_response); # exit(0); #} + close($conn); } elsif ($text =~ /installstatus/) { my @tmpa=split(' ', $text); for (my $i = 1; $i <= @tmpa-1; $i++) {