From bfc5a88ee2bfe40e4f224a6e8f39a736f775523d Mon Sep 17 00:00:00 2001 From: huweihua Date: Fri, 27 Nov 2015 04:40:48 -0500 Subject: [PATCH] modify sleep bug --- xCAT-server/lib/xcat/plugins/getadapter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/getadapter.pm b/xCAT-server/lib/xcat/plugins/getadapter.pm index 74b6607bc..6d028405b 100644 --- a/xCAT-server/lib/xcat/plugins/getadapter.pm +++ b/xCAT-server/lib/xcat/plugins/getadapter.pm @@ -333,8 +333,8 @@ sub scan_adapters{ deletenode($request->{missnode}, "$pidreord{$cpid}"); } $forkcount--; - sleep 0.1; } + sleep 0.1; } }