mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	FSPpower.pm was updated to allow sms option
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15542 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -236,7 +236,7 @@ sub powercmd { | ||||
| 	    if($action =~ /^lowpower$/) { $action = "cec_on_low_power"; } | ||||
|         #if($action =~ /^cycle$/) {$action = "cec_reboot";} | ||||
|         if($action =~ /^cycle$/) {$action = "reset";} | ||||
| 	    if($action !~ /^cec_on_autostart$/ && $action !~ /^cec_off$/ &&  $action !~ /^cec_on_low_power$/ && $action !~ /^onstandby$/ && $action !~ /^reboot_service_processor$/ && $action !~ /^reset$/) { | ||||
| 	    if($action !~ /^cec_on_autostart$/ && $action !~ /^cec_off$/ &&  $action !~ /^cec_on_low_power$/ && $action !~ /^onstandby$/ && $action !~ /^reboot_service_processor$/ && $action !~ /^reset$/ && $action !~ /^sms$/) { | ||||
| 	        push @output, [$node_name, "\'$action\' command not supported for $$d[4]", -1 ]; | ||||
| 		    return (\@output); | ||||
| 	    }	 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user