mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Remove trailing spaces in file xCAT-server/lib/xcat/plugins/nodestat.pm
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
| #-------------------------------------------------------------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user