From 0cd882ae9522aee52fc53cc3e1f809db094a2dd8 Mon Sep 17 00:00:00 2001 From: Samveen Gulati Date: Tue, 10 Oct 2017 10:31:52 +0000 Subject: [PATCH] Fix for #3981: update switch information during mtms discovery --- xCAT-server/lib/xcat/plugins/typemtms.pm | 1 + 1 file changed, 1 insertion(+) 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} = (); }