Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant _file_find call to the master #645

Conversation

vzhestkov
Copy link
Contributor

What does this PR do?

This PR is intended to improve the performance in the large scale deployments as there is a useless call to get stats of the syncronized files which is not used.
Seem it's a leftover of removing the code with saltstack/salt#40609 due to GHSA-xcx4-5wq7-g5g7 introduced with saltstack/salt@73a156d (saltstack/salt#34807 ???)

What issues does this PR fix or reference?

Tracks: https://github.com/SUSE/spacewalk/issues/23526

Previous Behavior

Redundant _file_find calls in combination with _file_hash.

New Behavior

No redundant _file_find calls on files syncronization.

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@vzhestkov vzhestkov merged commit 768495d into openSUSE/release/3006.0 May 15, 2024
7 of 8 checks passed
@vzhestkov vzhestkov deleted the openSUSE/improve/3006.0/drop-redundant-_file_find-call branch May 15, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants