2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Merge pull request #4070 from samveen/fix_3981

Fix for #3981: update switch information during mtms discovery
This commit is contained in:
zet809 2017-10-11 16:11:06 +08:00 committed by GitHub
commit d6121a0a7e

View File

@ -59,6 +59,7 @@ sub findme {
$req->{command} = ['discovered'];
$req->{noderange} = [ $nodes[0] ];
$req->{bmc_node} = [$bmc_node];
$req->{updateswitch} = ['yes'];
$subreq->($req);
%{$req} = ();
}