fix call to MsgUtils for dataout from xdcp and xdsh to be D flag not the I flag
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4146 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -269,7 +269,7 @@ sub xdsh | ||||
|                                       $command, $noderange); | ||||
|     push @{$rsp->{data}}, @local_results; | ||||
|  | ||||
|     xCAT::MsgUtils->message("I", $rsp, $callback); | ||||
|     xCAT::MsgUtils->message("D", $rsp, $callback); | ||||
|  | ||||
|     return; | ||||
| } | ||||
| @@ -302,7 +302,7 @@ sub xdcp | ||||
|         $i++; | ||||
|     } | ||||
|  | ||||
|     xCAT::MsgUtils->message("I", $rsp, $callback); | ||||
|     xCAT::MsgUtils->message("D", $rsp, $callback); | ||||
|     if (-e "/tmp/xcatrf.tmp") | ||||
|     {    # used tmp file for -F option | ||||
|             #`rm /tmp/xcatrf.tmp`; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user