-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Chef run fails with executing create
action on the 'filesystem' resource
#134
Comments
This is the more comprehensive output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👻 Brief Description
When consuming the cookbook version <= 4.0.15, the filesystems are correctly mounted.
With the same code, on Linux instances only, and using version => 4.1.0, the Chef run fails with:
This is tested in Test Kitchen on EC2 and Azure instances.
🥞 Cookbook version
👩🍳 Chef-Infra Version
18.5.0
🎩 Platform details
Linux based instances:
In both AWS and Azure
Steps To Reproduce
Converge a node, and call the cookbook (on version >= 4.1.0) as below:
Where the tfdisks.json file has the contents:
🚓 Expected behavior
That the node converges successfully, and the required filesystems are mounted as expected.
➕ Additional context
Add any other context about the problem here. e.g. related issues or existing pull requests.
The text was updated successfully, but these errors were encountered: