saltstack / saltstack/salt

After executing command, the result corresponding to this Minion is true, but other minion will also be returned

Open
#62,035 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug needs-more-info needs-triage
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.