Skip to content

Commit 5f00585

Browse files
authored
Merge pull request #1409 from Moriya-Pilipenko/master_devel
[MSTFLINT] Bug SW #4707917: [GB200][GB300][CX8] mstfwreset is broken …
2 parents 4435e96 + 373747b commit 5f00585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

small_utils/mlxfwresetlib/mlnx_peripheral_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, logger):
5757
def discover_pci_devices(self):
5858

5959
if self.os == 'Linux':
60-
cmd = 'mdevices_info -vv'
60+
cmd = 'mstdevices_info -vv'
6161
pattern = r'.*\s+(\S+)\s+(([0-9A-Fa-f]{4})*:*([0-9A-Fa-f]{2}):([0-9A-Fa-f]{2})\.([0-9A-Fa-f]{1,2})).*'
6262
elif self.os == 'FreeBSD':
6363
cmd = 'mst status -v'

0 commit comments

Comments
 (0)