-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
S3 External Pillar Missing Data #55662
Comments
Looking at |
Snippet from the debug log:
|
@Linuturk Thanks for the report. Will check this out, seems like your thought about pagination might be correct. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Looks like this is merged @garethgreenaway can we removed the |
Thank you for updating this issue. It is no longer marked as stale. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
closing as fixed |
Description of Issue
Pillar data stored in S3 isn't found for all minions, even after clearing cache and forcing a refresh. https://docs.saltstack.com/en/latest/ref/pillar/all/salt.pillar.s3.html
Setup
Configure salt master to use S3 as a pillar source:
Write your pillar data to S3. We have a unique pillar setup for each minion in the format of
minionid/init.sls
. We currently have 2249 pillar folder/file combinations in the bucket.top.sls:
Steps to Reproduce Issue
Call
pillar.items
on a given minion and see that all the pillar data from S3 isn't present. Only the data from our other pillars.Use
saltutil.refresh_pillar
return clean, and still show empty for the S3 data.Use
salt-run cache.pillar
and see the S3 data isn't cached. Clear the cache withsalt-run cache.clear_pillar
and refresh again, and still don't see the data.Notice that this data is available for some minions, but not all.
Versions Report
The text was updated successfully, but these errors were encountered: