David Murphy

Results 243 comments of David Murphy

@bdrx312 Even in masterless with file_client local, I am still unale to reproduce this with Salt 3006.1, and do not see a SaltRenderError in the logs: ``` [DEBUG ] Gathering...

So with the default.sls -> defaults.sls, and re-run ```salt-call --local state.apply ``` It appears to work for me with Salt 3006.1 ``` [DEBUG ] File /var/cache/salt/minion/accumulator/139644020863808 does not exist, no...

@bdrx312 Will try that, but I was using a VirtualBox Debian 11 amd64, from cold start. And got ``` local: Data failed to compile: ---------- Pillar failed to render with...

Running the saltutil.clear_cache removes the custom grain, however saltutil.sync_grains does return it and all works as it should. However, the documentation https://docs.saltproject.io/en/latest/topics/grains/index.html#syncing-grains, states that the state.highstate should automatically sync the...

This appears to be a corner-case with masterless minion, since with the salt://_grains on a master, the problem does not happen, except after the following commands: - salt tc7 saltutil.clear_cache...

Well the issue appears to be that the rendering error is encountered loading up the grains and pillar before we get to execute the call_highstate which will sync_all, and error...

Have a problem found here , that is chicken and egg https://github.com/saltstack/salt/pull/65186/files/f1de5431aac91d64d321c3ef31a5e970c9fd3ffe by @Ch3LL In the dunder init for class SMinion the opts["master_uri"] is not filled in till after the...

Re-opening this and reverting changes in https://github.com/saltstack/salt/pull/65186 since it is an incomplete fix and while merged and released in Salt 3006.5, it is causing problems. See Issue https://github.com/saltstack/salt/issues/65692 and PR...

The problem will exist on 3007.1 and 3006.8, working on it but higher priority issues taking precedence, have the changes done, but need to write a lot more tests so...