mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	Remove error message of shutdown, since anyway we need to go ahead even if the shutdown is failed.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8522 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -9500,17 +9500,6 @@ sub rmdsklsnode | ||||
|                 $output = | ||||
|                   xCAT::InstUtils->xcmd($callback, $subreq, "xdsh", $nodename, | ||||
|                                         $scmd, 0); | ||||
|                 if ($::RUNCMD_RC != 0) | ||||
|                 { | ||||
|                     my $rsp; | ||||
|                     push @{$rsp->{data}}, | ||||
|                       "Could not shut down node \'$nodename\'."; | ||||
|                     xCAT::MsgUtils->message("E", $rsp, $callback); | ||||
|                     $error++; | ||||
|  | ||||
|                     #push(@nodesfailed, $nodename); | ||||
|                     #next; | ||||
|                 } | ||||
|             } | ||||
|             else | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user