-
Notifications
You must be signed in to change notification settings - Fork 13
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
[BUG] No "pv.create" pillar data supplied - nothing to do! #21
Comments
Looks correct to me. |
I have this In my state and it don't work @noelmcloughlin :
And the two machines are ubuntu 20.04 |
it works with version 3001.8 of salt-ssh |
Hello, I have the same concern on my "lvm.vg.rename" state.
My pillars
My command
My result
My version of Salt
|
Could you edit from: i.e. what is value of |
Getting the same. Here's what {{ lvm }} outputs:
It's not only the pv.create, none of the lv,vg,pv work. |
This seems to fix it. However this is a temp fix, i guess a proper one is in order ?
|
Okay, something wrong with map.jinja I suppose. Yes, please raise a PR to implement a fix. |
$ sudo salt 'pt-prod-billy' pillar.items lvm
$ sudo salt 'pt-prod-billy' state.apply lvm.pv.create
I have "No "..." pillar data supplied - nothing to do!" for all state, just with lvm-formula
With other formula, it's works.
The text was updated successfully, but these errors were encountered: