From 8279709921b721a5e47df0f71db2543878af8f08 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 20 Feb 2012 15:40:15 +0000 Subject: [PATCH] Change ipmifanout to ipmidispatch for site table definition to avoid confusion with dsh concept git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11640 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ipmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index b9297a8b2..ab313fc02 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -5472,7 +5472,7 @@ sub preprocess_request { } foreach my $noderange (@noderanges) { my $sn; - if ($::XCATSITEVALS{ipmifanout} =~ /0|n/i) { + if ($::XCATSITEVALS{ipmidispatch} =~ /0|n/i) { $sn = { '!xcatlocal!' => $noderange }; } else { $sn = xCAT::Utils->get_ServiceNode($noderange, "xcat", "MN");