From 812726ff0e9e0cd99e755ff5f092b6f757ee1305 Mon Sep 17 00:00:00 2001 From: Michael Filanov Date: Wed, 30 Oct 2024 16:18:52 +0200 Subject: [PATCH] fix mlx configuration increase command and plugin timeout to support long operations in firmware remove rdma - rdma is already fixed with the rigth package dependency --- sos-mlx-cloud-verification.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sos-mlx-cloud-verification.conf b/sos-mlx-cloud-verification.conf index be016f09a9..fe84b0dafd 100644 --- a/sos-mlx-cloud-verification.conf +++ b/sos-mlx-cloud-verification.conf @@ -8,8 +8,8 @@ batch = yes log-size = 10 journal_size = 10 -plugin_timeout = 120 -cmd_timeout = 30 +plugin_timeout = 300 +cmd_timeout = 300 low_priority = True [report] @@ -17,7 +17,6 @@ low_priority = True # Note that the option names *must* be the long-form name as seen in --help # output. Use a comma for list delimitations. skip-plugins = ssh, flatpack, login -enable-plugins = rdma [collect] # Options that will apply to any `sos collect` run should be listed here.