Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 #54941
Labels
Bug
broken, incorrect, or confusing behavior
P1
Priority 1
Regression
The issue is a bug that breaks functionality known to work in previous releases.
severity-high
2nd top severity, seen by most users, causes major problems
Milestone
Description of Issue
In Salt 2019.2.1 and 2019.2.2 the pillar top file and all pillar data are re-rendered for every single salt command that is run. Including things like
salt \* test.ping
Setup
Install Salt 2019.2.1 or 2019.2.2. Set the master log to debug and tail /var/log/salt/master
Create a
/srv/pillar/top.sls
and add a pillar sls file so that your minion will be assigned pillar data.Steps to Reproduce Issue
Run
salt \* saltutil.refresh_pillar
Run
salt \* pillar.items
Run
salt \* test.ping
You'll see that the pillar top file and pillar data are rendered for every command, when pillar data should only be rendered with refresh_pillar, highstate and the other proscribed times.
Versions Report
The text was updated successfully, but these errors were encountered: