From 3f46771ec1aa4746a36fafc2ad83ec7733ca9d27 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-server/share/xcat/ib/scripts/healthCheck --- xCAT-server/share/xcat/ib/scripts/healthCheck | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/share/xcat/ib/scripts/healthCheck b/xCAT-server/share/xcat/ib/scripts/healthCheck index fb3dd451e..b4700899d 100644 --- a/xCAT-server/share/xcat/ib/scripts/healthCheck +++ b/xCAT-server/share/xcat/ib/scripts/healthCheck @@ -281,7 +281,7 @@ sub usage() print "Usage: healthCheck { [-n node_list] [-M]} {[-p min_clock_speed] [-i method] [-m min_memory] - [-l min_freelp] [ -H [--speed speed --ignore interface_list --width width]]} + [-l min_freelp] [ -H [--speed speed --ignore interface_list --width width]]} [ -h ] -M Check status for all the Managed Nodes that are defined on this MS. @@ -290,7 +290,7 @@ sub usage() -p min_clock_speed Specifies the minimal processor clock speed in MHz for processor monitor. -i method - Specifies the method to do Infiniband interface status check, the supported + Specifies the method to do Infiniband interface status check, the supported check methods are LL and RSCT. -m min_memory Specifies the minimal total memory in MB. @@ -300,7 +300,7 @@ sub usage() --speed speed Specifies the physical port speed in G bps, it should be used with -H flag. --ignore interface_list - Specifies a comma-separated list of interface name to ignore from HCA status check, + Specifies a comma-separated list of interface name to ignore from HCA status check, such as ib0,ib1. It should be used with -H flag. --width width Specifies the physical port width, such as 4X or 12X. It should be used with -H flag.