Skip to content

Commit

Permalink
fix mlx configuration
Browse files Browse the repository at this point in the history
increase command and plugin timeout to support long operations in firmware
remove rdma - rdma is already fixed with the rigth package dependency
  • Loading branch information
filanov committed Oct 30, 2024
1 parent 238afd9 commit b98a561
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sos-mlx-cloud-verification.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@
batch = yes
log-size = 10
journal_size = 10
plugin_timeout = 120
cmd_timeout = 30
plugin_timeout = 300
cmd_timeout = 300
low_priority = True

[report]
# Options that will apply to any `sos report` run should be listed here.
# 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.
Expand Down

0 comments on commit b98a561

Please sign in to comment.