diff --git a/xCAT-server-2.0/lib/xcat/plugins/blade.pm b/xCAT-server-2.0/lib/xcat/plugins/blade.pm index 6ee94ac8e..6ecf27e77 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/blade.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/blade.pm @@ -949,7 +949,7 @@ sub process_request { pipe $cfd, $pfd; $cfd->autoflush(1); $pfd->autoflush(1); - my $cpid = xCAT::Utils->fork; + my $cpid = xCAT::Utils->xfork; unless (defined($cpid)) { die "Fork error"; } unless ($cpid) { close($cfd);