saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Install Salt from the Salt package repositories here:
https://docs.saltproject.io/salt/install-guide/en/latest/
Apache License 2.0
14.18k stars 5.48k forks source link

Orch command giving cached(wrong) result. #63939

Open vanditpatel619 opened 1 year ago

vanditpatel619 commented 1 year ago

Description of Issue

Orch command giving cached(wrong) result. cli_cmd (ios) : salt-run state.orch ios_commands_list pillar="{'target':' L@CISCO_IOS_DEVICE_1,CISCO_IOS_DEVICE_2'}" --out=json

Steps to Reproduce Issue

Screenshot 2023-03-23 at 12 43 00 PM Screenshot 2023-03-23 at 12 28 16 PM Screenshot 2023-03-23 at 12 36 31 PM

Versions Report

Salt Version: Salt: 3005

welcome[bot] commented 1 year ago

Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey. Please be sure to review our Code of Conduct. Also, check out some of our community resources including:

There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. If you have additional questions, email us at saltproject@vmware.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!

network-shark commented 1 year ago

Hey @vanditpatel619 ,

are you able to patch napalm yourself locally ?

I am pretty sure it is the same bug , which I had last year.

https://github.com/mirceaulinic/salt-sproxy/issues/259

I have never created a PR on the napalm project , because the error disappeared in my environment. I never figured out why , but I know that my fix worked.

best regards, sebastian