2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-06 03:25:13 +00:00

Remove trailing spaces in file xCAT-server/lib/xcat/plugins/xdsh.pm

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 9679d5efb0
commit 12404f81fd

View File

@@ -52,7 +52,7 @@ sub handled_commands
=head3 preprocess_request
Check and setup for hierarchy
Check and setup for hierarchy
=cut
@@ -279,9 +279,9 @@ sub preprocess_request
#-------------------------------------------------------
=head3 parse_xdcp_cmd
=head3 parse_xdcp_cmd
Check to see if full path on file(s) input to the command
If not add currentpath to the file in the argument
If not add currentpath to the file in the argument
Check to see if on a servicenode, if so then add the SNsynfiledir
to the path
=cut
@@ -436,9 +436,9 @@ sub parse_xdcp_cmd
#-------------------------------------------------------
=head3 parse_xdsh_cmd
=head3 parse_xdsh_cmd
Check to see if full path on file(s) input to the command
If not add currentpath to the file in the argument
If not add currentpath to the file in the argument
=cut
#-------------------------------------------------------
@@ -580,8 +580,8 @@ sub parse_xdsh_cmd
#-------------------------------------------------------
=head3 process_servicenodes_xdcp
Build the xdcp command to send to the service nodes first
Return an array of servicenodes that do not have errors
Build the xdcp command to send to the service nodes first
Return an array of servicenodes that do not have errors
Returns error code:
if = 0, good return continue to process the
nodes.
@@ -821,13 +821,13 @@ sub process_servicenodes_xdcp
#-------------------------------------------------------
=head3 process_servicenodes_xdsh
Build the xdsh command to sync the -e file or the -E file
Build the xdsh command to sync the -e file or the -E file
to the servicenodes.
The executable (-e) or the environment file (-E)
The executable (-e) or the environment file (-E)
must be copied into /var/xcat/syncfiles (SNsyncfiledir attribute), and then
the command modified so that the xdsh running on the SN will use the file
from /var/xcat/syncfiles (default) for the compute nodes.
Return an array of servicenodes that do not have errors
Return an array of servicenodes that do not have errors
Returns error code:
if = 0, good return continue to process the
nodes.
@@ -984,8 +984,8 @@ sub process_servicenodes_xdsh
=head3 process_nodes
Build the request to send to the nodes, serviced by SN
Return the request
Build the request to send to the nodes, serviced by SN
Return the request
=cut