From f7becef99ece16f106d3977e154a0fc5c39acea8 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 4 Dec 2019 14:15:39 -0500 Subject: [PATCH] Comment out problematic trace call The library is rarely available, do not incur it as a requirement. --- xCAT-server/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index ece3d1415..e949d2e26 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -7,7 +7,7 @@ BEGIN $::XCATROOT = $ENV{'XCATROOT'} ? $ENV{'XCATROOT'} : '/opt/xcat'; if (defined $ENV{ENABLE_TRACE_CODE}) { - use xCAT::Enabletrace qw(loadtrace filter); + #use xCAT::Enabletrace qw(loadtrace filter); loadtrace(); }