2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 02:30:21 +00:00

Fix for #3981: update switch information during mtms discovery

This commit is contained in:
Samveen Gulati
2017-10-10 10:31:52 +00:00
parent ac0ea2d2af
commit 0cd882ae95

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} = ();
}