Commit aa52db8
authored
Fix show queue counters to only run on default namespace (#3865)
What I did
show queue counters is supported and runs on host instance, even for mult-asic platforms.
We don't have to run show queue counters for each asic namespace.
This fixes #22394
How I did it
Modifiy generate_dump to call save_cmd instead of save_cmd_all_ns for show queue counters
How to verify it
Run show techsupport on multi-asic platform.
Verfiy that the queue.counters files show correct information.1 parent 2c81943 commit aa52db8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2074 | 2074 | | |
2075 | 2075 | | |
2076 | 2076 | | |
2077 | | - | |
| 2077 | + | |
2078 | 2078 | | |
2079 | 2079 | | |
2080 | 2080 | | |
| |||
0 commit comments