Skip to content

Commit

Permalink
Fix rdma plugin package
Browse files Browse the repository at this point in the history
change the package to be iproute2 - this package install rmda
  • Loading branch information
filanov committed Oct 31, 2024
1 parent 5787b9f commit e17a249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/rdma.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Rdma(Plugin, IndependentPlugin):

plugin_name = "rdma"
profiles = ('hardware',)
packages = ('rdma',)
packages = ('iproute2',)

def setup(self):

Expand Down

0 comments on commit e17a249

Please sign in to comment.