From f7daa1c36018b271d74f711a9e28b32d458c01d4 Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 29 Nov 2011 15:42:21 +0000 Subject: [PATCH] remove bogus error message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11066 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 87ea8ff64..323213fdf 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -10790,12 +10790,6 @@ sub rmdsklsnode # make sure to preserve links etc. my $cpcmd2 = qq~mkdir -m 644 -p $tftpbak; /usr/bin/cp -h -p $tftploc/* $tftpbak~; $output = xCAT::Utils->runcmd("$cpcmd2", -1); - if ($::RUNCMD_RC != 0) - { - my $rsp; - push @{$rsp->{data}}, "Could not copy $tftploc to $tftpbak.\n"; - xCAT::MsgUtils->message("E", $rsp, $callback); - } # for each node my @nodesfailed;