Din Mušić
Din Mušić
I think the issue was detected in our test suite, but here is the PR: https://github.com/canonical/lxd/pull/13656 and https://github.com/canonical/lxd/pull/13861 Have a nice weekend as well :)
Great, I'm glad the upgrade solve the issue for you :) I'm not sure why block volumes cannot be attached to the container (there must be a good reason), but...
Hi @ExpatUK, I've discussed internally and block devices cannot be attached to containers directly as already mentioned previously, however, you can attach a block backed device to a container if...
Perfect, thanks :)
Thanks for the feedback, I agree that we should include such an example in the documentation.
Thanks for reporting this issue. Currently, state is partially updated when instance is successfully created. This should be done sooner to ensure Terraform is aware of a failed instance and...
Hi @lathiat, we could not reproduce the issue with LXD `5.20` (revision 27049 - from your log), `5.21` and `5.0.3`. The error we get is: ``` ╷ │ Error: Failed...
We were able to partially reproduce the issue by setting CPU count to the number higher than available CPUs on the host. ```hcl resource "lxd_instance" "instance" { name = "inst"...
In the CPU case the instance gets inserted into the Terraform state, therefore, Terraform recreates it on reapply (or remove it *on destroy*). If I understand correctly, in your case...
If the issue persists, feel free to reopen the issue and please provide the requested information.