You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description pcie-check.sh is reporting errors because incorrect command.
3253 Feb 3 23:07:17.736780 str-7260cx3-acs-2 INFO pcie-check.sh[1001]: Usage: pcieutil [OPTIONS] COMMAND [ARGS]...
3254 Feb 3 23:07:17.736922 str-7260cx3-acs-2 INFO pcie-check.sh[1001]: Try "pcieutil --help" for help.
3255 Feb 3 23:07:17.737276 str-7260cx3-acs-2 INFO pcie-check.sh[1001]: Error: No such command "pcie-check".
It's because PR #1297 updated subcommand of pcieutil, but pcie-check.sh script is not updated yet.
Steps to reproduce the issue:
Run pcie-check.sh
Describe the results you received:
No errors should be seen.
Describe the results you expected:
Errors are observed when running pcie-check.sh.
Additional information you deem important (e.g. issue happens only occasionally):
…le (#6682)
- Why I did it
As of sonic-net/sonic-utilities#1297, subcommands of pcieutil have changed to remove the redundant pcie- prefix. This PR adapts calling applications (pcie-check) to the new syntax.
Resolves#6676
- How I did it
Remove pcie- prefix from pcieutil subcommands in calling applications
Also add pcieutil * to sudoers file, as pcieutil requires elevated permissions
…le (#6682)
- Why I did it
As of sonic-net/sonic-utilities#1297, subcommands of pcieutil have changed to remove the redundant pcie- prefix. This PR adapts calling applications (pcie-check) to the new syntax.
Resolves#6676
- How I did it
Remove pcie- prefix from pcieutil subcommands in calling applications
Also add pcieutil * to sudoers file, as pcieutil requires elevated permissions
Description
pcie-check.sh
is reporting errors because incorrect command.It's because PR #1297 updated subcommand of pcieutil, but
pcie-check.sh
script is not updated yet.Steps to reproduce the issue:
pcie-check.sh
Describe the results you received:
No errors should be seen.
Describe the results you expected:
Errors are observed when running
pcie-check.sh
.Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: