diff --git a/xCAT-server/lib/xcat/plugins/typemtms.pm b/xCAT-server/lib/xcat/plugins/typemtms.pm index d8bbc5e54..33e4e6d0f 100644 --- a/xCAT-server/lib/xcat/plugins/typemtms.pm +++ b/xCAT-server/lib/xcat/plugins/typemtms.pm @@ -59,6 +59,7 @@ sub findme { $req->{command} = ['discovered']; $req->{noderange} = [ $nodes[0] ]; $req->{bmc_node} = [$bmc_node]; + $req->{updateswitch} = ['yes']; $subreq->($req); %{$req} = (); }