From 7dceb9bdb555a5341281759e39f1af4d39e92723 Mon Sep 17 00:00:00 2001 From: sakolish Date: Tue, 11 Mar 2008 12:13:49 +0000 Subject: [PATCH] Added "cycle" to dependency table - Line #972 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@748 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/blade.pm b/xCAT-server-2.0/lib/xcat/plugins/blade.pm index eebac4345..7af1093dd 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/blade.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/blade.pm @@ -969,7 +969,7 @@ sub process_request { @exargs = ($request->{arg}); } - if ($command eq "rpower" and grep(/^on|off|boot|reset$/, @exargs)) { + if ($command eq "rpower" and grep(/^on|off|boot|reset|cycle$/, @exargs)) { if (grep /^-d$/, @exargs) { # handles 1 level of dependencies only @{$request->{arg}} = grep(!/^-d$/, @{$request->{arg}});