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
This commit is contained in:
parent
84a6043361
commit
8279709921
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user