netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
787 stars 104 forks source link

sq-poller: ios/iosxe set max concurrent cmds to 1 to avoid broken cmd output #859

Closed claudiolor closed 1 year ago

claudiolor commented 1 year ago

Description

Since with ios and iosxe we need to use one single interactive ssh session, we cannot allow concurrent cmds. This patch force the batch size to 1, so that no more than 1 command at a time can be executed.

Type of change

Please delete options that are not relevant.