Skip to content

Commit

Permalink
Remove trailing spaces in file xCAT-csm/install/postscripts/ibm-csm-m…
Browse files Browse the repository at this point in the history
…aster
  • Loading branch information
GONG Jie committed Dec 31, 2017
1 parent 7f79cec commit cb63be4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xCAT-csm/install/postscripts/ibm-csm-master
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@

usage()
{
cat << EOF
cat << EOF
Usage ibm-csm-master options:
Modifies the csm configuration files (if /etc/ibm/csm/ is empty), then executes the local
post scripts to reflect the change.
OPTIONS
-h Displays this message
-h Displays this message
-c <group> Sets the xCAT group for the compute nodes (default: compute)
-a <group> Sets the xCAT group for the aggregator nodes (default: aggregator)
-u <group> Sets the xCAT group for the utility nodes (default: utility)
EOF
}

Expand Down Expand Up @@ -64,4 +64,4 @@ systemctl restart ${aggregator_daemon}
# Run the post scripts on the other nodes.
updatenode ${utility_nodes} -P ibm-csm-utility
#updatenode ${aggregator_nodes} -P ibm-csm-aggregator
updatenode ${compute_nodes} -P ibm-csm-compute
updatenode ${compute_nodes} -P ibm-csm-compute

0 comments on commit cb63be4

Please sign in to comment.