After executing command, the result corresponding to this Minion is true, but other minion will also be returned
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 15.7k
- Forks
- 5.6k
- Avg merge
- 2d 44m
- Merged PRs (30d)
- 80
Description
Description
OS: CentOS 7.8
CLI: salt -S 'ip address' test.ping
The return result of executing this command is true, but other minions will also be returned, and the prompts are as follows:
Minion did not return. [No response]
The minions may not have all finished running and any remaining minions will return upon completion. To look up the return data for this job later, run the following command
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing salt -S 'ip address' test.ping on the reported CentOS 7.8 setup and inspect which minions appear in the result and no-response warning. Trace the Salt CLI targeting and result-collection entry points, then add or update a regression test showing that only the intended minion is returned.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100