From 859a72caeec6e0117cf2a868d0aca47c6db29af0 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/lib/xcat/plugins/nodestat.pm --- xCAT-server/lib/xcat/plugins/nodestat.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/nodestat.pm b/xCAT-server/lib/xcat/plugins/nodestat.pm index 428268a1a..7486aae58 100644 --- a/xCAT-server/lib/xcat/plugins/nodestat.pm +++ b/xCAT-server/lib/xcat/plugins/nodestat.pm @@ -111,7 +111,7 @@ sub getstat { =head3 preprocess_request - Check and setup for hierarchy + Check and setup for hierarchy =cut @@ -1233,7 +1233,7 @@ sub usage Arguments: none. Returns: - a hash that has settings from the monsetting table for node status and + a hash that has settings from the monsetting table for node status and app status monitoring. For example: ( 'APPS'=>[ll,gpfs], 'll' => @@ -1296,15 +1296,15 @@ sub getStatusMonsettings { Arguments: nodelist--- an array of nodes Returns: - a hash pointer that has the node status and appstatus. The format is: + a hash pointer that has the node status and appstatus. The format is: { node1=> { status=>'active',appstatus=>'sshd=up,ll=up,gpfs=down' - } , + } , node2=> { status=>'active',appstatus=>'sshd=up,ll=down,gpfs=down' - } + } } - + =cut #--------------------------------------------------------------------------------