-Take away sleep with race condition removed

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1221 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-04-29 13:58:48 +00:00
parent 4359838818
commit 461a5e905c

View File

@ -143,7 +143,7 @@ sub ok_with_node {
#to assent to such requests before users can log in. During postscripts
#stage in stateful nodes and during the rc scripts of stateless boot
my $select = new IO::Select;
sleep 0.5; # gawk script race condition might exist, try to lose just in case
#sleep 0.5; # gawk script race condition might exist, try to lose just in case
my $sock = new IO::Socket::INET(PeerAddr=>$node,
Proto => "tcp",
PeerPort => shift);