We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Creating a container with lxd.container_create with the devices= parameter will fail if a device is not of type disk.
lxd.container_create
devices=
disk
Steps to Reproduce the behavior
salt-call lxd.container_create name="test" source="jammy/amd64" devices="{test_device: {type: proxy, connect: "tcp:127.0.0.1:9999", listen: "tcp:127.0.0.1:9998"}}"
lxc config show test
Passed invalid arguments: path must be given as parameter.
Expected behavior Devices are correctly added to the container.
Versions Report any from at least 3001
The text was updated successfully, but these errors were encountered:
I'll provide a PR with a fix later
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Creating a container with
lxd.container_create
with thedevices=
parameter will fail if a device is not of typedisk
.Steps to Reproduce the behavior
Expected behavior
Devices are correctly added to the container.
Versions Report
any from at least 3001
The text was updated successfully, but these errors were encountered: